POSTFIX:
- Access your Postfix configuration file (usually located at /etc/postfix/main.cf).
- Add our sender domain to the "smtpd_sender_restrictions" parameter as follows:
- smtpd_sender_restrictions = permit_mynetworks, check_sender_access hash:/etc/postfix/sender_whitelist, reject_unauth_destination
- Create a new file named "sender_whitelist" in the /etc/postfix/ directory.
- Add the following line to the "
- sender_whitelist" file: welso.in OK
- Save the file and run the following command to create a lookup table: postmap /etc/postfix/sender_whitelist
- Reload the Postfix configuration with the command: postfix reload
No comments:
Post a Comment