Go to file
Christoph 76a46ee173 - Add systemd support.
- Improve adjusting /etc/postfix/main.cf.
2017-10-09 03:09:40 +02:00
conf - Add systemd support. 2017-10-09 03:09:40 +02:00
.gitignore Fix postfix configuration for lmtp auth service. Change Variables 'smtpd_sasl_type' and 'smtpd_sasl_path'. 2017-03-31 16:59:35 +02:00
install_update_dovecot.sh - Add systemd support. 2017-10-09 03:09:40 +02:00
lmtp_notice.txt Add some notices 2017-02-21 01:30:34 +01:00
README.dovecot.systemd - Add systemd support. 2017-10-09 03:09:40 +02:00


Debian Jessie comes with systemd so you really should not use initscript anymore but 
switch to systemd for starting dovecot. There is systemd service description file available 
for you in case your vendor does not provide it in the package:

https://github.com/dovecot/core/blob/master/dovecot.service.in

--

> i use ./configure with
> --with-systemdsystemunitdir=/etc/systemd/system/ and that installs the
> systemd.service and socket

That's what I missed, thank you a lot. And service seems to handle
correctly restarts 

Also use:
   --with-rundir=/var/run/dovecot

--