amavis wrote: >> >> According to http://www.ijs.si/software/amavisd/INSTALL.txt >> chmod -R 750 /var/amavis >> >> Not sure, but you may need execute permissions to use razor-agent.conf >>
> Nope, x not needed. >> The question is, why is spamd in use? Typically SpamAssassin >> is called by amavisd-new and therefore only your vscan user >> would use /var/amavis/.razor/razor-agent.conf. >> > I was wondering the same thing too. My global .razor dir and razor files > are owner/group "amavis" (same as your "vscan"). > -mike In a previous post, I mentioned: > If your amavisd-new user does not have shell access (you are > probably using a Scott L. Henderson howto), you use a > different method to create the files that amavisd-new needs, > you simply make a copy of the files that were created for root: > > cp -R /root/.razor /var/amavis > (for example) (then you would chown to that user) For a user without shell access, -mike mentioned another way to do this. We will use a user named 'spamd' in this example: sudo -H -u spamd razor-admin -create sudo -H -u spamd razor-admin -register Thanks -mike! Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
