Msmilter MilterPIDFile: command not found

Bugs in eFa 4
Post Reply
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Msmilter MilterPIDFile: command not found

Post by henk »

Testing the latest efa4 version:

Msmilter Message in var/log/messages
msmilter-init: /usr/lib/MailScanner/init/msmilter-init: line 68: MilterPIDFile: command not found

Solution: Added the QUICKPEEK variable and value

Code: Select all

/usr/lib/MailScanner/init/msmilter-init

Code: Select all

PATH=$PATH:/usr/sbin:/usr/bin:/bin:/sbin
export PATH
NAME=MSMilter
DAEMON=/usr/sbin/MSMilter
QUICKPEEK=/usr/sbin/ms-peek       
ms_conf=/etc/MailScanner/MailScanner.conf

Code: Select all

systemctl daemon-reload
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Post Reply