| Index: modules/postfix/files/main.cf |
| =================================================================== |
| --- a/modules/postfix/files/main.cf |
| +++ b/modules/postfix/files/main.cf |
| @@ -22,17 +22,18 @@ smtpd_tls_cert_file=/etc/ssl/certs/ssl-c |
| smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key |
| smtpd_use_tls=no |
| smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache |
| smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache |
| # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for |
| # information on enabling SSL in the smtp client. |
| -myhostname = localhost |
| +myorigin = $myhostname |
| +mydomain = adblockplus.org |
| alias_maps = hash:/etc/aliases |
| alias_database = hash:/etc/aliases |
| mydestination = localhost.localdomain, localhost |
| relayhost = |
| mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 |
| mailbox_size_limit = 0 |
| recipient_delimiter = + |
| inet_interfaces = 127.0.0.1 [::1] |