[Exim] Authentication Support

Página Inicial
Delete this message
Reply to this message
Autor: Elm Gysel
Data:  
Para: exim-users
Assunto: [Exim] Authentication Support
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hi,

The manual says when you compile with :

AUTH_CRAM_MD5=yes
AUTH_PLAINTEXT=yes

there should be SMTP authentication support. The manual also says then when you EHLO you should be able to see the supported modes :

250-SIZE
250-PIPELINING
250 HELP

I'm on debian, compiling with debian/rules build .

The debian/editme-diff file has :

-# AUTH_CRAM_MD5=yes
-# AUTH_PLAINTEXT=yes
+AUTH_CRAM_MD5=yes
+AUTH_PLAINTEXT=yes

so it is there indeed.

Am I doing something wrong?

Thanks for any response!

Elm
--