This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hannibal:postfix [2011/05/06 00:34] Luc Nieland [Configuration] |
hannibal:postfix [2013/11/04 21:22] (current) Luc Nieland reject_rbl_client |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| biff = no | biff = no | ||
| append_dot_mydomain = no | append_dot_mydomain = no | ||
| - | smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem | + | smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem |
| - | smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key | + | smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key |
| + | # ## optional: | ||
| + | #smtpd_tls_CAfile = /etc/ssl/private/CA_public-key.pem | ||
| smtpd_tls_security_level = may | smtpd_tls_security_level = may | ||
| smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache | smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache | ||
| Line 54: | Line 56: | ||
| reject_unauth_destination, | reject_unauth_destination, | ||
| reject_rbl_client zen.spamhaus.org | reject_rbl_client zen.spamhaus.org | ||
| - | reject_rbl_client blackholes.mail-abuse.org | + | # reject_rbl_client blackholes.mail-abuse.org |
| - | reject_rbl_client relays.mail-abuse.org | + | # reject_rbl_client relays.mail-abuse.org |
| virtual_alias_maps = proxy:ldap:PostfixUser | virtual_alias_maps = proxy:ldap:PostfixUser | ||
| PostfixUser_server_host = ldap.intra.example.com | PostfixUser_server_host = ldap.intra.example.com | ||