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

Re: SV: SMTP and POP3 with ssl + login/password



On Thu 10 Oct 02 15:47, Iñaki Martínez wrote:
> Kaixo Magnus Wiklander!!!
>
> > Try this.
> >
> > http://packages.debian.org/stable/non-us/sslwrap.html
>
>  With this a solve the SSL problem, but with SMTP i do not have
> authentication.

info exim.

You'll need to mess around with lookups and lsearches. Here's one that works 
for me (Outlook):

login:
  driver = plaintext
  public_name = LOGIN
  server_prompts = "Username:: : Password::"
  server_condition = "\
    ${if crypteq {$2} \
        {${extract{1}{:} \
          {${lookup {$1} lsearch {/etc/shadow} {$value} fail}} \
        }} \
     {yes}{no} }"
  server_set_id = $1

Some might curse, but I've set exim to run with group "shadow". Gasp.

Regards,

Brian
-- 
Init Systems  -  Linux consulting
031 767-0139    082 769-2320    brian@init.co.za



Reply to: