Re: [Exim] Authentication from system password

Pàgina inicial
Delete this message
Reply to this message
Autor: Mark Edwards
Data:  
A: Derrick MacPherson
CC: exim-users
Assumpte: Re: [Exim] Authentication from system password
I'm using uw-imap for imap and pop. Not sure how that's relevant...

Derrick MacPherson wrote:

>What POP and IMAP daemons are you using??
>
>-----Original Message-----
>From: exim-users-admin@??? [mailto:exim-users-admin@exim.org] On
>Behalf Of Mark Edwards
>Sent: October 13, 2003 4:13 PM
>To: exim-users@???
>Subject: [Exim] Authentication from system password
>
>
>I've got the following as a PLAIN authenticator currently:
>
>
>fixed_plain:
> driver = plaintext
> public_name = PLAIN
> server_condition = ${if eq{$3}
>{${extract{1}{:}{${lookup{$2}lsearch{/usr/local/etc/exim/relayers}{$valu
>e}}}}}{yes}{no}}
> server_set_id = $2
>
>
>This is on a FreeBSD 4.8 machine. What is the best way to change this
>to refer to system passwords for authentication? I tried:
>
>server_condition = ${if pam{$1:$2}{1}{0}}
>
>This seemed to allow authentication without the proper password, and it
>took a while to process the SMTP session. I'm guessing it failed after
>something timing out and allowed authentication. Perhaps because exim
>cannot access PAM if it isn't root?
>
>What I'd like to do ideally is authenticate against system passwords,
>and keep exim running as an unpriviledged user (mailnull).
>
>Thanks!
>
>
>--
>
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
>details at http://www.exim.org/ ##
>
>
>
>