Richard Pickett <[email protected]> wrote: > I'm using this to send test emails: > > echo "Subject: test\n\nbody" | sendmail -f [email protected] > [email protected] > > what am I missing?
Policyd is only called if the message is sent to Postfix via SMTP. When you use sendmail like that, it uses a local mechanism to put the mail into the queue. You need to use a mechanism that sends the mail into port 25 so it gets processed by all the "smtpd_..." controls. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
