summaryrefslogtreecommitdiff
path: root/mail/postfix-gps-devel/pkg-message
blob: 561c439a3950d466c47e3c72606c79851afc8aa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
========================================================================
Configuration Instructions

You need to create a database for greylisting manually, and a user for
this, too.  Additionally, please copy the gps.conf-dist found in your
local etc directory.

After you have all these done, modify the postfix master.cf and include
gps as policy server.

Also, you may want to include the following line into your crontab so
system will automatically do daily cleanup of the greylist table:

27 * * * * /usr/local/libexec/gps-maintain.pl -delete -eq 0 -age 86400 /usr/local/etc/gps.conf
55 3 * * * /usr/local/libexec/gps-maintain.pl -delete -age 3110400 /usr/local/etc/gps.conf
========================================================================