I do not know what the other Linux distributions, but on Debian is a problem with the autoresponder.
In the panel customer enable autoresponder system create files in the directory
When new email arrives the system creates two files .vacation.lst.lock and
.vacation.lst.gdbm
Customer ISPconfig off the autoresponder but system can not delete these files because the file is maildrop_plugin.inc.php
Code:
$file = $this->mailfilter_config_dir.'/'.$email_parts[1].'/'.$email_parts[0].'/.vacation.lock';
$file = $this->mailfilter_config_dir.'/'.$email_parts[1].'/'.$email_parts[0].'/.vacation.lst';
and should be
Code:
$file = $this->mailfilter_config_dir.'/'.$email_parts[1].'/'.$email_parts[0].'/.vacation.lst.gdbm';
$file = $this->mailfilter_config_dir.'/'.$email_parts[1].'/'.$email_parts[0].'/.vacation.lst.lock';
Recent comments
17 hours 25 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 13 min ago
2 days 5 hours ago
2 days 6 hours ago