Eduardo Júnior wrote: > Hi, > > > >>> The log complete: >>> >>> >>> Aug 27 07:58:29 magneto amavis[21705]: (21705-03-72) Blocked TEMPFAIL, [ >>> 201.65.67.26] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, Message-ID: >>> <[EMAIL PROTECTED]>, mail_id: ixnb-t4SqEdC, Hits: >>> 3.858, >>> 4335 ms >>> >>> >>> >> There will be a log entry from postfix referring to that recipient around >> the same time. That should explain the reject. > > > > > Aug 27 07:58:31 magneto postfix/smtpd[21997]: connect from > localhost.localdomain[127.0.0.1] > Aug 27 07:58:31 magneto postfix/smtpd[21997]: warning: Connection rate limit > exceeded: 85 from localhost.localdomain[127.0.0.1] for service > 127.0.0.1:10025 > Aug 27 07:58:31 magneto postfix/smtpd[21997]: disconnect from > localhost.localdomain[127.0.0.1] > >
Excellent, that explains the problem clearly. In master.cf add to your 10025...smtp reinjection entry: -o smtpd_client_event_limit_exceptions=127.0.0.1 references: http://www.postfix.org/anvil.8.html http://www.postfix.org/postconf.5.html#smtpd_client_event_limit_exceptions -- Noel Jones ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
