Hi

i want to trigger hook when email come to t...@example.com or
workroom-*@example.com.

Problem: Regex not work in work access table
(http://www.postfix.org/access.5.html)

my /postfix/access file content is :

t...@example.com FILTER myhook:dummy #(its working)
/^workroom-.*@example\.com/ FILTER myhook:dummy #(its not working)

my main.cf file i check recipient 

smtpd_recipient_restrictions =
    check_recipient_access hash:/etc/postfix/access,

Please help me to fix  access table regex issue.



--
View this message in context: 
http://postfix.1071664.n5.nabble.com/check-recipient-access-with-access-table-Filter-hooks-regex-tp62603.html
Sent from the Postfix Users mailing list archive at Nabble.com.

Reply via email to