e98ba66a8ead146be66ba8219038a45fbf87b62c |
|
26-Nov-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
lib-storage: Make parsed postmaster_address available in mail_storage_settings->parsed_postmaster_address. |
6baee5cd05602df1c39e502c7784501e58b3241d |
|
16-Nov-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
config: Match local_name using dns-util
This way it correctly handles wildcards. |
56417118453b335ca2bba5ad1f6624db4f03c5be |
|
16-Aug-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
config: Fixed pkgsysconfdir path in ssl_dh warnings. |
42cb779853b1814d7ab052436b0b6d1f507c742b |
|
10-Aug-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
config: Use ssl-parameters.dat if ssl_dh is missing |
b200bc3875fa06d42c8619865cc306c3297fcacc |
|
06-Jul-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
Add PIE and RELRO to binaries |
a5563dc790a44bb58860d74479a24349f593d68f |
|
14-May-2015 |
Timo Sirainen <tss@iki.fi> |
Reverted d592417ec815 which added unnecessary code to Makefiles.
The original problem it tried to solve was properly fixed by 46969c4cc57e.
make will actually wait for processes to finish creating files before it
continues to the next program that wants to access the file. As long as the
dependencies are correct. |
ca20a10994930a63a2991939f8613d1a59b897e3 |
|
13-Mar-2015 |
Timo Sirainen <tss@iki.fi> |
Makefile: Avoid make race conditions when generating files that are used as dependencies.
The file creation needs to be atomic, otherwise another process can start
trying to use an unfinished file. So we first create .tmp file and then mv
it into the final one. |
7f50258fb5e71ca7965d8527f879114c39d0a0fb |
|
25-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere. |
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). |
149089b97827554ffd17dbf0cbc990b2301703f3 |
|
24-Jun-2010 |
Timo Sirainen <tss@iki.fi> |
config: Install all useful config*.h files.
--HG--
branch : HEAD |
b28a1c61a5d262fd16b46bebe47dbfb90ac9c5fc |
|
08-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
config: Added support for reading v1.2 config files.
--HG--
branch : HEAD |
9f0f2de10e4ea0c99052bf4b2bef8179f2536228 |
|
24-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Moved default service settings from master.conf to source code.
--HG--
branch : HEAD |
ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2d |
|
18-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS.
--HG--
branch : HEAD |
863f2bc9983c33221f5936421fc9c06caf21639a |
|
31-Aug-2009 |
Timo Sirainen <tss@iki.fi> |
Split dovecot-example.conf to multiple files. Also it's now installed under docdir.
--HG--
branch : HEAD |
1358e2c58ce29231485a5cfa454756d429ad3d2c |
|
12-May-2009 |
Timo Sirainen <tss@iki.fi> |
config handling fixes and improvements. Separated module/service lookups. Added support for per-lip/rip settings.
--HG--
branch : HEAD |
1e535244304ef4342379b6ef50dbf9f0106873ee |
|
09-May-2009 |
Timo Sirainen <tss@iki.fi> |
config: Added missing header to Makefile.am
--HG--
branch : HEAD |
c1847a38dfbc8bad29547d96432ef9d707dbd345 |
|
06-May-2009 |
Timo Sirainen <tss@iki.fi> |
doveconf -n, -a: Show version number, config file path and system info.
--HG--
branch : HEAD |
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babb |
|
05-May-2009 |
Timo Sirainen <tss@iki.fi> |
Split doveconf and libexec/dovecot/config binaries.
--HG--
branch : HEAD |
e9e5e84ffb2ce2e606a24ce6d930580367562ff0 |
|
30-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
doveconf: With -p only protocol-specific settings are returned. -n and -a return human-readable output.
--HG--
branch : HEAD |
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76 |
|
24-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for v2.0 master rewrite. Several features are still missing.
--HG--
branch : HEAD |
463cf881132dc89c6a1400614a80b70e67ca915f |
|
21-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Some binaries were missing list of library dependencies.
--HG--
branch : HEAD |
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1 |
|
14-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added configure --without-shared-libs to link built binaries against static libraries.
The libraries are still built and installed, so this is mainly useful for
making life easier for developers.
--HG--
branch : HEAD |
d3b29d4b61f1549244a7509b798be6f806cf7d4e |
|
04-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Build libdovecot.so and libdovecot-storage.so.
Based on patch by Stephan Bosch.
--HG--
branch : HEAD |
a64adf62fa33f2463a86f990217b0c9078531a40 |
|
28-Jan-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for config rewrite.
--HG--
branch : HEAD |