d7952621661d9a9102393d27d061dad3d22083fd |
|
09-Feb-2018 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: Set extra_groups=$default_internal_group for various services
Services with user=$default_internal_user are expected to already set the
group properly. This change is adding the group for mail processes. |
bcb4e51a409d94ae670de96afb8483a4f7855294 |
|
01-Jan-2018 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
Updated copyright notices to include the year 2018. |
69a71891361b2b27ff68ed84b29278486628464a |
|
27-Sep-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
dsync: Add hashed_headers setting
This makes it possible to configure them |
a76faea3eb26c4cd67886fbe02c604f74d54be8c |
|
17-May-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dsync: Try to commit transactions every dsync_commit_msgs_interval messages
This was first attempted to be implemented by
ec0cc8fa647794e44a1afaa448f495a713048dc4, but it was later partially
reverted by 5973d496b16721af6d2c1fa90b016aacddf13554. This current
commit should fix its problems. |
5433e85aeb5b5ce34b6932506831573edd732f68 |
|
29-Jan-2017 |
Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi> |
doveadm: add doveadm_http_rawlog_dir setting |
2454dfa32c93c20a8522c6ed42fe057baaac9f9a |
|
01-Jan-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
Updated copyright notices to include the year 2017. |
905780639d25a7d21b8a794f8735cadc34d20c2a |
|
08-Aug-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dsync_features: For consistency use '-' and not '_'
Other _features and _workarounds settings use also '-'. |
afd6d387ea65843b59fb6051fb567719d2a5279c |
|
08-Aug-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
dsync: Add support for features
Add empty_header_workaround as first feature |
2087543679f0b35a8f70e1277b234e66ffdf96ed |
|
11-Mar-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm-auth: If auth_debug setting is enabled, send "debug" field to auth lookups.
The idea is that you could enable auth_debug for specific requests with e.g.:
doveadm -o auth_debug=yes user user@example.com |
6e15d56df69d5b8e80768779c3c769e429aaa530 |
|
02-Mar-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm: Don't treat doveadm_api_key differently when it's unset vs set to empty. |
1e11a94ec50fc9b57eb2c859771c6a326ccaf86f |
|
19-Feb-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm: Implement HTTP server API, slightly based on JMAP API |
02c335c23bf5fa225a467c19f2c063fb0dc7b8c3 |
|
12-Jan-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: freshen copyright
git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/' |
009217abb57a24a4076092e8e4e165545747839e |
|
29-Aug-2015 |
Stephan Bosch <stephan@rename-it.nl> |
Changed type of internet port values to in_port_t everywhere.
Created special SET_IN_PORT setting type for internet port values.
Created net_str2port() for parsing internet port values.
Removed several atoi() invocations in the process. |
c4d1ceab4458cf894d83d5634059bc1fc7c680ba |
|
30-Jun-2015 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added doveadm_username to specify the username for authentication.
The default is still "doveadm" and the server side doesn't currently support
anything except "doveadm". |
7cb128dc4cae2a03a742f63ba7afee23c78e3af0 |
|
05-Jan-2015 |
Phil Carmody <phil@dovecot.fi> |
global: freshen copyright
Robomatically:
git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/'
Happy 2015 everyone!
Signed-off-by: Phil Carmody <phil@dovecot.fi> |
da7f1a07f583df8905684a7b78469960afd7c78d |
|
27-May-2014 |
Phil Carmody <phil@dovecot.fi> |
treewide - mass cleanup of 0 used to end a settings list
This also includes a change to the perl script which generates the
all-settings.c file.
Signed-off-by: Phil Carmody <phil@dovecot.fi> |
e1550f6a31306246a8499f5c9ca876096cbbeae9 |
|
27-Mar-2014 |
Timo Sirainen <tss@iki.fi> |
doveadm director move/map: Use director_username_hash setting for calculating hashes. |
a8c5a86d183db25a57bf193c06b41e092ec2e151 |
|
04-Feb-2014 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2014. |
4a0d2f71a13f1f7be1a861a410d6961bc798579e |
|
18-Nov-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm auth/user: Fixes to auth_socket_path handling.
doveadm user (without -u parameter) was ignoring "-a" parameter entirely.
Others weren't using auth_socket_path setting. |
56d1345c43bbd28c36b7faa85e4163bd9e874290 |
|
07-Apr-2013 |
Timo Sirainen <tss@iki.fi> |
Added ssl_client_ca_file to specify the CA certs as a file instead of as a dir.
This is required for Redhat-based systems where there isn't a CA directory
like in Debian/Ubuntu. |
51f750db859e62e2c58a61806b53e0adb13e0775 |
|
07-Apr-2013 |
Timo Sirainen <tss@iki.fi> |
Moved lib-fs/fs-test to "doveadm fs" command. |
51a237cb7aa8eba62880a44f27ccb08277b31315 |
|
07-Apr-2013 |
Timo Sirainen <tss@iki.fi> |
dsync: Fixed -U to send the notification on the remote server, not local. |
16cb5d65265dd0b216542803fd80c4b999ae118e |
|
19-Mar-2013 |
Timo Sirainen <tss@iki.fi> |
Moved ssl_client_ca_dir and ssl_crypto_device to mail_storage_settings.
Probably could also be moved to master_service_settings, but that makes
accessing them a bit more tricky with the current code. |
8c5d1951a2e5bced3bfcb7fc6c2fac8d4bf47341 |
|
25-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
dsync: Added tcps (TCP+SSL) target. |
1e09e09669964343557a0027188f486e9d4ccba8 |
|
24-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm: Renamed doveadm_proxy_port setting to doveadm_port.
There's still an alias for doveadm_proxy_port. |
5a580c3a38ced62d4bcc95b8ac7c4f2935b5d294 |
|
02-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
Oops :) Update copyrights to 2013 without breaking all .c files. |
cca4ba2a504d70a9fe9fee37f8433997359de52c |
|
02-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2013. |
dc7102740b85dff18de6fd5b5deb1f0b8c9155bf |
|
16-Jan-2013 |
Timo Sirainen <tss@iki.fi> |
dsync_remote_cmd: The -l parameter no longer exists. |
183b3fb003600debc52866fca2fcec9a7588978f |
|
10-Jan-2013 |
Timo Sirainen <tss@iki.fi> |
dsync: Removed unnecessary -n parameter from dsync-server.
The setting is sent within dsync protocol. |
f2a1955d993f67982bc40ad7bbae9a036dabfd64 |
|
06-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added exec command to easily execute commands from libexec_dir.
For example: doveadm exec imap -u user@domain |
2e533fb1283b5f06a4063b519e47f1861c910386 |
|
22-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
Made PKG_STATEDIR configurable with state_dir setting.
Based on patch by Chris Webb.
Normally this isn't needed, since the data in the state_dir can be shared
across multiple Dovecot instances, but in some specific use cases this may
be useful (e.g. users running their own Dovecots). |
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29 |
|
22-May-2012 |
Timo Sirainen <tss@iki.fi> |
Initial version of dsync rewrite.
* doveadm backup not implemented at all yet
* syncing mailbox renames is somewhat broken (at least renaming \noselect
mailboxes)
* saving/restoring "state" is implemented by dsync brain, but not by
doveadm. this should be easy to do, just need to figure out how the
replication code wants it. |
cd611ca82b8b8a61736d21a8a0de58cfd53bc9b6 |
|
02-Mar-2012 |
Timo Sirainen <tss@iki.fi> |
dsync: Added -n parameter to dsync a specific namespace. |
0ed18ece24069cc58be20f5f1cd5980f1ed37f2a |
|
02-Mar-2012 |
Timo Sirainen <tss@iki.fi> |
dsync: Added dsync_remote_cmd setting, which is used to execute remote dsync.
This is used for the old style "host" and "mailuser@host" parameters, as
well as for a new "remote:[user@]host" parameter. |
5f5870385cff47efd2f58e7892f251cf13761528 |
|
12-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2012. |
885a3c2287ae3e5827aa580ea06b231de38abb47 |
|
29-Dec-2011 |
Timo Sirainen <tss@iki.fi> |
Merged dsync into "doveadm dsync".
dsync symlink is installed for backwards compatibility. |
f07f57d644f640f7b3bda33594e65ea33ac33ac6 |
|
20-May-2011 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added doveadm_allowed_commands setting, which is used by doveadm server. |
d472804f391e86f7fec7062b97e372747bd159c1 |
|
20-May-2011 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added simple PLAIN authentication for remote connections.
Currently clients are required to use "doveadm" as the username and the
password must match doveadm_password setting. When using doveadm as a
client, it automatically uses these settings when connecting to remote
servers. |
67cc1d2d8495c3effad6f639cd8468d0ac7ff198 |
|
20-May-2011 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added doveadm_proxy_port setting to make it work with proxying. |
2e37d45867d081db150ab78dad303b9077aea24f |
|
04-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2011. |
183bea41fa640dc8117f3eb45ff935cd81377a84 |
|
04-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2011. |
d5ef38077adbff5b3e4d0b3c94a2057581dc78b6 |
|
23-Nov-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Moved -s parameter among -u/-A parameters, since it's only used by mail commands. |
f7f25f9e1a38678d0e97d2e609beac16285fac6b |
|
16-Nov-2010 |
Timo Sirainen <tss@iki.fi> |
Services' default vsz_limit wasn't actually using default_vsz_limit but rather 4 GB. |
71df09024cea5f2faa93da3bb9513ee96ba6bf22 |
|
23-Jul-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added client/server architecture support for running mail commands.
This is done when doveadm_worker_count is non-zero. |
3812d7a6263a4bb5f3c92b4d8fa1d6fc0fbcbe21 |
|
27-May-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added config dependency to mail_user settings.
If doveadm gets the configuration by execing doveconf, it won't get these
settings without the dependency.
--HG--
branch : HEAD |
1db62753d9e3b5d71018889c8ef0a3722a307455 |
|
27-May-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: mail commands can now be extended more easily by plugins.
Also plugins can now override the list of -A users.
--HG--
branch : HEAD |
1c7b846a17612b1fe7dcee797d0d8115201e58f4 |
|
20-May-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Look up sockets from base_dir rather than hardcoded PKG_RUNDIR.
--HG--
branch : HEAD |
4909421ac41e143fe07a235c0d11e9f0452d716b |
|
08-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added support for plugins.
--HG--
branch : HEAD |