Hi,
I have the following problem
I have two domino servers :
the first is the mail server
the second server is a SMTP server located on the DMZ and is dedicated to route external email.
SMTP is used beetwen the 2 servers
Some users receive the following error when sending external email :
Error transferring to “servername”; Invalid Internet address specified.
I set the following notes variable to debug smtp : SMTPClientDebug=1
And I can see the following information in the Miscellaneous section of the log.nsf
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: CommandEHLO: EHLO 09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: ReceiveResponse: 250-elibce Hello ([10.10.150.26]), pleased to meet you
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: ReceiveResponse: 250-HELP
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: ReceiveResponse: 250-SIZE
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: ReceiveResponse: 250 PIPELINING
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: Attempting to SubmitMessage:
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: Error parsing from address <CN=Joe DOE/O=ORG>. Status: 15095.
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: Attempting to Disconnect:
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: CommandQUIT:
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: ReceiveResponse: 221 serverB SMTP Service closing transmission channel
09/05/2008 16:45:56 [1694:0006-100C] SMTPClient: Connection terminated successfully
All users are not impacted by this problem, only a few
Any ideas ?
Thanks