Howto accept email from a specific non-existing domain?
Posted: 09 May 2017 16:13
Hi !
One of our customers has lots of SAP Systems which are sending mails from non-existing sender-addresses.
Our customer has no quick way to correct his mailsystem.
These mails are not accepted from postfix with errormessage:
What is the E.F.A compatible way to define an exception for this non-existing sender-address?
Could I add a line to /etc/postfix/sender_access like below ?
Thanks for your help.
One of our customers has lots of SAP Systems which are sending mails from non-existing sender-addresses.
Our customer has no quick way to correct his mailsystem.
These mails are not accepted from postfix with errormessage:
Code: Select all
NOQUEUE: reject: RCPT from mailserver.non-existant.customer.domain.com [IP Address]: 450 4.1.8 <none-existing sender-address>: Sender address rejected: Domain not found;
Could I add a line to /etc/postfix/sender_access like below ?
Code: Select all
#
*.nonexistant.customer.domain.com OK
#