Haines wrote:

> I followed your suggestion:
>   @local_domains_acl ( ".$mydomain" "localhost")
>

@local_domains_acl ( ".$mydomain", "localhost")
I think you need a comma in there.
 

>> Yes, but you also have a directory with incorrect permissions, and may
>> have other pieces that are not correct. If you follow my advice, you
>> can easily solve this problem. After you follow the instructions in the
>> prior post:

> Do you refer to your suggestion to purge clamav and reinstall? I
> hesitated to do it because I was under the impression that it is best
> to install clamav and spamassassin before installing amavis.
>

With a Debian install I would not hesitate.
It's really not a big problem, you will only be without clamav for a
minute, and it's not working anyway, so there is not much difference.
Your current installation can be fixed, but it's simply easier to start
over. If you purge, you will have to do this again:
gpasswd -a clamav amavis

> I assume you refer to my directory /var/log/clamav permissions of
> rwxr-xr-x (751) as being incorrect. The default permissions resulting
> from my installation are 751 for both /var and for
> /var/log/clamav. What should these permissions be?

rwxr-xr-x = 0755 (which is what I have, and should be correct, so this is OK.)

Sorry, it's the ownership that's the problem, every directory clamav
writes to should be owned by clamav.
chown -R clamav:clamav /var/log/clamav/
chown -R clamav:clamav /var/run/clamav/
chown -R clamav:clamav /var/lib/clamav/

Gary V



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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/

Reply via email to