Re: [exim] exim attachment handling

Etusivu
Poista viesti
Vastaa
Lähettäjä: paul spandler
Päiväys:  
Vastaanottaja: Odhiambo Washington
Kopio: exim-users
Aihe: Re: [exim] exim attachment handling
> Show your config and some output from the logs. It's easier to think
> of that way than imagining from the narrative you've given.


The router config in question is simple:

<snip>

send_to_gateway:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * upstream-box.somedomain.co.uk

</snip>

...and the logs show a successful relay:

<snip>

2008-10-27 11:20:43 1KuQ9L-0007DJ-6k <= some-address@???
H=some-host.somedomain.co.uk [<IP removed>] P=esmtp S=578984
id=SA1XvpFV00000007@??? T="some email title"
from <some-address@???> for
some-external-recipient@???
2008-10-27 11:20:44 1KuQ9L-0007DJ-6k =>
some-external-recipient@??? R=send_to_gateway
T=remote_smtp H=upstream-box.somedomain.co.uk [<IP removed>]
2008-10-27 11:20:44 1KuQ9L-0007DJ-6k Completed

</snip>

However, I don't think this is necessarily a configuration issue. I
guess I'd like some clarification surrounding the handling of
attachments.