History log of /dovecot/src/lib-master/master-instance.h
Revision Date Author Comments Expand
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).

bf9fd727c3f23426ccdb23b18f4e34fcd1bdb8c7 04-Jun-2012 Timo Sirainen <tss@iki.fi>

lib-master: Keep track of config paths in "instances" file. Normally it can be looked up from base_dir/dovecot.conf symlink, but base_dir may get deleted when system starts up.

9b95d675e4af2adbc09f60990adc053bd76430e0 06-Feb-2012 Timo Sirainen <tss@iki.fi>

lib-master: Removed code to auto-drop instances from the list. There couldn't be any empty named instances, so it was a bit pointless.

d47a87c927ca77e780480f4eaf575511698d42c8 06-Feb-2012 Timo Sirainen <tss@iki.fi>

Keep track of what Dovecot instances have been executed and their instance_name. doveadm instance command can be used to list/remove them.