Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default URGENT: Mail Issues

    All,

    I have the following issues in the Coldfusion Server. In the mail log I'm
    seeing the following issues logged. Where all the emails are valid emails. I
    just made them xxxx, yyyy inorder to protect their identity.

    Invalid Addresses; nested exception is: class javax.mail.SendFailedException:
    554 <xxxx@hotmail.com>: Recipient address rejected: Relay access denied
    Mar 29, 2007 ? 9:36 AM ? Error ? 0 ? ?
    Invalid Addresses; nested exception is: class javax.mail.SendFailedException:
    554 <yyyy@gmail.com>: Recipient address rejected: Relay access denied
    Mar 28, 2007 ? 8:18 PM ? Error ? 0 ? ?
    Invalid Addresses; nested exception is: class javax.mail.SendFailedException:
    554 <zzzz@yahoo.com>: Recipient address rejected: Relay access denied
    Mar 28, 2007 ? 8:02 PM ? Error ? 0 ? ?
    Invalid Addresses; nested exception is: class javax.mail.SendFailedException:
    554 <pppp@yahoo.com>: Recipient address rejected: Relay access denied

    And many more such entries. Any idea what is going wrong???

    Amja Guest

  2. Similar Questions and Discussions

    1. Connection Issues - Need Urgent Assistance!!!
      I'm testing out Contribute 3's trial version, including the new updater, but I'm running into several problems concerning conntecting to a new site,...
    2. Urgent - Audio Issues!
      Hi Please help!! Sorry my posts are so long - thinking detail might help... I have 4 movies in a projector burned on CD working beautifully except...
    3. asp mail problem -- urgent
      Hi, I am trying to send a mail from the asp page. The page works fine without error but i am not able to send any mails. I have set the To and...
    4. Mail Merge (Urgent Help Need)
      Hi everyone, I want to build a command button to merge a query to a word document. Could anyone tell me how to do it? I have a query(ComInfo)...
    5. Mail help (urgent)
      I want to send the rendered output of the page while sending e-mail. Is there anyway to do this...?
  3. #2

    Default Re: URGENT: Mail Issues

    Relay Access Denied is a security restriction that is set by the SMTP server.
    On the SMTP server you restrict relaying by IP, domain, subnet etc... Try and
    contact your SMTP Server Administrator to ensure that 'relaying' is allowed for
    the machine that CF is on or try a different mail server.

    LL@Work 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