Package postgrey: Information

    Source package: postgrey
    Version: 1.33-alt1.1
    Build time:  Nov 25, 2010, 03:16 AM
    Category: System/Servers
    Report package bug
    License: GPL
    Summary: Greylisting Policy Server for Postfix and Exim
    Description: 
    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, ...

    List of rpms provided by this srpm:
    postgrey (noarch)

    Maintainer: Igor Vlasenko


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

    Last changed


    Nov. 24, 2010 Igor Vlasenko 1.33-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    June 4, 2010 Vladimir V Kamarzin 1.33-alt1
    - 1.33
    Nov. 18, 2009 Vladimir V Kamarzin 1.32-alt2
    - Update targrey patch to targrey-0.31-postgrey-1.32.patch.