Пакет postgrey: Информация

    Исходный пакет: postgrey
    Версия: 1.33-alt1.1
    Собран:  25 ноября 2010 г. 3: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:
    /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, ...

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    postgrey (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Vladimir V Kamarzin

    Права:
    @qa_p6

      1. perl-BerkeleyDB
      2. perl-IO-Multiplex
      3. perl-Net-DNS
      4. perl-Net-Server
      5. perl-base
      6. perl-podlators
      7. perl

    Последнее изменение


    24 ноября 2010 г. Igor Vlasenko 1.33-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    4 июня 2010 г. Vladimir V Kamarzin 1.33-alt1
    - 1.33
    18 ноября 2009 г. Vladimir V Kamarzin 1.32-alt2
    - Update targrey patch to targrey-0.31-postgrey-1.32.patch.