|
Hola,soy novato en este mundo postfix, mailscanner, etc. Por tal motivo traigo mi problema por si alguien me puede ayudar:
Escenario:tengo un firewall que nat todo lo que llega al puerto 25 a un postfix(red DMZ) que hace de relay smtp a un exchange 2010.En el postfix tengo mailscanner,SpamAssassin y clam Av.
Problema:Me llega notificaciones del exchange , avisándome que no encontró el buzón root(obviamente no existe en exchange), en intervalos de minutos y por otro lado quiero saber lo que notifica ese mail.
Mensaje del Exchange:
No se ha podido realizar la entrega a estos destinatarios o grupos:
root No se pudo entregar el mensaje porque no se le reconoció como remitente válido. Asegúrese de que su dirección de envío está configurada correctamente e intente enviar de nuevo el mensaje. Si el problema continúa, póngase en contacto con el departamento de soporte técnico.
La siguiente organización ha rechazado su mensaje: 192.168.X.X
Información de diagnóstico para los administradores:
Generando servidor: mail.XXXXX.com.ar
192.168.X.X #<192.168.X.X #5.1.7 smtp; 501 5.1.7 Invalid address> ##
Encabezados de mensajes originales:
Return-Path: <root> Received: by mail.XXX.com.ar (Postfix, from userid 0) id 181447FD79; Wed, 14 Dec 2011 10:09:22 -0300 (ART) From: root To: root Subject: Cron <root@XXX> /opt/MailScanner/bin/update_bad_phishing_sites (failed) Content-Type: text/plain; charset="ANSI_X3.4-1968" X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/root> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=root> Message-ID: <20111214130922.181447FD79@mail.XXXXX.com.ar> Date: Wed, 14 Dec 2011 10:09:22 -0300 MIME-Version: 1.0
log postfix /etc/log/syslog:
Dec 14 10:23:01 XXXX CRON[12214]: (root) CMD (/opt/MailScanner/bin/check_mailscanner) Dec 14 10:23:01 XXXX postfix/cleanup[12230]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual Dec 14 10:23:01 XXXX postfix/pickup[11882]: 32D9E7FD79: uid=0 from=<root> Dec 14 10:23:01 XXXX postfix/trivial-rewrite[12231]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual Dec 14 10:23:01 XXXX postfix/cleanup[12230]: 32D9E7FD79: message-id=<20111214132301.32D9E7FD79@mail.xxx.com.ar> Dec 14 10:23:01 XXXX postfix/qmgr[11883]: 32D9E7FD79: from=<root>, size=575, nrcpt=1 (queue active) Dec 14 10:23:06 XXXX postfix/smtp[12232]: 32D9E7FD79: to=<juan@xxx.com.ar>, orig_to=<root>, relay=192.168.x.x[192.168.x.x]:25, delay=5.1, delays=0.08/0.01/0.02/5, dsn=5.1.7, status=bounced (host 192.168.x.x[192.168.x.x] said: 501 5.1.7 Invalid address (in reply to MAIL FROM command)) Dec 14 10:23:21 XXXX postfix/cleanup[12230]: 4A8C97FD7B: message-id=<20111214132321.4A8C97FD7B@mail.xxx.com.ar> Dec 14 10:23:21 XXXX postfix/qmgr[11883]: 4A8C97FD7B: from=<>, size=2547, nrcpt=1 (queue active) Dec 14 10:23:21 XXXX postfix/bounce[12233]: 32D9E7FD79: sender non-delivery notification: 4A8C97FD7B Dec 14 10:23:21 XXXX postfix/qmgr[11883]: 32D9E7FD79: removed Dec 14 10:23:21 XXXX postfix/smtp[12232]: 4A8C97FD7B: to=<juan@xxx.com.ar>, orig_to=<root>, relay=192.168.x.x[192.168.x.x]:25, delay=0.39, delays=0.05/0/0/0.34, dsn=2.6.0, status=sent (250 2.6.0 <20111214132321.4A8C97FD7B@mail.xxx.com.ar> [InternalId=20790] Queued mail for delivery) Dec 14 10:23:21 XXXX postfix/qmgr[11883]: 4A8C97FD7B: removed
Problema:
P.D: Avísenme si publique en el foro erróneo el caso y si falta documentación para ayudarme.
|