Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1491858
 поиск   регистрация   авторизация 
 
Группа :: Система/Серверы
Пакет: postfix

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: postfix-2.2.4-deb-greylist.patch


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;
 
 #
 
design & coding: Vladimir Lettiev aka crux © 2004-2005