On 5/4/2010 1:57 AM, d h wrote: > > >> Check your config. Properly configured amavisd-new will not >> lose mail. > > > The problem is, I don't know what to look for! I never worked with > Postfix/Amavis until now. I have taken over someone else's job, he is not > working here anymore. But he did tell me that he has been using this > configuration for about a year, without any problem. Maybe Postfix/Amavis > isn't the best solution for me, because the lack of my knowledge, but I have > to do something because the company is missing important e-mails.
Compare your config with the suggested config from the documentation links. If there is a problem, that's the only way to fix it. If you want to turn off amavisd-new (hopefully temporarily), comment out any content_filter statements in the postfix main.cf. You haven't yet shown us any evidence that anything is broken. > >> Postfix logs all deliveries. Check your postfix logs to see >> where mail ends up. Are you sure amavisd-new is really >> feeding back to postfix? > > > > The mail ends in postfix, these are the last entries I can find: > > > > May 3 12:08:43 postfix/lmtp[17299]: 4F2284AEBB: to=<InsideEmailAddress>, > relay=127.0.0.1[127.0.0.1]:10024, conn_use=2, delay=2324, > delays=14/2164/0/146, dsn=2.1.0, status=sent (250 2.1.0 Ok, id=19799-01-2, > from MTA([127.0.0.1]:10025): 250 2.1.0 Ok) > > May 3 12:08:43 postfix/qmgr[11636]: 4F2284AEBB: removed This shows postfix passing the mail to amavisd-new after a ~35 minute wait in the queue. Other than the long delay before the mail gets to amavisd-new, this looks fairly normal. Track down the amavisd-new ID 19799-01-2 to see what it did with the message. > > It should look like this: > > May 3 10:02:25 postfix/smtp[17938]: B0E6A4AEC6: to=<InsideEmailAddress>, > relay=ExchangeServer[10.10.10.10]:25, delay=0.3, delays=0.04/0.02/0/0.23, > dsn=2.6.0, status=sent (250 > 2.6.0<6e052cce3fa0fe4bbba020ff0fbc26eb8eb...@black.ad.amstelveen.nl> Queued > mail for delivery) > May 3 10:02:25 postfix/qmgr[11636]: B0E6A4AEC6: removed This is postfix delivering mail to your Exchange server, presumably after amavisd-new has processed it. You can't directly compare one with the other; they do different things. -- Noel Jones ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/