JAMES 2.3.0 - Production system

I'm seeing this in the james smtpserver log.
ERROR smtpserver: Error parsing recipient address:  [to:[EMAIL PROTECTED]
(note: ive changed the email addr here to protect the real addr)

The underscore in the domain name is causing james to raise an exception
back to the client application.
I'm assuming that _ is a valid character in email domain names these days,
how do i get james to sent this mail out ?

This is what i see in the client application (java) ....
javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        com.sun.mail.smtp.SMTPAddressFailedException: 553 5.1.3 Syntax error in
recipient address

        at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584)

-- 
View this message in context: 
http://www.nabble.com/ERROR-smtpserver%3A-Error-parsing-recipient-address%3A---to%3Amark%40me_uk.com--tf4465164.html#a12731480
Sent from the James - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to