2011/5/23 Thiago - HOST LP <[email protected]>: > > Ele me aparece assim na fila: > > -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- > 4508B13E028 98303 Mon May 23 15:07:04 [email protected] > (host mx.dominioparticular.net[74.125.159.27] said: 550-5.1.1 The email > account that you tried to reach does not exist. Please try 550-5.1.1 > double-checking the recipient's email address for typos or 550-5.1.1 > unnecessary spaces. Learn more at 550 5.1.1 > http://mail.google.com/support/bin/answer.py?answer=6596 d26si14616510yhe.17 > (in reply to RCPT TO command)) > [email protected] > > Gostaria que ele não ficasse ali parado por mais de 15minutos. >
O código de retorno 5xx (550-5.1.1 no caso), faz com que a mensagem sofra 'bounce' imediatamente. A não ser que você tenha configurado o excêntrico parâmetro smtp_reply_filter (que permite substituir um código de retorno), esta mensagem não deveria estar na fila. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "While not fully understand a software, don't try to adapt this software to the way you work, but rather yourself to the way the software works" (myself) _______________________________________________ Postfix-BR mailing list [email protected] http://listas.softwarelivre.org/mailman/listinfo/postfix-br
