Hello...i'm using cron at AWS,
we use cron server to deliver mail for update purpose
Notification Email sender is in cron server
Notification Email Receiver is in AWS server
For some reason,AWS reject an email from my cron server with the error as per below:
"550-The mail server does not recognize root@xxxxxxxxxx as a valid sender"
Why suddenly AWS recognize my cron server as a invalid sender?...we not doing any changes...With invalid spf sender...we got rejected from AWS.
Full error as per below:
The original message was received at Wed, 30 Nov 2022 10:00:52 +0800 from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors ----- [email protected]
(reason: 550-Verification failed for
<[email protected]-southeast-11.compute.internal>)
(expanded from: <[email protected]-southeast-11.compute.internal>)
----- Transcript of session follows ----- ... while talking to
[email protected]:
>>> DATA
<<< 550-Verification failed for
<[email protected]-southeast-11.compute.internal>
<<< 550-The mail server does not recognize [email protected]-southeast-11.compute.internal as a valid sender.
<<< 550 Sender verify failed
550 5.1.1 [email protected]... User unknown <<< 503-All RCPT commands were rejected with this error:
<<< 503-Sender verify failed
<<< 503 Valid RCPT command must precede DATA
Please advice
we use cron server to deliver mail for update purpose
Notification Email sender is in cron server
Notification Email Receiver is in AWS server
For some reason,AWS reject an email from my cron server with the error as per below:
"550-The mail server does not recognize root@xxxxxxxxxx as a valid sender"
Why suddenly AWS recognize my cron server as a invalid sender?...we not doing any changes...With invalid spf sender...we got rejected from AWS.
Full error as per below:
The original message was received at Wed, 30 Nov 2022 10:00:52 +0800 from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors ----- [email protected]
(reason: 550-Verification failed for
<[email protected]-southeast-11.compute.internal>)
(expanded from: <[email protected]-southeast-11.compute.internal>)
----- Transcript of session follows ----- ... while talking to
[email protected]:
>>> DATA
<<< 550-Verification failed for
<[email protected]-southeast-11.compute.internal>
<<< 550-The mail server does not recognize [email protected]-southeast-11.compute.internal as a valid sender.
<<< 550 Sender verify failed
550 5.1.1 [email protected]... User unknown <<< 503-All RCPT commands were rejected with this error:
<<< 503-Sender verify failed
<<< 503 Valid RCPT command must precede DATA
Please advice
Last edited by a moderator: