Re: [exim] [MASSMAIL]Re: PAM not working in authenticator

Top Page
Delete this message
Reply to this message
Author: Gary Stainburn
Date:  
To: exim-users
Subject: Re: [exim] [MASSMAIL]Re: PAM not working in authenticator
On Tuesday 10 May 2016 13:38:41 Jon Gerdes wrote:
> Gary
>
> Exim has a Dovecot connector which you may find easier to deal with (I
> did.) This is off a working system (Ubuntu 14.04):
>
> begin authenticators
>
> dovecot_plain:
>     driver = dovecot
>     public_name = PLAIN
>     server_socket = /var/run/dovecot/auth-client
>     server_set_id = $auth1

>
> dovecot_login:
>     driver = dovecot
>     public_name = LOGIN
>     server_socket = /var/run/dovecot/auth-client
>     server_set_id = $auth1

>
> In /etc/dovecot/conf.d/10-master.conf
> service auth {
>


Hi Jon,

Thanks for this. I'll have a look at it. A quick cut/paste of your
authenticators into my exim.conf didn't work because I had left my
authenticators in too - to cover for the literal user ID/Password
requirement.

How could I combine both requirements into a single exim.conf?