Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # postconf -n
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- append_dot_mydomain = no
- biff = no
- config_directory = /etc/postfix
- inet_interfaces = loopback-only
- mailbox_size_limit = 0
- mydestination = server01.localdomain, server01, localhost.localdomain, localhost
- mynetworks = 127.0.0.0/8
- myorigin = $myhostname
- recipient_delimiter = +
- relayhost = [smtp.sendgrid.net]:587
- smtp_sasl_auth_enable = yes
- smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
- smtp_sasl_security_options = noanonymous
- smtp_tls_CAfile = /etc/postfix/ssl/gd_bundle.crt
- smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
- smtp_use_tls = yes
- smtpd_banner = $myhostname ESMTP $mail_name
- smtpd_tls_cert_file = /etc/pki/tls/certs/localhost.crt
- smtpd_tls_key_file = /etc/pki/tls/private/localhost.key
- smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
- smtpd_use_tls = yes
Advertisement
Add Comment
Please, Sign In to add comment