On 8/21/2013 9:58 AM, Roman Gelfand wrote: > For the outgoing emails, why is the configuration below not enough to: > 1. Block +a...@domain.com > 2. Allow all other emails > > main.cf > > smtpd_recipient_restrictions = > check_recipient_access pcre:/etc/postfix/recipient_access.pcre > > > /etc/postfix/recipient_access.pcre > > /\+(,*)/ reject >
What does the log say with this configuration?