Skip to content

Instantly share code, notes, and snippets.

@AndreaCrotti
Created February 23, 2011 18:01
Show Gist options
  • Select an option

  • Save AndreaCrotti/840834 to your computer and use it in GitHub Desktop.

Select an option

Save AndreaCrotti/840834 to your computer and use it in GitHub Desktop.
alias_database = $alias_maps
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_list = mobileemail.vodafone.it
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
local_recipient_maps =
mail_owner = postfix
mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, misterbox.lan
mydomain = misterbox.lan
myhostname = server.$mydomain
mynetworks = 192.168.0.0/24, 127.0.0.0/8, 10.8.123.0/24
myorigin = misterbox.lan
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_generic_maps =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtpd_sasl_auth_enable = yes
soft_bounce = yes
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment