6.3.0
All checks were successful
Build / Build project (push) Successful in 1m8s

This commit is contained in:
Alexander Zhirov 2025-05-04 04:07:41 +03:00
parent 7e44b8dac6
commit fd79aff597
Signed by: alexander
GPG key ID: C8D8BE544A27C511
6 changed files with 79 additions and 0 deletions

21
files/davmail.service Normal file
View file

@ -0,0 +1,21 @@
[Unit]
Description=Davmail Exchange gateway
Documentation=http://davmail.sourceforge.net/serversetup.html
Documentation=http://davmail.sourceforge.net/advanced.html
Documentation=http://davmail.sourceforge.net/sslsetup.html
After=network.target
[Service]
Type=simple
User=davmail
PermissionsStartOnly=true
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/davmail -server /etc/davmail.properties
StateDirectory=davmail
SuccessExitStatus=143
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target