Big Time Email Problem with CF Admin

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Big Time Email Problem with CF Admin

    I sent email through my local SMTP server just fine, UNLESS the domain name is
    the same as my outgoing from addresss.

    I sent from [email]web@ergo.com[/email] to [email]randomuser@ergo.com[/email] and it WILL NOT RECEIVE IT,
    although the CF ADMIN says it sent fine. If I telnet to the exhange server at
    ergo.com from the web server, it sends fine.

    ALL OTHER EMAIL IS SENT, only those with the same domain name do not get sent.
    Any ideas.

    I have no hair left.



    Scooby Doobie Doo Guest

  2. Similar Questions and Discussions

    1. CF Admin Scheduled Task Problem
      When you edit a scheduled task that has a 'Recurring' frequency, the time is not visible because there are line breaks and spaces in the input value...
    2. Problem connecting MySQL in MX Admin Panel
      I am using Dreamweaver MX 6.1 and ColdFusion MX Server Administrator. OBDC Driver is Microsoft MySQL 3.5.1. The driver is set up under Microsoft...
    3. Problem opening C://admin~1/defin~1/temp? ?34
      Problem opening C://admin~1/defin~1/temp? ?34 This message is shown when I start projector(director 6.5)on XP and win2000 Can I do something...
    4. difference between run-time, appdev & admin clients
      What is the difference between the run-time, application developer and administration clients? I am mostly writing java apps that will use...
    5. admin problem
      U cant just save files to the CD-R, unless u r using sometype of packet-wrting software. u ned to save the file somewhere else on your computer,...
  3. #2

    Default Re: Big Time Email Problem with CF Admin

    Check your mail server logs. CFMAIL doesn't actually send anything. It hands
    mail off to the mail server, who then takes responsibility for it. Your 'sent
    fine' log entries are only telling you that the mail server accepted
    responsibility for the message.

    --Matt--
    MSB Web Systems... [url]http://mysecretbase.com[/url]
    Never throw a bird at a dragon.
    - Chinese Proverb


    MattRobertson Guest

  4. #3

    Default Re: Big Time Email Problem with CF Admin

    Here's my mail log, I have no idea what any of this means though, any help in
    understanding what might be wrong here would be appreciated.

    #Software: Microsoft Internet Information Services 6.0
    #Version: 1.0
    #Date: 2005-07-06 04:33:02
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    04:33:02 10.29.217.39 EHLO - 250
    04:33:02 10.29.217.39 MAIL - 250
    04:33:02 10.29.217.39 RCPT - 250
    04:33:02 10.29.217.39 DATA - 250
    04:33:37 10.29.217.39 QUIT - 240
    04:34:47 10.29.217.39 EHLO - 250
    04:34:47 10.29.217.39 MAIL - 250
    04:34:47 10.29.217.39 RCPT - 250
    04:34:47 10.29.217.39 DATA - 250
    04:34:58 10.29.217.39 QUIT - 240
    04:35:03 10.29.217.39 EHLO - 250
    04:35:03 10.29.217.39 MAIL - 250
    04:35:03 10.29.217.39 RCPT - 250
    04:35:03 10.29.217.39 DATA - 250
    04:35:38 10.29.217.39 QUIT - 240
    14:28:55 10.29.217.39 EHLO - 250
    14:28:55 10.29.217.39 MAIL - 250
    14:28:55 10.29.217.39 RCPT - 250
    14:28:55 10.29.217.39 DATA - 250
    14:29:29 10.29.217.39 QUIT - 240
    14:38:25 10.29.217.39 EHLO - 250
    14:38:25 10.29.217.39 MAIL - 250
    14:38:25 10.29.217.39 RCPT - 250
    14:38:25 10.29.217.39 DATA - 250
    14:38:25 68.23.22.129 - - 0
    14:38:25 68.23.22.129 EHLO - 0
    14:38:25 68.23.22.129 - - 0
    14:38:25 68.23.22.129 MAIL - 0
    14:38:25 68.23.22.129 - - 0
    14:38:25 68.23.22.129 RCPT - 0
    14:38:25 68.23.22.129 - - 0
    14:38:25 68.23.22.129 BDAT - 0
    14:38:30 10.29.217.39 QUIT - 240
    14:38:47 68.23.22.129 - - 0
    14:38:47 68.23.22.129 QUIT - 0
    14:38:47 68.23.22.129 - - 0
    15:48:13 10.29.217.39 EHLO - 250
    15:48:13 10.29.217.39 MAIL - 250
    15:48:13 10.29.217.39 RCPT - 250
    15:48:13 10.29.217.39 DATA - 250
    15:48:13 64.18.7.10 - - 0
    15:48:13 64.18.7.10 EHLO - 0
    15:48:13 64.18.7.10 - - 0
    15:48:13 64.18.7.10 MAIL - 0
    15:48:13 64.18.7.10 - - 0
    15:48:13 64.18.7.10 RCPT - 0
    15:48:13 64.18.7.10 - - 0
    15:48:13 64.18.7.10 DATA - 0
    15:48:13 64.18.7.10 - - 0
    15:48:13 10.29.217.39 QUIT - 240
    15:48:13 64.18.7.10 - - 0
    15:48:13 64.18.7.10 QUIT - 0
    15:48:13 64.18.7.10 - - 0
    15:48:43 10.29.217.39 EHLO - 250
    15:48:43 10.29.217.39 MAIL - 250
    15:48:43 10.29.217.39 RCPT - 250
    15:48:43 10.29.217.39 DATA - 250
    15:49:44 10.29.217.39 QUIT - 240

    Scooby Doobie Doo Guest

  5. #4

    Default Re: Big Time Email Problem with CF Admin

    check you coldfusion email logsand also check this directory for undelivered email
    x:\CFusionMX7\Mail\Undelivr

    let me know what you find


    jorgepino Guest

  6. #5

    Default Re: Big Time Email Problem with CF Admin

    also,, does email account [email]web@ergo.com[/email] exist in you mail server?
    jorgepino Guest

  7. #6

    Default Re: Big Time Email Problem with CF Admin

    Is the mail server for this address and the web server sending the mail the
    same server?

    You may have problems receiving the mail if the mail server is an additional
    one that services the webserver only and is on the same box. The domain may not
    be listed as an outgoing domain on the web server. Meaning basically that it
    is delivering the mail to itself because it thinks that it is the domains mail
    server. But I don't know your setup and may be way off base.

    :)

    Typheous Guest

  8. #7

    Default Re: Big Time Email Problem with CF Admin

    No, it's not hte same server. Cold Fusion sends mail using the SMTP server on the web box. The mail server that isn't getting the mail is an exchange server on a different box.
    Scooby Doobie Doo Guest

  9. #8

    Default Re: Big Time Email Problem with CF Admin

    Right, and if the SMTP server on the web server thinks that the ergo.com is a local domain it will NOT let the mail off the server.
    Typheous Guest

  10. #9

    Default Re: Big Time Email Problem with CF Admin

    How would it think it's a local domain? I've not added that domain to the
    server anywhere. I can't figure out why all other email sends except that
    domain. Is it because it's the same domain as my FROM email address?
    [email]me@ergo.com[/email] ? Is that why it thinks it's on that server? It's not, I just use
    that email address,b ut it's not hte actual server I' m on.

    Scooby Doobie Doo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139