|
| | Subject: | Re: Updated amavisd-new; can't send/receive mail | | Group: | Postfix-users | | From: | mouss | | Date: | 15 Jun 2007 |
Mac OS X Server Administrator wrote:
> [snip]
>
> When launching amavisd-new, I get the following in SMTP log:
>
> (!!)TROUBLE in pre_loop_hook: TEMPBASE directory inaccessible, Permission
> denied: /var/amavis/tmp at /usr/bin/amavisd line 7882
try:
chown amavisd:amavisd /var/amavis/tmp
In some cases, you'll need to make sure clamd can access this directory
too. see amavisd-new docs for more details.
>
> So I
>
> $ chmod -R 777 /var/amavis/tmp
never do that.
>
> but I still get the same errors.
>
> Any help tracking this down would be appreciated!
>
|