diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:25 +0000 |
commit | 4a31b814a318a37fe8b58d42f2025e49072971e4 (patch) | |
tree | 5ba51f467804ef2f6fea80a7ea2682cbdec1ff8f /debian/dovecot-managesieved.README.Debian | |
parent | Adding upstream version 1:2.3.19.1+dfsg1. (diff) | |
download | dovecot-4a31b814a318a37fe8b58d42f2025e49072971e4.tar.xz dovecot-4a31b814a318a37fe8b58d42f2025e49072971e4.zip |
Adding debian version 1:2.3.19.1+dfsg1-2.1.debian/1%2.3.19.1+dfsg1-2.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dovecot-managesieved.README.Debian')
-rw-r--r-- | debian/dovecot-managesieved.README.Debian | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/dovecot-managesieved.README.Debian b/debian/dovecot-managesieved.README.Debian new file mode 100644 index 0000000..6c6aa4a --- /dev/null +++ b/debian/dovecot-managesieved.README.Debian @@ -0,0 +1,17 @@ +Removing dovecot-managesieved +----------------------------- + +If you remove (i.e. with dpkg -r or aptitude remove) this package you will +get an error something like this: + +doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: +service(managesieve-login): executable is empty + +To avoid it, make sure +/etc/dovecot/conf.d/etc/dovecot/conf.d/20-managesieve.conf has been deleted, +moved or completely commented out first. Alternatively, purge the package +instead of removing it. + +If you do not do this, dovecot-core will be left in an unconfigured state +because the error will cause a trigger to fail. To fix this simply reinstall +dovecot-core. |