Hi,
I'm using postfix 2.8.4 and trying to select smtpd_milter based on
sender address.
My check_sender_access is SELECT 'FILTER smtp:[127.0.0.1]:2525' ....
and using it under smtpd_recipient_restrictions
My master.cf is
127.0.0.1:2525 inet n - n - - smtpd
-o smtpd_milters=inet:localhost:3333
I get this in logs
Sep 13 18:41:50 outbound2 postfix/smtpd[29888]: NOQUEUE: filter: RCPT
from unknown[xx.xx.xx.xx]: <je...@demo.com>: Sender address triggers
FILTER smtp:[127.0.0.1]:2525; from=<je...@demo.com> to=<x...@xxx.com>
proto=ESMTP helo=<in.mail.com>
The milter is not getting called.
How do i fix it ?
--
-Jeetu