[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Spamassassin + Postfix = Too many hops



Hola a todos,

  Estoy configurando un servidor de correo con Postfix
y Spamassassin (he utilizando las ideas de aquí:
http://sourceforge.net/mailarchive/message.php?msg_id=5123097).

 Estoy haciendo pruebas de envios hacia un servidor
interno de correo y no para de salirme el siguiente
error:

Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; Too many hops


Segun el log del postfix:

Jul  4 13:45:34 smtprelay postfix/cleanup[7347]:
6AA843D6: to=<pepe@pepe.es>, relay=cleanup, delay=0,
status=bounced (Too many hops)


¿Como se puede resolver esto??? He buscado en google y
no encuentro nada ...


La configuracion de postfix es:

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix

myhostname = smtprelay.pepe.es
mydomain = pepe.es 
myorigin = $myhostname
mydestination = $myhostname, localhost.$mydomain,
$mydomain
mynetworks = 127.0.0.0/8, 192.168.1.3/32,
192.168.0.4/32

alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
transport_maps = hash:/etc/postfix/transport
local_transport = local
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
content_filter = spamfilter:

smtpd_banner = ESMTP v1.0.
smtpd_helo_restrictions = permit_mynetworks
smtpd_sender_restrictions = permit_mynetworks
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination, reject_non_fqdn_recipient

debug_peer_level = 2
debugger_command =
         PATH=/usr/bin:/usr/X11R6/bin
         xxgdb $daemon_directory/$process_name
$process_id & sleep 5

sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory =
/usr/share/doc/postfix-1.1.7/samples
readme_directory = /etc/postfix/README_FILES

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



Reply to: