Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- append_dot_mydomain = no
- biff = no
- broken_sasl_auth_clients = no
- config_directory = /etc/postfix
- home_mailbox =
- inet_interfaces = all
- inet_protocols = ipv4
- mailbox_command =
- mailbox_size_limit = 0
- mydestination = localhost, localhost.localdomain, , localhost, dev.antlyn.com
- myhostname = localhost
- mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
- myorigin = /etc/mailname
- readme_directory = no
- recipient_delimiter = +
- relayhost =
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- smtp_use_tls = no
- smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
- smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
- smtpd_sasl_auth_enable = no
- smtpd_sasl_authenticated_header = no
- smtpd_sasl_local_domain =
- smtpd_sasl_path = smtpd
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = cyrus
- smtpd_sender_restrictions =
- smtpd_tls_auth_only = no
- smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
- smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
- smtpd_tls_mandatory_ciphers = medium
- smtpd_tls_mandatory_protocols = SSLv3, TLSv1
- smtpd_tls_received_header = no
- smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
- smtpd_use_tls = yes
- tls_random_source = dev:/dev/urandom
Advertisement
Add Comment
Please, Sign In to add comment