From 8f20c96278a694a7e0bb570f1d56c208105e5a14 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 14 Mar 2020 21:17:32 +0000 Subject: [PATCH] see: https://github.com/postfixadmin/postfixadmin/issues/101 - in Debian Buster, /var/lock is writeable by anyone, /var/run is not... both are tmpfs --- ADDITIONS/fetchmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADDITIONS/fetchmail.pl b/ADDITIONS/fetchmail.pl index 916bdd81..820cc09a 100755 --- a/ADDITIONS/fetchmail.pl +++ b/ADDITIONS/fetchmail.pl @@ -27,7 +27,7 @@ our $db_username="mail"; our $db_password="CHANGE_ME!"; # Where to create a lockfile; please ensure path exists. -our $run_dir="/var/run/fetchmail"; +our $run_dir="/var/lock/fetchmail"; # in case you want to use dovecot deliver to put the mail directly into the users mailbox, # set "mda" in the fetchmail table to the keyword "dovecot".