+++ Toshio Kumagai [02/06/02 23:11 +0900]:
> I'm using PAM based smtp auth on Solaris.
> So, I have to run exim with euid==root :-(
> Exim 3.36 has no problem to use PAM with
> exim euid==nobody, but didn't have ACLs.
Fine - but if the file is owned and readable by the same UID _and_ GID as
exim is, you should not have a problem at all. Unless the directory has
permissions which restrict exim from entering it?
> What's the best way to use exim on Solaris
> with PAM and SSL ?
Tried pwcheck authentication? Works even better ...
-srs
--
Suresh Ramasubramanian <----> mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip] From : <bish@???>
LOST #030 -**< Sub : Database de-limiter exchange >**-
To convert a comma delimited database file with a file which
is tab delimited, use "tr" for the job:
$tr ',' '\t' < file > newfile