Browse Source

main.cf modifié pour intégrer spamcop et blocklist

theonlydoo 9 years ago
parent
commit
6acd0dd0c2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      roles/mail/templates/main.cf.j2

+ 2
- 0
roles/mail/templates/main.cf.j2 View File

@ -75,6 +75,8 @@ smtpd_recipient_restrictions =
reject_non_fqdn_recipient,
reject_unauth_destination,
reject_unauth_pipelining,
reject_rbl_client bl.spamcop.net,
reject_rbl_client allinone.bl.blocklist.de,
reject_invalid_hostname
smtpd_sasl_auth_enable = yes

Loading…
Cancel
Save