Skip to content

Instantly share code, notes, and snippets.

@tarheelcoxn
Created December 13, 2010 15:44
Show Gist options
  • Save tarheelcoxn/739115 to your computer and use it in GitHub Desktop.
Save tarheelcoxn/739115 to your computer and use it in GitHub Desktop.
debian 5.0 machine
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = pbx.[redacted].com, localhost.[redacted].com, localhost
myhostname = pbx.[redacted].com
mynetworks = 127.0.0.0/8, [redacted]
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
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:${queue_directory}/smtpd_scache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment