Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Exim Auth Configuration
- To: tlug@example.com
- Subject: Re: Exim Auth Configuration
- From: Jim Tittsler <jwt-tlug@example.com>
- Date: Mon, 19 Feb 2001 22:33:19 +0900
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <3A90DB49.A5483240@example.com>; from sajjad@example.com on Mon, Feb 19, 2001 at 05:37:29PM +0900
- Organization: 7J1AJH/AI8A Tokyo
- References: <3A90DB49.A5483240@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <lg-7o.A.5eC.iCSk6@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: Mutt/1.2.5i
On Mon, Feb 19, 2001 at 05:37:29PM +0900, A.Sajjad Zaidi wrote: > Exim rocks. Ok. Yup. :-) > fixed_login: > driver = plaintext > public_name = LOGIN > server_prompts = User Name : Password This doesn't look right. I think you want server_prompts = "Username:: : Password::" (Yes, I know it was supposed to be 'User Name', but Outlook Express doesn't. It expects Username:.) > server_condition = \ > ${if and {{eq{$1}{ph10}}{eq{$2}{secret}}}{yes}{no}} You probably don't want those constants there, unless Philip Hazel is now working for you. :-) I think you want: server_condition = "${if pam {$1:$2}{yes}{no}}" server_set_id = $1 This is the one Netscape uses: > fixed_plain: > driver = plaintext > public_name = PLAIN > server_condition = "\ > ${if pam {$2:$3}{yes}{no}}" > server_set_id = $2 Did you setup /etc/pam.d/exim? You can use something like: auth required pam_pwdfile.so pwdfile /etc/exim/passwd account required pam_pwdb.so where /etc/exim/passwd is the password file you are using for the auth (since you really don't want to be sending system passwords like this).
- Follow-Ups:
- Re: Exim Auth Configuration
- From: "A.Sajjad Zaidi" <sajjad@example.com>
- References:
- Exim Auth Configuration
- From: "A.Sajjad Zaidi" <sajjad@example.com>
Home | Main Index | Thread Index
- Prev by Date: Exim Auth Configuration
- Next by Date: Re: Exim Auth Configuration
- Prev by thread: Exim Auth Configuration
- Next by thread: Re: Exim Auth Configuration
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links