main.cf:
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf
master.cf:
smtpd pass - - n - 500 smtpd
[no -o parameter=value]
With these two lines, the Postfix SMTP server will not reject
recipients with "user unknown" when their
> smtpd pass - - n - 500 smtpd
This one.
May 22 09:10:44 mx1 postfix/smtpd[1757]: NOQUEUE: reject: RCPT from
xx..xxx[ddd.ddd.ddd.]: 550 5.1.1 :
Recipient address rejected: User unknown in virtual mailbox table;
from= to= proto=ESMTP
helo=
2015-05
Edgaras Luko?evi?ius:
> Alright. Let's try again.
Thanks. There are many smtpd(8) instances; which of these is
responsible for rejecting the address that should be found in
virtual_alias_maps?
> localhost:10026 inet n - n - 200 smtpd
> smtpd pass - - n
Alright. Let's try again.
main.cf
2525_end_of_data_restrictions = permit_mynetworks
2525_recipient_restrictions = reject_unauth_pipelining
reject_unknown_recipient_domain permit_mynetworks reject_rbl_client
bl.spamcop.net reject_authenticated_sender_login_mismatch
ch
Edgaras Luko?evi?ius:
> Trying to improve my report :)
>
>
> postmap -q "recipi...@domain.tld"
> proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf
> addre...@domain1.tld,addre...@domain2.tld,addre...@domain3.tld
>
> postmap -q "recipi...@domain.tld"
> proxy:mysql:/etc/postfix/mysql/virtual_
Edgaras Luko?evi?ius:
>
> I have aliases for recipients in virtual_alias_maps that do not
> exist in virtual_mailbox_maps. This is for users who want to *only*
> have forwarding without owning any mailboxes.
That should work, provided that you did do something like
"receive_override_options = no_
Hello,
I have aliases for recipients in virtual_alias_maps that do not exist in
virtual_mailbox_maps. This is for users who want to *only* have forwarding
without owning any mailboxes.
By the documentation virtual_mailbox_maps are checked before virtual_alias_maps
and so I get "Recipient addres