Hi,
I'm doing some deployment test on PMG recently and getting Sender address rejected.
504 5.5.2 <account@deptA>: Sender address rejected: need fully-qualified address.
Question:
How can we allow / accept non-FQDN sender?
Need some guidance where such configuration can be done, thanks!
I try to configure the following options, but doesn't help.
Configuration -> Mail Proxy -> Options -> Reject Unknown Clients set to No
Configuration -> Mail Proxy -> Options -> Rejected Unknown Senders set to No
Inside main.cf, there's reject_non_fqdn_sender defined.
smtpd_sender_restrictions =
permit_mynetworks
reject_non_fqdn_sender
check_client_access cidr:/etc/postfix/clientaccess
check_sender_access regexp:/etc/postfix/senderaccess
check_recipient_access regexp:/etc/postfix/rcptaccess
smtpd_recipient_restrictions =
permit_mynetworks
reject_unauth_destination
reject_non_fqdn_recipient
check_recipient_access regexp:/etc/postfix/rcptaccess
Thank you!
I'm doing some deployment test on PMG recently and getting Sender address rejected.
504 5.5.2 <account@deptA>: Sender address rejected: need fully-qualified address.
Question:
How can we allow / accept non-FQDN sender?
Need some guidance where such configuration can be done, thanks!
I try to configure the following options, but doesn't help.
Configuration -> Mail Proxy -> Options -> Reject Unknown Clients set to No
Configuration -> Mail Proxy -> Options -> Rejected Unknown Senders set to No
Inside main.cf, there's reject_non_fqdn_sender defined.
smtpd_sender_restrictions =
permit_mynetworks
reject_non_fqdn_sender
check_client_access cidr:/etc/postfix/clientaccess
check_sender_access regexp:/etc/postfix/senderaccess
check_recipient_access regexp:/etc/postfix/rcptaccess
smtpd_recipient_restrictions =
permit_mynetworks
reject_unauth_destination
reject_non_fqdn_recipient
check_recipient_access regexp:/etc/postfix/rcptaccess
Thank you!