Пакет 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, ...

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    postgrey (noarch)

    Сопровождающий: Andrey Cherepanov

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

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

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


    29 ноября 2024 г. Andrey Cherepanov 1.37-alt2
    - Added service file (ALT #29551).
    - Added Perl module requirement (ALT #31037).
    - Update README from Fedora.
    23 января 2017 г. Andrey Cherepanov 1.37-alt1
    - New version
    17 ноября 2015 г. Andrey Cherepanov 1.36-alt1
    - New version