Christopher Kunz <[EMAIL PROTECTED]> wrote:

> I'm having a somewhat similar problem. On our qmail/vpopmail setup, we
> are running Spam Assassin via spamd/spamc, and a short maildrop script
> is used for the SA-enabled domains to tag and deliver mail.
>
> This works great, so far, but our mail logs are cluttered with perl
> errors:
>
> Dec 16 00:39:12 webby spamd[12626]: Creating default_prefs [no such
> user qmailq@/.spamassassin/user_prefs]
> Dec 16 00:39:12 webby spamd[12626]: Use of uninitialized value in
> string ne at /usr/local/share/perl/5.6.1/Mail/SpamAssassin.pm line
> 1295, <GEN22> line 2.
> Dec 16 00:39:12 webby spamd[12626]: Use of uninitialized value in
> concatenation (.) or string at
> /usr/local/share/perl/5.6.1/Mail/SpamAssassin.pm line 1296, <GEN22>
> line 2. Dec 16 00:39:12 webby spamd[12626]: Oops! user_dirs don't
> match! 'no
> such user qmailq@' vs ''
> Dec 16 00:39:12 webby spamd[12626]: Cannot write to no such user
> qmailq@/.spamassassin/user_prefs: No such file or directory
> Dec 16 00:39:12 webby spamd[12626]: Couldn't create readable
> default_prefs for [no such user qmailq@/.spamassassin/user_prefs]
>
> This seems to be for all virtual domains with catch-all in the
> .qmail-default file.
>
> Our spamd is started with
> /usr/local/bin/spamd -c -a -v -s mail -u vpopmail -A 127.0.0.1 -d -H
> /home/vpopmail

The 'use of uninitialized value' errors are because the spamd perl script
has -w in the interpreter line.
edit spamd, and remove the "-w" from the first line.

-w enables more warnings in perl.

The other stuff, I don't know..

-Robertson




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to