Asif Iqbal wrote:Hi All
I just started qmail-scanner in my qmail with spamassassin and clamav. Now I am seeing this log in my qmail maillog
Mar 9 01:11:23 qmail spamd[19120]: Still running as root: user not specified with -u, not found, or set to root. Fall back to nobody
Anyone can help me understand the above error? I am running Q-S+clamd+spamd
Here is how I start spamd with daemontools
$cat /service/spamd/run #!/bin/sh exec /usr/local/bin/spamd -c -m 20 -s stderr --syslog-socket=inet
Maybe you have to add here the -u option
exec /usr/local/bin/spamd -c -m 20 -s stderr --syslog-socket=inet -u spamd
Salvatore
Here is how qmail-scanner calls spamd
my $spamc_options=' -c -f';
Thanks for the help
Here is how my spamd starts
spamd -d -a -c --syslog-socket=inet
If I try to declared the user nobodu using -u it says home directory not defined
Any idea how I can fix this ? When I was using "spamc | qmail-queue.orig" I did not see this complain
Thanks for all the help
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu There's no place like 127.0.0.1
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general