mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
Configure fetchmail to use idfile to keep track of messages.
Run fetchmail as root. This is unfortunately required because all files are owned by root in the mailu data folder. In the future we must switch all images to running all all processes with a non-root user.
This commit is contained in:
@@ -13,7 +13,7 @@ import traceback
|
||||
|
||||
FETCHMAIL = """
|
||||
fetchmail -N \
|
||||
--idfile /data/.fetchids \
|
||||
--idfile /data/.fetchids --uidl \
|
||||
--sslcertck --sslcertpath /etc/ssl/certs \
|
||||
-f {}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user