Skip to content

Instantly share code, notes, and snippets.

@bemeyert
Created June 2, 2015 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bemeyert/7cadcc3a435dc62cbe9a to your computer and use it in GitHub Desktop.
Save bemeyert/7cadcc3a435dc62cbe9a to your computer and use it in GitHub Desktop.
Postfix Conf
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
default_database_type = btree
default_process_limit = 80
html_directory = no
local_destination_concurrency_limit = 8
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, dm2, localhost, localhost.$mydomain
myhostname = dm2.blah.com
mynetworks = 127.0.0.0/8
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
owner_request_special = no
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
relayhost = [mailout.blah.com]
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_use_tls = yes
unknown_local_recipient_reject_code = 450
virtual_mailbox_domains = btree:/etc/postfix/maps/local-domains
virtual_mailbox_maps = btree:/etc/postfix/maps/dovecot-userlist
virtual_transport = dovecot
dovecot unix - n n - - pipe
flags=DRhu user=mail:mail argv=/usr/libexec/dovecot/deliver -c /etc/dovecot/dovecot.conf -f ${sender} -d ${user}@${nexthop} -n -m ${extension}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment