Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37046352
en ru br
ALT Linux repositórios
S:1.37-alt1
5.0: 1.32-alt1
4.1: 1.31-alt2
4.0: 1.32-alt0.M40.1
+updates:1.31-alt1
3.0: 1.22rc1-alt1
+backports:1.27-alt0.M30.1

Group :: Sistema/Servidores
RPM: postgrey

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.37-alt1
Data da compilação: 23 janeiro 2017, 03:58 ( 374.6 weeks ago )
Tamanho:: 43.71 Kb

Home page:   http://postgrey.schweikert.ch

Licença: GPL
Sumário: Greylisting Policy Server for Postfix and Exim
Descrição:

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, ...

Mantenedor currente: Andrey Cherepanov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • postgrey
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009