These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for BUG ?? in Virtualmin config check on the new forum.
The error message "The procmail command /usr/bin/procmail is owned by group mail, when it should be owned by root. Email may not be properly delivered or checked for spam." shows up - but /usr/bin/procmail IS owned by ROOT. I could attach a screenshot but their is no way to do it. this problem did not exist in an earlier version - the re-check configuration ran clean previously
Howdy,
Hmm, could you paste in the output you receive when running these two commands:
ls -l /usr/bin/procmail
ls -l /usr/bin/procmail-wrapper
[root@main ~]# ls -l /usr/bin/procmail -rwxr-xr-x 1 root mail 107984 Aug 3 00:59 /usr/bin/procmail
[root@main ~]# ls -l /usr/bin/procmail-wrapper -rwsr-sr-x 1 root root 7144 May 10 2007 /usr/bin/procmail-wrapper
Centos7
I use WinSCP - it just makes so much more sense. I changed that GROUP owner to "root" and then it complained of a setuid and setgid - so I did and now the output is
[root@main ~]# ls -l /usr/bin/procmail -rwsr-sr-x 1 root root 107984 Aug 3 00:59 /usr/bin/procmail
re-check config now completes as ready for use
I use a virtual mail system through MariaDB - and it still works - so all is well
Centos7