Auteur: Elm Gysel
Date:
À: exim-users
Sujet: [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
--