diff -upk.orig postfix-2.2.4.orig/examples/smtpd-policy/greylist.pl postfix-2.2.4/examples/smtpd-policy/greylist.pl --- postfix-2.2.4.orig/examples/smtpd-policy/greylist.pl 2004-02-11 01:37:27 +0000 +++ postfix-2.2.4/examples/smtpd-policy/greylist.pl 2004-12-28 05:18:26 +0000 @@ -73,7 +73,7 @@ use Sys::Syslog qw(:DEFAULT setlogsock); # In case of database corruption, this script saves the database as # $database_name.time(), so that the mail system does not get stuck. # -$database_name="/var/mta/greylist.db"; +$database_name="/var/lib/postfix/greylist.db"; $greylist_delay=60; #