[prev in list] [next in list] [prev in thread] [next in thread] 

List:       exim-users
Subject:    Re: [exim] exim delivering via lmtp (tcp/ip) , how to ??
From:       Brian Candler <B.Candler () pobox ! com>
Date:       2005-03-31 10:15:47
Message-ID: 20050331101547.GC1190 () uk ! tiscali ! com
[Download RAW message or body]

On Wed, Mar 30, 2005 at 03:24:18PM +0200, Patrice wrote:
> I try to make lmtp authentication  over tcp/ip to a cyrus-imap server
> for my test I configured lmtpd with '-a' option  to not use authentication.
..
> I haven't found the way to make it work, can someone help me to do this ?

On your lmtp transport, put

  hosts_try_auth = *

Then you need to add a suitable authenticator. Something like this should
do:

  begin authenticators

  fixed_plain:
    driver = plaintext
    public_name = PLAIN
    client_send = ${lookup{$host}lsearch{/usr/local/etc/exim/clientauth}{$value}fail}

Then in /usr/local/etc/exim/clientauth you put

name.of.host	^username^password

Or if there's only one lmtp host, you can get rid of the lookup and hardcode:

    hide client_send = ^username^password

See the details in spec.txt about authenticators for more information.

HTH,

Brian.

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic