Submitted by methownet on Mon, 02/15/2010 - 15:52 Pro Licensee
I get this when I recheck and refresh configuration.
Virtualmin version 3.76 Pro
Status:
Closed (fixed)
I get this when I recheck and refresh configuration.
Virtualmin version 3.76 Pro
Comments
Submitted by andreychek on Mon, 02/15/2010 - 17:57 Comment #1
Howdy -- well, as the error mentions, it sounds like the permissions on your procmail install are awry.
What do you see if you type:
ls -l /usr/bin/procmail
It should look like this:
-rwsr-sr-x 1 root mail 72316 2007-03-27 14:35 /usr/bin/procmail
Submitted by methownet on Mon, 02/15/2010 - 18:09 Pro Licensee Comment #2
Here is the output of that command looks like you said it should.
root@hornet:/home/jhardy# ls -l /usr/bin/procmail -rwsr-sr-x 1 root mail 72316 2007-03-27 11:35 /usr/bin/procmail
Submitted by andreychek on Mon, 02/15/2010 - 18:14 Comment #3
Okay, how about the procmail-wrapper program:
ls -l /usr/bin/procmail-wrapper
that should look like:
-rwsr-xr-x 1 root root 2916 2006-11-28 04:08 /usr/bin/procmail-wrapper
Submitted by methownet on Mon, 02/15/2010 - 18:16 Pro Licensee Comment #4
root@hornet:/home/jhardy# ls -l /usr/bin/procmail-wrapper -rwsr-xr-x 1 root root 2916 2006-11-28 01:08 /usr/bin/procmail-wrapper
Submitted by JamieCameron on Mon, 02/15/2010 - 19:26 Comment #5
Also, what is the output from :
grep mailbox_command /etc/postfix/main.cf
Submitted by methownet on Tue, 02/16/2010 - 10:58 Pro Licensee Comment #6
grep mailbox_command /etc/postfix/main.cf mailbox_command = procmail -a "$EXTENSION"
Submitted by methownet on Tue, 02/16/2010 - 11:05 Pro Licensee Comment #7
Looks like I found the problem. the mailbox_command in the main.cf file was like this. mailbox_command = procmail -a "$EXTENSION"
I changed it to this and it fixed the problem. mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
Thanks for your help
Submitted by JamieCameron on Tue, 02/16/2010 - 12:43 Comment #8
Ok, that would explain it ..
Submitted by Issues on Tue, 03/02/2010 - 17:20 Comment #9
Automatically closed -- issue fixed for 2 weeks with no activity.