On 2012-08-07 Al Zick wrote:
> I setup procmail. I have a system wide config:
> 
> LOGFILE=/var/log/procmail.log
> VERBOSE=on
> 
> :0B:
> * (://[A-Za-z0-9.-]+\.ru)
> /dev/null
> 
> :0:
> * ^Subject: (Rolex)
> /dev/null
> 
> :0
> * ^Subject: (anoncvs)
> ! [email protected] [email protected]
> 
> I checked the log and it is putting spam in /dev/null, but there are
> errors in procmail.log when ever it tries to forward the emails:
> 
> sendmail: warning: the Postfix sendmail command has set-uid root file
> permissions
> sendmail: warning: or the command is run from a set-uid root process
> sendmail: warning: the Postfix sendmail command must be installed
> without set-uid root file permissions

These are warnings, not errors.

> Is there a way to fix this?

chmod u-s /usr/sbin/sendmail

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to