Justin,

> Even after using:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg11500.html
>
> I still get these occasionally, both from localhost and other (real) hosts:
>
> 13:28:27 p34 postfix/smtpd[21926]:
>   timeout after END-OF-MESSAGE from localhost.localdomain[127.0.0.1]

> Is there another parameter that I need to tweak to avoid timeouts after
> the end-of-message?
>
> Per: http://marc.info/?l=postfix-users&m=121857914614836&w=2
>
> $ grep smtp_connection_cache_enable -r * conf.d/50-user:
> conf.d/50-user:$smtp_connection_cache_enable = 0;
>
> After having set the paramter to that - at the end of that thread, it seems
> to happen less often, but it still occurs nevertheless...

Turn both the initial state off, as well as adaptive behaviour off:

amavisd.conf:
  $smtp_connection_cache_on_demand = 0;
  $smtp_connection_cache_enable = 0;


Mark

Reply via email to