Created
February 14, 2011 22:30
-
-
Save niklasfi/826724 to your computer and use it in GitHub Desktop.
postconf -n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias_database = hash:/etc/aliases | |
alias_maps = hash:/etc/aliases | |
append_dot_mydomain = no | |
biff = no | |
broken_sasl_auth_clients = yes | |
config_directory = /etc/postfix | |
home_mailbox = mails/ | |
inet_interfaces = all | |
mailbox_size_limit = 0 | |
mydestination = niklasfi.de, vs1145146.vserver.de, localhost.vserver.de, localhost | |
mydomain = niklasfi.de | |
myhostname = mail.niklasfi.de | |
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 | |
myorigin = /etc/mailname | |
readme_directory = no | |
recipient_delimiter = + | |
relayhost = | |
smtp_sasl_auth_enable = no | |
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache | |
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) | |
smtpd_client_restrictions = reject_invalid_hostname | |
smtpd_enforce_tls = no | |
smtpd_helo_required = yes | |
smtpd_helo_restrictions = reject_invalid_hostname | |
smtpd_recipient_restrictions = permit_mynetworks, reject_unknown_recipient_domain, permit_sasl_authenticated, reject_unauth_destination,check_policy_service inet:127.0.0.1:12525 #policyd-weight | |
smtpd_sasl_auth_enable = yes | |
smtpd_sasl_local_domain = | |
smtpd_sasl_path = private/auth | |
smtpd_sasl_security_options = noanonymous | |
smtpd_sasl_type = dovecot | |
smtpd_sender_restrictions = reject_unknown_address | |
smtpd_tls_auth_only = yes | |
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem | |
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key | |
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache | |
smtpd_use_tls = yes | |
strict_rfc821_envelopes = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment