diff options
Diffstat (limited to 'mail/postfix-gps-devel/pkg-message')
-rw-r--r-- | mail/postfix-gps-devel/pkg-message | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/postfix-gps-devel/pkg-message b/mail/postfix-gps-devel/pkg-message index 73328bfb24e3..1e61bd1e1225 100644 --- a/mail/postfix-gps-devel/pkg-message +++ b/mail/postfix-gps-devel/pkg-message @@ -13,7 +13,7 @@ since this can be used even within a jail(8) environment. An example entry is: policy unix - n n - - spawn - user=nobody argv=/usr/local/libexec/gps -v /usr/local/etc/gps.conf + user=nobody argv=%%PREFIX%%/libexec/gps -v %%PREFIX%%/etc/gps.conf In order to make policy server effect on your postfix installation, you should add something like: @@ -25,7 +25,6 @@ Into your smtpd_sender_restrictions configuration in postfix's main.cf. 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 +27 * * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -eq 0 -age 86400 %%PREFIX%%/etc/gps.conf +55 3 * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -age 3110400 %%PREFIX%%/etc/gps.conf ======================================================================== - |