BUG ?? in Virtualmin config check

4 posts / 0 new
Last post
#1 Wed, 10/25/2017 - 16:52
wilburunion

BUG ?? in Virtualmin config check

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

Wed, 10/25/2017 - 17:11
andreychek

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
Wed, 10/25/2017 - 17:28 (Reply to #2)
wilburunion

[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

Wed, 10/25/2017 - 17:47
wilburunion

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

Topic locked