[lug] postfix "policy" question
Chip Atkinson
chip at pupman.com
Sun Nov 28 19:48:13 MST 2004
Thanks so much! The one thing that I was missing,
greylist unix - n n - - spawn
where "greylist" replace the word "policy" is the key/answer to the
problem that I was having.
It wasn't clear how to have more than one filter in place.
On a similar topic, does anyone have any favorite books on postfix?
I see that O'Reilly has one, but one of the reviews was rather poor.
chip
On Sun, 28 Nov 2004, Lee Woodworth wrote:
> This isn't for grey listing, but shows the mechanism config for postfix
> version 2.1.5 (change the x.pl to whatever script you plan to use):
>
> main.cf:
> smtpd_delay_reject = yes <-- optional
> smtpd_recipient_restrictions =
> ......
> check_policy_service unix:private/greylist
> ......
>
> master.cf:
> greylist unix - n n - - spawn
> user=mailsys argv=/usr/bin/perl /var/spool/postfix/policy_check/x.pl
>
> Create the directory
> /var/spool/postfix/policy_check
> and copy the script x.pl to the directory. Set the ownership and
> permissions of the policy_check dir and its files such that the unix
> user mailsys can read/execute. It can be just group readable:
> drwxr-x--- 2 postfix mailsys policy_check
> -rwxr-x--- 1 postfix mailsys policy_check/x.pl
>
> You should see the socket greylist in /var/spool/postfix/private after
> restarting postfix. You may need to setup other things for postfix's
> sample grey listing script.
>
> Chip Atkinson wrote:
> > Greetings,
> >
> > I'm trying to setup spf and greylisting on postfix to cut back on spam and
> > seem to be having a little trouble getting the greylist stuff to be used.
> >
> > Is there someone who's got both working and would they mind sending me
> > their config files so I can look at the examples? Specifically I'm
> > looking for /etc/postfix/master.cf /etc/postfix/main.cf I'm pretty sure.
> > :-)
> >
> > Thanks in advance.
> >
> > Chip
> >
> >
> > _______________________________________________
> > Web Page: http://lug.boulder.co.us
> > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>
More information about the LUG
mailing list