| |||||||||||||||||||||||||||||||
|
is sent to them, they bypass all other checks. Problem: Is it possible to whitelist an alias, either in /etc/aliases or a virtual alias? When I send a message to a whitelisted alias, it does not work, it says the account does not exist, I also tried mapping the account it is aliased from using the virtual_uid_maps but that did not help either. -- Example config: main.cf: virtual_alias_maps = hash:/etc/postfix/virtual_aliases cat /etc/postfix/virtual_aliases testACCOUNT real_internal_username This configuration works fine and I receive the message sent to testACCOUNT to the address its supposed to send it to locally when it is NOT whitelisted. However, when I add the following to my smtpd_recipient_restrictions: smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, check_recipient_access = hash:/etc/postfix/virtual_aliases_whitelist Then restart postfix and try to send to that address, I get: 451 4.3.5 Server configuration error (in reply to RCPT TO command) cat /etc/postfix/virtual_aliases_whitelist testACCOUNT OK What would be the best approach to obtain such functionality? Or should/is it necessary to either create the users locally or create them virtually and then everything will work? Justin.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com