dovecot.service.in revision 6c272362f7dbe8d5d3ad3574af5a816f2b0da1ab
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# This file is part of Dovecot
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# If you want to pass additionally command line options to the dovecot
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# binary, create the file:
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# `/etc/systemd/system/dovecot.service.d/service.conf'.
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoDescription=Dovecot IMAP/POP3 email server
9afe19d634946d50eab30e3b90cb5cebcde39eeaDaniel LezcanoDocumentation=man:dovecot(1)
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoExecStart=@sbindir@/dovecot -F
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoPIDFile=@rundir@/master.pid
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoExecReload=@bindir@/doveadm reload
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoExecStop=@bindir@/doveadm stop
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoPrivateTmp=true
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoNonBlocking=yes
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoProtectSystem=full
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoPrivateDevices=true
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# disable this if you want to use apparmor plugin
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoNoNewPrivileges=true
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcanoCapabilityBoundingSet=CAP_CHOWN CAP_DAC_OVERRIDE CAP_IPC_LOCK CAP_KILL CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_SYS_RESOURCE
7f95145833bb24f54e037f73ecc37444d6635697Dwight Engen# You can add environment variables with e.g.:
99e4008cad9e959b683c6f48411fcf15a92be3b5Michel Normand#Environment='CORE_OUTOFMEM=1'
99e4008cad9e959b683c6f48411fcf15a92be3b5Michel Normand# If you have trouble with `Too many open files' you may set:
99e4008cad9e959b683c6f48411fcf15a92be3b5Michel Normand#LimitNOFILE=8192
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano# If you want to allow the Dovecot services to produce core dumps, use:
d823d5b966f49d975a09a8512d084389d6d7ffc7dlezcano#LimitCORE=infinity