Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/05/2007, 07:09
Trutxof
 
Fecha de Ingreso: agosto-2006
Mensajes: 191
Antigüedad: 18 años, 3 meses
Puntos: 3
problema postfix

Hola a todos. Es la primera vez que voy a utilizar postfix, asi que ando un poco liado. Cuando intento mandar un mail a traves de postfix, no lo hace, y veo esto en el log:

Código PHP:
May  9 14:56:05 localhost postfix/pickup[1363]: 4ACE220F023uid=1000 from=<mikel>
May  9 14:56:05 localhost postfix/cleanup[3575]: 4ACE220F023message-id=<20070509125605.4ACE220F023@principal>
May  9 14:56:05 localhost postfix/qmgr[5054]: 4ACE220F023from=<mikel@midominio.com>, size=303nrcpt=(queue active)
May  9 14:56:05 localhost postfix/qmgr[5054]: 4ACE220F023to=<ayoz@wanadoo.es>, relay=nonedelay=0status=deferred (delivery temporarily suspendedconnect to wanadoo.es[62.37.237.15]: Connection refused
Les dejo tambien el contenido de mi main.cf

Código PHP:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner $myhostname ESMTP $mail_name (Ubuntu)
biff no

# appending .domain is the MUA's job.
append_dot_mydomain no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file
=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls
=yes
smtpd_tls_session_cache_database 
btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database 
btree:${queue_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname principal
alias_maps 
hash:/etc/aliases
alias_database 
hash:/etc/aliases
myorigin 
= /etc/mailname
mydestination 
midominio.comprincipallocalhost.localdomainlocalhost
relayhost 

mynetworks 127.0.0.0/8
mailbox_size_limit 
0
recipient_delimiter 
= +
inet_interfaces all
inet_protocols 
all 
No tengo firewall activo y si tengo abierto el puerto 25. Espero puedan ayudarme...

P.D: No sabia si postaer aqui o en servidores. Si lo creen conveniente muevan el post.

Salu2