On 11/03/07, Marten Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > what means a line like this: > > 2007-03-11 06:16:57 1HQGQL-00041b-7z ** [EMAIL PROTECTED] > <[EMAIL PROTECTED]> R=mailbox_cyrus T=mailbox_lmtp: retry time not > reached for any host after a long failure period
It means that delivery to the destination in question has been failing for longer that the retry period you've got specified, so Exim fails the delivery. > > The user exists, it works fine when I'm doing a manual lmtp-session. > > A "exim -bt [EMAIL PROTECTED]" returns > > [EMAIL PROTECTED] > <-- [EMAIL PROTECTED] > router = mailbox_cyrus, transport = mailbox_lmtp > > a "exim -bt [EMAIL PROTECTED]" returns > > [EMAIL PROTECTED] > <-- [EMAIL PROTECTED] > <-- [EMAIL PROTECTED] > router = mailbox_cyrus, transport = mailbox_lmtp > > and a "exim -bt [EMAIL PROTECTED]" returns > [EMAIL PROTECTED] > <-- [EMAIL PROTECTED] > router = mailbox_cyrus, transport = mailbox_lmtp > > What does this mean? None of those tests attempt a delivery - they test that the address is routeable. Which you already knew, because the message that failed was in the queue. You need to look at log entries for attempts to deliver to that destination, and if that doesn't tell you anything, try a delivery with -d enabled. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
