So, Lotus Notes is on its last legs in my organisation and I am the only one supporting it. I am a developer, no admin. I need help.
There is a single domino server that runs a few web applications (no client). There are no domino relay servers. And, emails are to be sent to Outlook 365. So, I set up a Foreign Domain and Connection documents pointing to the destination server.
However, while sending emails, this is the log I get. Note the error message:
SMTPClient: Connection successful
SMTPClient: ReceiveResponse: 220 ****************************************************************************************
SMTPClient: CommandEHLO: EHLO
SMTPClient: ReceiveResponse: 250-SR31211.ad.domain.com Hello [Domino server IP]
SMTPClient: ReceiveResponse: 250-SIZE 37748736
SMTPClient: ReceiveResponse: 250-PIPELINING
SMTPClient: ReceiveResponse: 250-DSN
SMTPClient: ReceiveResponse: 250-ENHANCEDSTATUSCODES
SMTPClient: ReceiveResponse: 250-STARTTLS
SMTPClient: ReceiveResponse: 250-8BITMIME
SMTPClient: ReceiveResponse: 250-BINARYMIME
SMTPClient: ReceiveResponse: 250 XXXXXXXA
SMTPClient: SMTP Authentication is not required by local server. Username: -blank-
Router: Transferring mail to domain xx.xx.xx.xx (host xx.xx.xx.xx [xx.xx.xx.xx]) via SMTP
SMTPClient: Attempting to SubmitMessage:
SMTPClient: Error parsing from address <CN=FullName/O=Domain>. Status: 15095.
SMTPClient: Attempting to Disconnect:
SMTPClient: CommandQUIT:
Router: Error transferring message 0025B505 via SMTP to xx.xx.xx.xx OF6D3B769B:20AC268F ON652582A2:0025B505 Invalid Internet address specified.
Router: Message 0025B587 from Fullname/domain state changing to DEAD. Reason: Recipient's Domino Directory entry does not specify a valid Notes mail file
Router: Unable to deliver message 0025B587, 0025B505 to fullname/domain from fullname/domain OFA4B07BC9:E04CAC0B ON652582A2:0025B587
Recipient's Domino Directory entry does not specify a valid Notes mail file
Please note that this functionality used to work a month ago until the destination IP changed. Sender's email (where the error seems to be pointing to) should be picked up from Internet Address specified in the person document which is set correctly. It is confirmed that there are no firewall, authentication or any network issues from the network team's end. So, it is certainly a notes issue.
I don't know what changed.
Any ideas, please help.