El 13/06/12 17:17, Timo Sirainen escribió:
On Wed, 2012-06-13 at 16:57 +0200, Angel L. Mateo wrote:
Jun 12 11:40:39 myotis41 dovecot: lmtp(6595): Connect from 155.54.212.167 Jun 12 11:40:39 myotis41 dovecot: lmtp(6595): Debug: auth input: user=user1 proxy host=155.54.211.163 proxy_refresh=450
That says proxy_refresh, not proxy_timeout.
but I have checked with newer errors, all I see in logs are "Connect from" and "Disconnect from" messages. The logs "lmtp...Debug:" are not produced any more (maybe because director has this information yet?)
Director shouldn't affect it. There should still be auth input lines logged. doveconf -n?
Ok, you were right. I was looking for logs at my log repository, which
doesn't receive debug log. Nevertheless, the only auth lines I have found at the ones above, with the proxy_refresh=450. I haven't found any line with a timeout log in the proxies neither the backends
So, at director servers the only logs I have are the one I have already
sent. At the backend server, I have more logs, that are:
Jun 12 11:40:38 myotis34 dovecot: lmtp(16824): Debug: none: root=,
index=, control=, inbox=, alt=
Jun 12 11:40:38 myotis34 dovecot: lmtp(16824): Connect from 155.54.211.186
Jun 12 11:40:38 myotis34 dovecot: lmtp(16824): Debug: auth input: user1
home=<user1 home> uid=261853 gid=1001
Jun 12 11:40:38 myotis34 dovecot: lmtp(16824): Debug: auth input:
<user2> home=
... (more recipients for the same message)
Jun 12 11:40:38 myotis34 dovecot: lmtp(16824): Debug: auth input:
<myuser> home=
Jun 12 11:41:08 myotis34 dovecot: lmtp(16824, <myuser>): Debug:
Effective uid=255606, gid=1001, home=
I have attached output of doveconf -n.
What I have observed is that problem ocurrs when I have mails with lot
of recipients, and happens to all recipients which data ends more than 30 seconds after the connection was established. Maybe this timeout has to be counted since the begining of the data command, not the establishment of the tcp connection, or, if this is another timer, the first should be greater.