Steve wrote: > Mike, > > Thanks for the pointer, it has helped clear a few things up and I have > everything working as specified in the EFW docs > > Are you able to provide some details on the permission change that and > settings > you modified for spamc? >
It is only related to pop3scan; look in the file /etc/p3scan/p3scan.conf change the line that reads spamcheck = /usr/bin/spamc -u spamd to spamcheck = /usr/bin/spamc -u clamav Then change the permissions on the bayes so that it has group read and write chmod g+rw /var/lib/spamassassin/bayes_* The intent is to allow spamc to run as clamav which will have read/write permissons on the bayes database. However since spamc is just asking spamd for the info this may not be required at all. I'm not 100% sure about this I brought it up mostly in hopes of someone correcting me. > When I forward the spam to [EMAIL PROTECTED] as detailed in the Endian FAQs, > I get: > > > This is the Postfix program at host abc.abc.abcd > > I'm sorry to have to inform you that your message could not be > be delivered to one or more recipients. It's attached below. > > For further assistance, please send mail to <postmaster> > > If you do so, please include this problem report. You can > delete your own text from the attached returned message. > > The Postfix program > > <[EMAIL PROTECTED]>: Command died with status 255: "/usr/bin/sa-wrapper". > Command > output: I don't recognize your domain ! at /usr/bin/sa-wrapper line 83. > > Is this a function of not having a local domain specified, or related to the > change in settings for spamc? > I think it does not like the hostname abc.abc.abcd I think it wants a domain it can lookup. -Mike ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
