Justin Piszcz wrote:
> All,
> 
> http://marc.info/?l=amavis-user&m=121141422203195&w=2

Unrelated...

> 
> I have been using the following:
> $smtp_connection_cache_on_demand = 0;
> $smtp_connection_cache_enable = 0;

This controls amavisd-new.

> 
> Yet, I still get these errors on occasion:
> Apr  3 18:01:05 host postfix/smtpd[10851]: timeout after END-OF-MESSAGE from 
> remote-server[208.12.2.1]
> 
> Sometimes, the (service) in question sends e-mails to the secondary address on
> file saying they could not reach me via my primary e-mail addresss.
> 
> Are there any other things that could be contributing to the problem here?
> 
> Here is the full log:
> 
> Apr  3 17:56:04 host postfix/smtpd[10851]: connect from 
> remote-server.com[208.12.2.1]

smtpd[10851] gets a connection from a remote site. (note this 
isn't from amavisd-new).

> Apr  3 17:56:04 host postfix/smtpd[10851]: F1607160144E2: 
> client=remote-server.com[208.12.2.1]
> Apr  3 17:56:05 host postfix/cleanup[10789]: F1607160144E2: 
> message-id=<9289090.1238699168472.javamail....@produtil4s>
> Apr  3 17:56:05 host postfix/qmgr[9240]: F1607160144E2: 
> from=<web.servi...@remote-server.com>, size=8743, nrcpt=1 (queue active)
> Apr  3 17:56:06 host postfix/smtpd[10857]: connect from localhost[127.0.0.1]
> Apr  3 17:56:06 host postfix/smtpd[10857]: 52F961600F335: 
> client=localhost[127.0.0.1]
> Apr  3 17:56:06 host postfix/cleanup[10789]: 52F961600F335: 
> message-id=<9289090.1238699168472.javamail....@produtil4s>
> Apr  3 17:56:06 host postfix/smtpd[10857]: disconnect from 
> localhost[127.0.0.1]
> Apr  3 17:56:06 host postfix/qmgr[9240]: 52F961600F335: 
> from=<web.servi...@remote-server.com>, size=9417, nrcpt=1 (queue active)
> Apr  3 17:56:06 host postfix/local[10794]: 52F961600F335: 
> to=<u...@mydomain.com>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, 
> status=sent (delivered to command: procmail -a "$EXTENSION")
> Apr  3 17:56:06 host postfix/qmgr[9240]: 52F961600F335: removed
> Apr  3 17:56:06 host amavis[30962]: (30962-12) Passed CLEAN, [208.12.2.1] 
> [208.12.2.1] <web.servi...@remote-server.com> -> <u...@mydomain.com>, 
> Message-ID: <9289090.1238699168472.javamail....@produtil4s>, mail_id: 
> VO8QfK+m6R67, Hits: -10.219, size: 8726, queued_as: 52F961600F335, 1051 ms
> Apr  3 17:56:06 host postfix/lmtp[10854]: F1607160144E2: 
> to=<u...@mydomain.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.4, 
> delays=0.36/0/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=30962-12, from 
> MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 52F961600F335)
> Apr  3 17:56:06 host postfix/qmgr[9240]: F1607160144E2: removed

The original mail is processed completely by postfix and 
removed from the queue.

> Apr  3 18:01:05 host postfix/smtpd[10851]: timeout after END-OF-MESSAGE from 
> remote-server.com[208.12.2.1]
> Apr  3 18:01:05 host postfix/smtpd[10851]: disconnect from 
> remote-server.com[208.12.2.1]

The REMOTE CLIENT has held on to the connection for an extra 
~300 seconds, possibly due to a broken implementation of 
connection caching on THEIR end.

You can force them to disconnect sooner by adjusting your 
postfix smtpd_timeout, but other than that there's nothing you 
can do here.  maybe complain to their postmaster.

No mail is lost, the only effect is an open connection that 
isn't doing anything.  If you're short of smtpd processes that 
can be a problem, otherwise no big deal.


   -- Noel Jones

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
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/ 

Reply via email to