I am using my ISP's mail server as a gateway. I can send mail to a particular user at any domaon and it works fine. For some reason though, my ISP's mail server is denying my bounce messages back to these same domains. Any idea what would be so different about a bounce message so that the gateway rejects it?
Thanks! David Quoting "Noel J. Bergman" <[EMAIL PROTECTED]>: > > I CAN send all the mail I want to somedomain.com > > > RemoteDelivery: Permanent exception delivering mail > > javax.mail.SendFailedException: Invalid Addresses; > > nested exception is: > > class javax.mail.SendFailedException: 550 relaying mail to > somedomain.com is not allowed > > at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:926) > > So RemoteDelivery is trying, JavaMail is connecting, and the remote side is > rejecting the RCPT TO command. > > Amongst other things, check to make sure that the MX host is the right one. > But this does not seem to be a problem in the VirtualUserTable code. > > --- Noel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
