Jeetu: > 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.
Your filter on [127.0.0.1]:2525 will be used *after* smtpd receives the entire message, not *while* it receives the message. > 127.0.0.1:2525 inet n - n - - smtpd > -o smtpd_milters=inet:localhost:3333 Note that the milter will not see the original SMTP client address; it will see 127.0.0.1 instead. Wietse