Re: [exim] Wildcard Certs

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: Re: [exim] Wildcard Certs
On Thu 09 Feb 2006 11:26:14 GMT , Josh Berry <jberry@???> wrote:
>> > file=/share/admin/mailauth/STAR_plus.net.crt): error:02001002:system
>> > library:fopen:No such file or directory
>>
>> Is this file readable by the exim user?
>
> Yes, I have tried all sorts of permissions - including world rwx -
> without any joy.


Something smacks of NFS funnies to me here - is /share/ (or the dirs in
the path below) the root of an NFS mount point? If so, is your NFS
environment working properly?

If I were you I'd spoof up a shell session for your exim user like this:

su -s /bin/bash <exim user>

and then see if you can access the file, or the dirs above.

Graeme