> 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]