Uncategorized

Block domain name postfix

Update postfix config: vi /etc/postfix/main.cf smtpd_sender_restrictions = hash:/etc/postfix/access reject_unauth_destination = hash:/etc/postfix/access Create block file: vi /etc/postfix/access mediatransport.com REJECT Execute: postmap hash:/etc/postfix/access service postfix restart