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

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

Текущая версия: 1.27-alt0.M24.1
Время сборки: 11 августа 2006, 22:22 ( 924.1 недели назад )
Размер архива: 39.53 Kb

Домашняя страница:   http://isg.ee.ethz.ch/tools/postgrey

Лицензия: GPL
О пакете: Greylisting Policy Server for Postfix and Exim
Описание:

Postgrey is a Postfix policy server implementing greylisting.
When a request for delivery of a mail is received by Postfix
via SMTP, the triplet CLIENT_IP / SENDER / RECIPIENT is built.
If it is the first time that this triplet is seen, or if the
triplet was first seen less than 5 minutes, then the mail gets
rejected with a temporary error. Hopefully spammers or viruses
will not try again later, as it is however required per RFC.
Edit your configuration files:
/etc/postfix/main.cf:
 smtpd_recipient_restrictions = ...
   check_policy_service unix:postgrey/socket, ...
or if you like to use inet sockets (modify the IP if needed):
/etc/sysconfig/postgrey:
 OPTIONS="--inet=127.0.0.1:60000"
/etc/postfix/main.cf:
 smtpd_recipient_restrictions = ...
   check_policy_service inet:127.0.0.1:60000, ...

Текущий майнтейнер: Vladimir V Kamarzin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • postgrey
  • postgrey-dogwatch
 
design & coding: Vladimir Lettiev aka crux © 2004-2005