On Sun, Sep 02, 2007 at 07:09:57PM -0500, [EMAIL PROTECTED] wrote: [...] > he estado checando los logs del server y hay algo que no me gusta espero > alguien me pueda sacar esta duda... > esto es lo que me da cuanto intento mandar a una cuenta de hotmail (DSN: > Service unavailable)<------------esto es lo que no me cuadra que intenta > hacer aki? > > > Sep 2 18:57:10 rocagdl sendmail[3652]: AUTH=server, > relay=dsl-189-169-71-189.prod-infinitum.com.mx [189.169.71.189] (may be > forged), authid=xxxxx, mech=LOGIN, bits=0 > Sep 2 18:57:11 rocagdl sendmail[3652]: l82Nv9Mc003652: > from=<[EMAIL PROTECTED]>, size=3554, class=0, nrcpts=1, > msgid=<[EMAIL PROTECTED]>, proto=ESMTP, > daemon=MTA, relay=dsl-189-169-71-189.prod-infinitum.com.mx [189.169.71.189] > (may be forged) > Sep 2 18:57:12 rocagdl sendmail[3654]: l82Nv9Mc003652: > to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (501/501), > delay=00:00:02, xdelay=00:00:01, mailer=esmtp, pri=123554, > relay=mx4.hotmail.com. [65.54.245.104], dsn=5.0.0, stat=Service unavailable > Sep 2 18:57:12 rocagdl sendmail[3654]: l82Nv9Mc003652: l82NvCMc003654: > DSN: Service unavailable > Sep 2 18:57:12 rocagdl sendmail[3654]: l82NvCMc003654: > to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00, mailer=local, > pri=34824, dsn=2.0.0, stat=Sent
[Por favor no hagas top-posting http://es.wikipedia.org/wiki/Top-posting y procura recortar las citas irrelevantes del mensaje al que respondes.] DSN significa Delivery Status Notification, y es el medio por el cual el servidor SMTP indica que fue lo que pasó con un mensaje. En el log que mandas hay un dsn=5.0.0 para el correo saliente, que indica un rechazo permanente (es decir, no se saca nada con reintentar). Después hay un dsn=2.0.0, que indica éxito, para un correo entrante, que me imagino es el rebote que te mandó sendmail explicando qué fue lo que pasó con el mansaje ¿Qué dice ese mensaje?. En todo caso estuve googleando un poco, y parece que el problema puede tener diversas razones, desde una mala configuración de tus hosts.allow o hosts.deny, asta algo que tiene que ver con el uso de smrsh, un shell restringido, para entregar mensajes. Pon "DNS: Service unavailable" en google y vas a tener algo de material con el que trabajar. Por lo demás, me imagino que estás obligado a usar sendmail. Yo no me metería con esa mostruosidad voluntariamente, y eso que me gusta ensuciarme las manos. -- Blu. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

