[Exim] Using system-passwords for authentication

Top Pagina
Delete this message
Reply to this message
Auteur: Mark Edwards
Datum:  
Aan: exim-users
Oude Onderwerpen: Re: [Exim] Routing with Spamcop
Nieuwe Onderwerpen: [Exim] Using /etc/passwd for authentication
Onderwerp: [Exim] Using system-passwords for authentication
Here is an example of one of my current Authenticators:

fixed_plain:
    driver = plaintext
    public_name = PLAIN
    server_condition = ${if
crypteq{$3}{${extract{1}{:}{${lookup{$2}lsearch{/usr/local/etc/exim/relayers}
{$value}}}}}{no}
    server_set_id = $2



I am using a flat file to store the passwords for SMTP authentication.
I'm setting up SMTP encryption, and I want to start using
system-passwords to authenticate mail users. How would I modify the
above Authenticator to do a system-password check? I'm using FreeBSD
4.6.1, by the way.

Thanks!

--
Mark Edwards
Engineer
Mr. Toad's
San Francisco, CA