[Exim] SMTP Auth & Groupwise

Pàgina inicial
Delete this message
Reply to this message
Autor: exim99
Data:  
A: exim-users
Assumpte: [Exim] SMTP Auth & Groupwise
hello,

i use exim 4.10-8 with SMTP auth. most of the clients work well, exept Novell
Groupwise (latest beta).

here are the clients log:

16:06:03 S:220 mxsrv00.globalpoint.ch: Global Point Mailsystem V.2.1a (Fri, 04
Jul 2003 16:03:39 +0200)
16:06:03 C:EHLO informatik
16:06:03 S:250-mxsrv00.globalpoint.ch Hello zux172-226.adsl.green.ch
16:06:03 250-SIZE 52428800
16:06:03 250-PIPELINING
16:06:03 250-AUTH CRAM-MD5 PLAIN LOGIN
16:06:03 250-STARTTLS
16:06:03 250 HELP
16:06:03 C:AUTH LOGINM
16:06:04 S:504 LOGINM authentication mechanism not supported
16:06:04 S:221 mxsrv00.globalpoint.ch closing connection


and here are my used authenticators:

begin authenticators
cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = ${lookup mysql{MYSQL_AUTH_CRAM}{$value}fail}
server_set_id = $1

plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if eq{${lookup mysql{MYSQL_AUTH_PLAIN}{$value}fail}}{$3}
{yes}{no}}
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = Username:: : Password::
server_condition = ${if eq{${lookup mysql{MYSQL_AUTH_LOGIN}{$value}fail}}{$2}
{yes}{no}}
server_set_id = $1

thanks for help :)

urs