El Fri, 12 Jul 2013 13:06:33 -0400, Josué Marrero Bdez escribió: > Esta seria una parte de funcionamiento normal
(...) > Jul 12 12:44:23 mail postfix/pipe[31414]: B392EB9E342: > to=<[email protected]>, relay=dovecot, delay=0.06, > delays=0.01/0.01/0/0.04, dsn=2.0.0, status=sent (delivered via dovecot > service) ^^^^^^^^^^^^^ Correcto. > Acá una del problema a la hora de la entrega en el buzón local (...) > Jul 11 09:05:08 mail postfix/smtp[6096]: 22E96B9E381: > to=<[email protected]>, relay=none, delay=0.03, delays=0.02/0.01/0/0, > dsn=5.4.6, status=bounced (mail for zetihl.azcuba.cu loops back to myself) ^^^^^^^^^^ (...) Entendido. El mensaje clave es el "loopsback to myself", es decir, que Postfix tiene problemas para reconocer ese dominio cuando la entrega es local. Revisando el enlace que te paśe antes, dice: *** Line 3: The virtual_mailbox_domains setting tells Postfix that example.com is delivered via the virtual_transport that was discussed in the previous paragraph. If you omit this virtual_mailbox_domains setting then Postfix will either reject mail (relay access denied) or will not be able to deliver it (mail for example.com loops back to myself). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NEVER list a virtual MAILBOX domain name as a mydestination domain! NEVER list a virtual MAILBOX domain name as a virtual ALIAS domain! *** (el ^^^ es mío) Comprueba este punto. P.S. Si no tienes acceso a Internet recuerda que tienes la documentación completa de Postfix en tu disco duro, y más concretamente esta información se encuentra en el archivo "VIRTUAL_README.html". Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

