|
|
@ -17,18 +17,18 @@ compatibility_level = 2 |
|
|
|
|
|
|
|
### Domains ### |
|
|
|
# primary name of server |
|
|
|
myhostname = mail.brbytes.org |
|
|
|
myhostname = mail.alemor.org |
|
|
|
myorigin = $mydomain |
|
|
|
# domains to consider primary (local) endpoints |
|
|
|
mydestination = $myhostname, $mydomain, localhost.localdomain, localhost |
|
|
|
# domains to consider secondary (virtual) endpoints |
|
|
|
#virtual_alias_domains = info.brbytes.org |
|
|
|
virtual_alias_domains = epic.alemor.org, mail.alemor.org, home.alemor.org, alegre.alemor.org, daniel.alemor.org, fernando.alemor.org, juana.alemor.org, mario.alemor.org, moreno.alemor.org, mbox.alemor.org, pirealps.org |
|
|
|
|
|
|
|
### Users ### |
|
|
|
# get list of valid users from here instead of /etc/passwd |
|
|
|
local_recipient_maps = hash:/etc/postfix/users |
|
|
|
# get list of user aliases from this file |
|
|
|
virtual_alias_maps = hash:/etc/postfix/aliases_in |
|
|
|
virtual_alias_maps = hash:/etc/postfix/aliases |
|
|
|
# Address tag delimiter. If an email is sent to ${user}${delimiter}*, |
|
|
|
# the email is sent to ${user} if that address is not already explicitly defined. |
|
|
|
recipient_delimiter = - |
|
|
|