Quote:
|
Originally Posted by falko
Have you checked your Postfix transport rules, aliases, etc.?
|
Hi, ok here is my postfix config:
transport.cf:
Code:
user = postfix
password = ********
dbname = xxxxx
table = email_domains
select_field = transport
where_field = domain
hosts = 127.0.0.1
aliases.cf:
Code:
user = postfix
password = *******
dbname = xxxxx
table = email_addresses
select_field = maildir
where_field = email
hosts = 127.0.0.1
remote_aliases.cf:
Code:
user = postfix
password = *********
dbname = xxxxx
table = email_aliases
select_field = remote_address
where_field = email
hosts = 127.0.0.1
And here's the end of my main.cf file:
Code:
myhostname = aqua.xxxxx.co.nz
myorigin = /etc/mailname
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
program_directory = /usr/lib/postfix
mydestination = mail.xxxxx.co.nz, aqua.xxxxx.co.nz, aqua, mail.xxxxx.co.nz
relayhost =
transport_maps = mysql:/etc/postfix/transport.cf
virtual_mailbox_base = /
virtual_uid_maps = static:1001
virtual_gid_maps = static:1001
virtual_mailbox_maps = mysql:/etc/postfix/aliases.cf
virtual_maps = mysql:/etc/postfix/remote_aliases.cf
qmgr_message_active_limit = 100
qmgr_message_recipient_limit = 100
content_filter = smtp-amavis:[127.0.0.1]:10024
message_size_limit = 51200000
unknown_local_recipient_reject_code = 450
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
Can you see anything wrong with my config, or anything that might suggest why emails aren't being delivered to the 2nd, 3rd... addressed users when sent to multiple users?
I can provide more of the main.cf file, or other files, just let me know what parts.
Thanks, Mike