public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Koch, Peter" <peter.koch@schlund.de>
To: <cygwin@cygwin.com>
Subject: SMTP AUTH with exim
Date: Fri, 05 Sep 2003 19:58:00 -0000	[thread overview]
Message-ID: <AC6898F1C1D281428FA98B3618FE42020194B7C2@xchg2> (raw)

Hi all,
I've got exim working with cygwin correctly so far, even with SMTP AUTH.
Here are my 'authenticators':
plain:
     driver = plaintext
     public_name = PLAIN
     server_prompts = :
        server_condition = "\
        ${if and {{!eq{$2}{}}{!eq{$3}{}} \
        {eq{$3}{${extract{1}{:} \
 
{${lookup{$2}lsearch{/etc/exim.passwd}{$value}{*:*}}}}}}}{1}{0}}"
     server_set_id = $2

login:
	driver = plaintext
  	public_name = LOGIN
  	server_prompts = "Username:: : Password::"
        server_condition = "\
          ${if and {{!eq{$1}{}}{!eq{$2}{}} \
          {eq{$2}{${extract{1}{:} \
 
{${lookup{$1}lsearch{/etc/exim.passwd}{$value}{*:*}}}}}}}{1}{0}}"
  	server_set_id = $1

Like this, auth uses the file '/etc/exim.passwd' for authentication
data.

Here goes my question: How would these authenticators have to look if I
wanted to use the Windows User database for authentication instead?

Gruss,
--------------------------------------------
Peter 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2003-09-05 19:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-05 19:58 Koch, Peter [this message]
2003-09-05 20:47 ` Pierre A. Humblet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AC6898F1C1D281428FA98B3618FE42020194B7C2@xchg2 \
    --to=peter.koch@schlund.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).