| Main Archive Page > Month Archives > spamassassin-users archives |
Felipe,
> "FreeBSD + Qmail + Vpopmail"
>
> maillog:
> Dec 1 10:40:46 mail spamd[67490]:
> spamd: got connection over /var/run/spamd.socket
> *Dec 1 10:40:46 mail spamd[67490]:
> spamd: handle_user unable to find user: 'xxx@xxx.com'*
> Dec 1 10:40:46 mail spamd[67490]: spamd: checking message
> <20E588F1C6BA4C77978581F9011C6438@JoaoPC> for xxx@xxx.com:1002
>
> This is my rc.conf in FreeBSD:
> spamd_enable="YES"
> spamd_flags="-u qscand -c -d -r /var/run/spamd.pid
> --socketpath=/var/run/spamd.socket --socketowner=qscand
> --socketgroup=qscand"
>
> mail# uname -r -s -m
> FreeBSD 8.2-STABLE amd64
>
> How to solve this?
A username 'xxx@xxx.com' does not exist. Either you should not
pass the full recipient's e-mail address in the -u argument to spamc
but use a localpart only, or perhaps you are missing the --vpopmail
option in spamd.
Mark