Skip to content

Instantly share code, notes, and snippets.

@bensie
Created January 30, 2009 19:34
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 bensie/55224 to your computer and use it in GitHub Desktop.
Save bensie/55224 to your computer and use it in GitHub Desktop.
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
myhostname = athos-gos.dynamic.loni.ucla.edu
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
virtual_maps = hash:/etc/postfix/virtual
#myorigin = /etc/mailname
myorigin = list.loni.ucla.edu # Really seems like a bad idea
mydestination = athos-gos.dynamic.loni.ucla.edu, athos-gos, localhost.localdomain, localhost list.loni.ucla.edu
#relayhost =
mynetworks = 127.0.0.0/8, 10.6.0.0/16, 128.97.131.0/24
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment