Matt wrote:

>> Try this
>>
>> set:
>> debuglevel             = 0
>> in:
>> vi /path/to/amavis/.razor/razor-agent.conf
>>

> Which path to amavis?  My config is in /usr/local/etc/amavisd.conf and my 
> amavis dir is /var/amavis but there's no .razor there.  I need to create 
> it?

ls -al /var/amavis does not show a .razor directory?

Then I'm not sure where razor is set up for you. If your amavis user
is named 'vscan':

su vscan -c 'razor-admin -create'

should create /var/amavis/.razor

with these files in it:
-rw-r--r--  1 vscan  vscan  698 Aug 10 10:45 razor-agent.conf
-rw-r--r--  1 vscan  vscan  484 Aug 10 10:45 server.folly.cloudmark.com.conf
-rw-r--r--  1 vscan  vscan   20 Aug 10 10:45 servers.catalogue.lst
-rw-r--r--  1 vscan  vscan   22 Aug 10 10:45 servers.discovery.lst
-rw-r--r--  1 vscan  vscan   38 Aug 10 10:45 servers.nomination.lst

then run:

su vscan -c 'razor-admin -register'
(may need to run twice)

then:
vi /var/amavis/.razor/razor-agent.conf
and change debuglevel to 0

Optional, but recommended:
vi /usr/local/etc/mail/spamassassin/local.cf
(or wherever local.cf is located)
and insert:
razor_config /var/amavis/.razor/razor-agent.conf

BTW, do you have 'lock_method flock' enabled?

amavisd reload
(for the change to take effect)

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
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to