Пакет postgrey: Информация
Исходный пакет: postgrey
Версия: 1.37-alt2
Собран: 3 декабря 2024 г. 16:16
Категория: Система/Серверы
Сообщить об ошибке в пакетеДомашняя страница: http://postgrey.schweikert.ch
Лицензия: 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:
Or if TCP sockets (modify IP / port if needed) is preferred, first change
POSTGREY_TYPE:
/etc/sysconfig/postgrey:
POSTGREY_TYPE="--inet=127.0.0.1:10023"
then modify postfix configuration file:
/etc/postfix/main.cf:
smtpd_recipient_restrictions = ...
check_policy_service inet:127.0.0.1:10023, ...Сопровождающий: Andrey Cherepanov
Последнее изменение
29 ноября 2024 г. Andrey Cherepanov 1.37-alt2
23 января 2017 г. Andrey Cherepanov 1.37-alt1
- New version
17 ноября 2015 г. Andrey Cherepanov 1.36-alt1
- New version