Thank you Magnus, that is very useful - I have been searching for the -d
option!
Well at the end of all the hops, we see:
routed by current_users router
envelope to: someone@???
transport: local_delivery_cyrus
someone@???
<-- real-someone@???
<-- real-someone@???
<-- someone@???
<-- someone@???
router = current_users, transport = local_delivery_cyrus
search_tidyup called
So it would pass it off to Cyrus using LMTP - see below for transport.
Merlin
Transports:
# Merlin 2005-03-03 for cyrus imapd using lmtp over a socket
local_delivery_cyrus:
driver = lmtp
socket = /var/lib/imap/socket/lmtp
batch_max = 20
user = cyrus
group = mail
Magnus Holmgren wrote:
> Merlin wrote:
>> Hi All
>>
>> We have a pair of systems running versions 4.41(gateway) and
>> 4.43(mail-server) with a Cyrus mail store.
>>
>> We have noticed 6 messages in the last month that have not been
>> delivered to their recipient but have been passed through the gateway
>> machine succesfully.
>> Exim logs that the message has 'Completed' but show no mention of it
>> being delivered - and indeed it isn't.
>
> What do you get if you run exim -bt someone@??? on both
> machines? Or, if that doesn't help, exim -bt -d someone@????
>