Have a third party program which needs to send mail using SMTP. The machine is on the same LAN as the Groupwise server.
Have created an account in Groupwise and they are using that user/pass for authentication to the GWIA but it is still blocking the mail. SMTP trace from their program is below - looks like some security issue. Any thoughts on how to resolve?
--readSmtpResponse
--smtpGreeting
ehloCommand:
sendCmdToSmtp:
SmtpCmdSent: EHLO WH20221017<CRLF>
--sendCmdToSmtp
readSmtpResponse:
SmtpCmdResp: 551 Verification of sending machine failed: no mail will be accepted
--readSmtpResponse
Non-success EHLO response.
--ehloCommand
heloCommand:
sendCmdToSmtp:
SmtpCmdSent: HELO WH20221017<CRLF>
--sendCmdToSmtp
--heloCommand
--smtpConnect
--ensureSmtpConnection