d13bee3f3d66a6298fac37f0e16a414b1b1e7ac3 |
|
26-Nov-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
lmtp: Removed lmtp_address_translate setting.
It is assumed not to be used. |
1ac7b6969120bfdb15497663229f0dd168ae4ab8 |
|
24-Apr-2015 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_hdr_delivery_address=final|original|none setting.
This controls what username is used for logging Delivered-To: header and the
"for user@domain" in Received: header. The default "final" is the regular
username as earlier, "original" logs the RFC822 address received via ORCPT
parameter or fallbacks to username, "none" logs nothing. |
42abccd9b2a5a4190bd3c14ec2dcc10d51c0f491 |
|
06-Mar-2015 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_user_concurrency_limit setting.
This allows limiting the number of concurrent deliveries to a single user.
Useful in case one user is receiving a lot of mails and causing other
deliveries to be delayed. If the limit is reached, Dovecot returns temporary
failure error at DATA stage. |
02e8b5f55210f413853998a0ba5832eb3f9a6dc6 |
|
24-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_rcpt_check_quota setting to check quota already on RCPT TO. |
e7b1f9db0128384b152b58ea65303d66484c9d7b |
|
03-Jul-2012 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_address_translate setting.
The idea is that if you need userdb lookup to be done with a special kind of
a username like user:domain@extrainfo, you can set
lmtp_address_translate=%n:%d@ which translates the address to user@domain
after the userdb lookup is done. |
b015d3d3af5b1c0fd526f31d78229bf9f633db56 |
|
23-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
lmtp: Implemented Postfix-compatible XCLIENT extension for changing client's ip/port. |
1f09437dac19eba1b95842e4850895b9ad2cb57e |
|
20-Jan-2012 |
Timo Sirainen <tss@iki.fi> |
lmtp: Fixed assert-crashing on 3rd client connection. |
05c32766dbb5f79372a732acf87f1f02d6c45a7f |
|
17-Jan-2012 |
Timo Sirainen <tss@iki.fi> |
lmtp: Get banner text from login_greeting setting. |
70af4db1c95a5ea3749213da539359b76abcfcd1 |
|
30-Nov-2010 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_save_to_detail_mailbox setting. |
4afd50dff16661684ad2acddad7284bcd8c564db |
|
30-Nov-2010 |
Timo Sirainen <tss@iki.fi> |
lmtp: Recent change broke accessing mail_temp_dir.
Also when it happened, an error message wasn't always logged. |
55a14bce15b9f44441b5f56616d73651a294d770 |
|
15-Jul-2010 |
Timo Sirainen <tss@iki.fi> |
Added mail_temp_dir setting, used by deliver and lmtp for creating temp mail files. |
5d03d9f439e41c90215a3c938ffebe4c2a8ae257 |
|
20-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added support for caching config lookups.
Currently caching won't work if config has any remote {} blocks.
--HG--
branch : HEAD |
79f416d4000aa4192683207aea58a7b12ce66411 |
|
17-Nov-2009 |
Timo Sirainen <tss@iki.fi> |
lmtp: memdup default settings so RCPT TO settings lookups won't overwrite them.
--HG--
branch : HEAD |
7744586e3e0fd60158abfbb03a233d3bd8d6c48b |
|
24-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Changed all settings related structs to const and changed APIs to make it work.
--HG--
branch : HEAD |
458acd7b39c84bae0d18c36ff9ddff9a49b4ae4a |
|
12-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
lmtp: Added lmtp_proxy setting (it's no longer hardcoded to yes).
--HG--
branch : HEAD |