ok, here we are. ready for 7.85

had a little f'up with my netbook (now luckily fixed) so this took a little longer...

So Nov 21 2010 10:42:19 EST von "dothebart" <dotheb...@uncensored.citadel.org> Betreff: [SCM] citadel.org branch, stable-78x, updated. cea750b0e7430731f9a2c3497d235cd3f7a9b6b0

Push to the project "citadel.org ": The branch, stable-78x has been updated
via cea750b0e7430731f9a2c3497d235cd3f7a9b6b0 (commit)
via 1a37eeac261dc02832db6a4974e3cbdc14c16780 (commit)
via 6e935843af551a20cecd7428770068877587f305 (commit)
from 49c07036805a7cda3fb8d61557a03a46b864daab (commit)

Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log -----------------------------------------------------------------
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=cea750b0e7430731f9a2c3497d235cd3f7a9b6b0
commit cea750b0e7430731f9a2c3497d235cd3f7a9b6b0
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date: Sun Nov 21 16:34:16 2010 +0100

Relax SMTP Client timeout settings as discussed.

- default is 30 seconds
- Server greeting 90 seconds (DNS lookups for RBLs might be slow
- Server sending the response to the EOM sequence; here we might have background processing like virus or spam scanning that wants to finish before finaly accepting the message.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=1a37eeac261dc02832db6a4974e3cbdc14c16780
commit 1a37eeac261dc02832db6a4974e3cbdc14c16780
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date: Sat Nov 6 12:18:23 2010 +0100

Nonblocking sockets need to select while writing

we changed the SMTP outbound connections to be nonblocking so we could abort on not reacting SMTP-Servers.
thus we need to select before writing, else the connection will fail.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6e935843af551a20cecd7428770068877587f305
commit 6e935843af551a20cecd7428770068877587f305
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date: Sat Nov 6 13:51:41 2010 +0100

have flexible timouts while reading lines in our client mode connections

since some mailserver take a little longer to finish reading mails we need to wait after we send our '.\r\n'; its 90 seconds now, all other parts will wait 5s, quit will wait 1 second.

-----------------------------------------------------------------------

Summary of changes:
citadel/clientsocket.c | 66 ++++++++++++++++++++++++++++++--------
citadel/clientsocketh | 4 +-
citadel/modules/smtp/serv_smtp.c | 20 ++++++-----
citadel/msgbase.c | 2 +-
4 files changed, 66 insertions(+), 26 deletions(-)


hooks/post-receive
--
citadel.org

 

Reply via email to