Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/04/2007, 04:31
DaChux
 
Fecha de Ingreso: diciembre-2003
Mensajes: 204
Antigüedad: 20 años, 4 meses
Puntos: 2
Re: postfix y hotmail

pongo el main.cf

Código:
# 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 = ubuntu
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = chux.ods.org, ubuntu.lan, localhost.lan, localhost
relayhost = 
mynetworks = 127.0.0.0/8 192.168.0.0/24
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
masquerade_domains = chux.ods.org
Y el log de postfix de un email de prueba de hace un rato, que no me ha llegado

Código:
Apr  7 11:48:30 ubuntu postgrey[3275]: Process Backgrounded 
Apr  7 11:48:31 ubuntu postgrey[3275]: 2007/04/07-11:48:30 postgrey (type Net::Server::Multiplex) starting! pid(3275) 
Apr  7 11:48:31 ubuntu postgrey[3275]: Binding to TCP port 60000 on host 127.0.0.1  
Apr  7 11:48:31 ubuntu postgrey[3275]: Setting gid to "113 113" 
Apr  7 11:48:31 ubuntu postgrey[3275]: Setting uid to "105" 
Apr  7 11:48:40 ubuntu postfix/master[3401]: daemon started -- version 2.3.3, configuration /etc/postfix
Apr  7 12:22:07 ubuntu in.qpopper[3849]: (v4.0.5) POP login by user "chux" at (ChuxLan.lan) 192.168.0.10 [pop_log.c:244]
Apr  7 12:22:36 ubuntu postfix/smtpd[3851]: connect from ChuxLan.lan[192.168.0.10]
Apr  7 12:22:37 ubuntu postfix/smtpd[3851]: 6A5C5F299A: client=ChuxLan.lan[192.168.0.10]
Apr  7 12:22:37 ubuntu postfix/cleanup[3855]: 6A5C5F299A: message-id=<[email protected]>
Apr  7 12:22:37 ubuntu postfix/qmgr[3408]: 6A5C5F299A: from=<[email protected]>, size=528, nrcpt=1 (queue active)
Apr  7 12:22:37 ubuntu postfix/smtpd[3851]: disconnect from ChuxLan.lan[192.168.0.10]
Apr  7 12:22:38 ubuntu postfix/smtp[3856]: 6A5C5F299A: to=<[email protected]>, relay=mx2.hotmail.com[65.54.244.168]:25, delay=1.2, delays=0.32/0.14/0.39/0.35, dsn=2.0.0, status=sent (250  <[email protected]> Queued mail for delivery)
Apr  7 12:22:38 ubuntu postfix/qmgr[3408]: 6A5C5F299A: removed
Para mas mosqueo, ayer me di cuenta de que si me mandan un correo de hotmail y le respondo llega perfectamente, pero si lo creo y lo mando no llega (ni a no deseado).

A ver si me podeis echar una mano.

Un saludo