#

myhostname = s9.servers.net
#myhostname = virtual.domain.tld

#
# The mydomain parameter specifies the local internet domain name.
# The default is to use $myhostname minus the first component.
# $mydomain is used as a default value for many other configuration
# parameters.
#

mydomain = servers.net

#

inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost

#

#mydestination = $myhostname, localhost.$mydomain
#mydestination = $myhostname, localhost.$mydomain $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain,
# @mail.$mydomain, www.$mydomain, ftp.$mydomain

#
#unknown_local_recipient_reject_code = 550
unknown_local_recipient_reject_code = 450
#
#alias_maps = netinfo:/aliases
alias_maps = hash:/etc/postfix/aliases
#
# DELIVERY TO MAILBOX
#
# The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
# mailbox file is /var/spool/mail/user or /var/mail/user. Specify
# "Maildir/" for qmail-style delivery (the / is required).
#

#home_mailbox = Mailbox
home_mailbox = Maildir/
#