Re: [exim] Very weird e-mail problems

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users
Asunto: Re: [exim] Very weird e-mail problems
Patrick - South Valley Internet wrote:
> On the mail server that is running Exim, we have a catch-all that sends
> all mail from the domain foo.com which is located on the Exim server to
> person@??? which is located on the Postfix server. For some reason,
> it never arrives to the Postfix server. I took a look at the Exim logs,
> and they show that the e-mail is being sent successfully, but when I
> tail the logs on the Postfix server, I never see an e-mail arrive.


Turn on the Exim logging option to catch the accept string on delivery.
Does it give any info about the type of system accepting the mail?
(Many MTAs output their internal ID for the message)

>
> I can set up a forward/catch-all on the Exim server to forward all mail
> to my gmail account, and I get the e-mails instantly. This is why I
> don't think it is the Exim server, but I could be wrong.
>
> Now, here's the very weird part. If I e-mail any e-mail address on the
> Postfix server directly, the e-mail is received. However, when I
> forward mail from an email address on the Exim server to an email
> address on the Postfix server, the Exim logs say it's been sent but the
> Postfix logs never say anything, whether it has failed or been successful.
>
> We haven't had any other complaints from anyone else, so I don't know
> how to track this problem down. Like I said, I checked all the logs,
> and nothing seemed out of the ordinary.
>
> Hopefully I'm not being too vague, and if I need to provide any more
> information to help you folks troubleshoot, please let me know and I
> will be more than happy to supply anything you might need.


Can you sniff the packet flow between the two machines?
Grab the smtp conversation for a test mail. Is the HELO string
from the Postfix what you think it should be?

Can you watch the syscall activity of Postfix, using some tool
like strace or truss? Does it see an incoming test mail?

- Jeremy