Diferencia entre revisiones de «Antispam methods»
De gacq wiki
Línea 1: | Línea 1: | ||
*http://dspam.nuclearelephant.com/ | *http://dspam.nuclearelephant.com/ | ||
+ | |||
+ | =postgrey= | ||
+ | apt-get install postgrey | ||
+ | netstat -anp | grep 60000 | ||
+ | tcp 0 0 127.0.0.1:60000 0.0.0.0:* LISTEN 18478/postgrey.pid | ||
+ | |||
+ | /etc/postfix/main.cf | ||
+ | check_policy_service inet:127.0.0.1:60000 | ||
+ | |||
+ | |||
+ | =Blacklist= | ||
+ | /etc/postfix/main.cf | ||
+ | reject_rbl_client sbl-xbl.spamhaus.org | ||
+ | |||
+ | |||
+ | |||
+ | =References= | ||
+ | *[http://www.debian-administration.org/articles/168 Greylisting with Postfix (and other antispam stuff)] | ||
+ | *[http://bulma.net/body.phtml?nIdNoticia=2349#configuracion_anti-uce Servidor de correo con Postfix, Cyrus y MySQL administrado desde OpenMailAdmin] |
Revisión del 03:05 19 nov 2006
postgrey
apt-get install postgrey netstat -anp | grep 60000 tcp 0 0 127.0.0.1:60000 0.0.0.0:* LISTEN 18478/postgrey.pid
/etc/postfix/main.cf
check_policy_service inet:127.0.0.1:60000
Blacklist
/etc/postfix/main.cf
reject_rbl_client sbl-xbl.spamhaus.org