OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: smtpd_proxy_filter to unix: problem

From: Wietse Venema (wietseporcupine.org)
Date: Tue Jan 15 2008 - 07:19:21 CST


Wietse Venema:
> Reinaldo Carvalho:
> > Hi,
> >
> > I can't do smtpd_proxy_filter work with pipe (only a test):
> >
> > -- master.cf --
> > smtp inet n - - - - smtpd -vvv
> > -o smtpd_proxy_filter=unix:private/filter
> > filter unix - n n - - pipe
> > flags=Rq user=nobody argv=/usr/lib/postfix/filter.sh -f {$sender} {$recipient}
>
> Where does the Postfix documentation say that you can use
> smtpd_proxy_filter=(some master.cf service)?

To be more specific, smtpd_proxy_filter speaks SMTP, and can be
used only to connect to SMTP servers (inside or outside of Postfix).

        Wietse