[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: EXIM relay for specific users



> -----Original Message-----
> From: Michael Olds [mailto:MikeOlds@pacbell.net]
> Sent: Wednesday, 4 December 2002 12:10 AM
> To: debian-user List
> Subject: RE: EXIM relay for specific users

> I don't know about the SSL part, but I'll save you the royal pain in
> the ass associated with exim and pam...
>
> In /etc/exim/exim.conf...
> In Main Configuration Settings add...
>
> # Fix problems with auth.
>
> exim_user=mail
> exim_group=shadow
>
> In Authentication Configuration, make it read something like...
>
> ######################################################################
> #                   AUTHENTICATION CONFIGURATION                     #
> ######################################################################
>
> # Look in the documentation (in package exim-doc or exim-doc-html for
> # information on how to set up authenticated connections.
>
> plain:
>   driver = plaintext
>   public_name = PLAIN
>   server_condition = "${if pam{$2:$3}{1}{0}}"
>   server_set_id = $2
>
> login:
>   driver = plaintext
>   public_name = LOGIN
>   server_prompts = "Username:::Password::"
>   server_condition = ${if pam {$1:${sg{$2}{:}{::}}}{yes}{no}}
>   server_set_id = $1
>
> # End of Exim configuration file
> Best Wishes!
> Mike Olds www.buddhadust.org
>

Thank you very much for this Michael.  It is working perfectly.  How do I do
this with ssl?

There are a lot of parts of my exim.conf that are commented out relating to
tls conections.  Is this similar to ssl?



Reply to: