Jeetu: > Hi, > > I'm using postfix 2.8.4 and trying to select smtpd_milter based on > sender address.
This is simply not possible, because Milters must see the complete SMTP session. Postfix will not turn on a Milter in the middle of a session and replay previous commands to catch up. Wietse