log src/lmtp/client.h @ 22955:812e5c961328

age author description
Wed, 29 Jun 2016 14:09:01 +0300 Timo Sirainen lmtp: Increase user's concurrency limit already after RCPT TO.
Wed, 29 Jun 2016 14:07:34 +0300 Timo Sirainen lmtp: If user has rached lmtp_user_concurrency_limit, fail at RCPT TO stage.
Tue, 05 Apr 2016 20:14:15 +0300 Timo Sirainen lmtp: Use separate session ID suffixes for each RCPT TO delivery.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Tue, 21 Apr 2015 13:19:24 +0300 Timo Sirainen lda, lmtp: Added delivery_time and session_time variables to deliver_log_format
Fri, 06 Mar 2015 02:10:02 +0200 Timo Sirainen lmtp: Added lmtp_user_concurrency_limit setting.
Fri, 06 Mar 2015 02:06:10 +0200 Timo Sirainen lmtp: Changed rcpt_to array to contain pointers to struct mail_recipient
Thu, 13 Nov 2014 03:58:51 +0200 Timo Sirainen lmtp: Added support for DSN ORCPT parameter.
Wed, 12 Nov 2014 01:26:04 +0200 Timo Sirainen lmtp: Show more information in process title.
Wed, 29 Oct 2014 09:58:01 -0700 Timo Sirainen lmtp: Added support for STARTTLS command.
Wed, 20 Aug 2014 15:32:15 +0200 Timo Sirainen lmtp: Put back the deduplication code.
Fri, 04 Jul 2014 14:17:54 +0300 Timo Sirainen lmtp: Small code cleanup
Thu, 03 Jul 2014 20:28:16 +0300 Timo Sirainen lmtp: Removed code that attempts to deduplicate mail files by copying them between user mailboxes.
Tue, 13 Aug 2013 21:02:04 +0300 Timo Sirainen lmtp: Make it clear that the lda_settings is unexpanded in struct client.
Sun, 24 Feb 2013 18:19:40 +0200 Timo Sirainen lmtp: Log a bit nicer message when client QUITs.
Sat, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Tue, 05 Feb 2013 16:48:29 +0200 Timo Sirainen lmtp: If verbose_proctitle=yes, update the process state in the title.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Tue, 28 Aug 2012 14:46:16 +0300 Timo Sirainen lmtp proxy: Forward proxy_timeout to backend and set mail_max_lock_timeout based on it.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sat, 25 Feb 2012 06:54:52 +0200 Timo Sirainen imap/pop3/lmtp proxy: Implemented detection of proxy loops with TTL.
Thu, 23 Feb 2012 11:12:04 +0200 Timo Sirainen lmtp: Implemented Postfix-compatible XCLIENT extension for changing client's ip/port.
Sun, 02 Oct 2011 16:51:40 +0300 Timo Sirainen lmtp: Code cleanup.
Thu, 30 Jun 2011 08:27:32 +0300 Timo Sirainen lmtp: Log the current state in disconnect message.
Thu, 17 Feb 2011 08:12:21 +0200 Timo Sirainen lmtp: Don't forget LHLO host when sending multiple messages in session.
Mon, 29 Nov 2010 23:58:19 +0000 Timo Sirainen lmtp: Recent change broke accessing mail_temp_dir.
Fri, 16 Jul 2010 12:09:37 +0100 Timo Sirainen lmtp: Reverted accidentally committed debug code
Thu, 15 Jul 2010 13:42:33 +0100 Timo Sirainen Added mail_temp_dir setting, used by deliver and lmtp for creating temp mail files.
Wed, 23 Jun 2010 21:51:46 +0100 Timo Sirainen lmtp: BODY=* setting wasn't reset with RSET HEAD
Tue, 25 May 2010 16:45:18 +0100 Timo Sirainen lmtp: Add Return-Path: header. Also with only one RCPT TO, add Delivered-To: header. HEAD
Tue, 10 Nov 2009 18:33:41 -0500 Timo Sirainen Added recipient_delimiter setting that LMTP server now uses. HEAD
Mon, 09 Nov 2009 18:54:40 -0500 Timo Sirainen lmtp: Disable idle timeout while proxying. HEAD
Thu, 05 Nov 2009 17:27:46 -0500 Timo Sirainen lmtp: Add Received: header, with a session ID. Log the session ID also. HEAD
Thu, 22 Oct 2009 18:31:18 -0400 Timo Sirainen lib-storage: Changed APIs to fix reading settings for multiple users. HEAD
Wed, 21 Oct 2009 19:54:00 -0400 Timo Sirainen Merged single and multi mail_storage_service_*() functions. HEAD
Mon, 12 Oct 2009 13:53:36 -0400 Timo Sirainen lmtp: Added lmtp_proxy setting (it's no longer hardcoded to yes). HEAD
Mon, 31 Aug 2009 11:38:42 -0400 Timo Sirainen lmtp: Added initial support for proxying mails to other LMTP/SMTP servers. HEAD
Tue, 23 Jun 2009 17:30:42 -0400 Timo Sirainen lmtp: Use dot istream for reading DATA input. HEAD
Thu, 16 Apr 2009 18:12:30 -0400 Timo Sirainen Initial implementation of LMTP server. Master process doesn't yet execute it though. HEAD