search for: auth_plaintext

Displaying 2 results from an estimated 2 matches for "auth_plaintext".

2010 Jun 30
2
Can't establish Dovecot authorization in Exim.
Hi, I have some problem in Dovecot authorization in Exim for outgoing SMTP. Version of Exim is 4.69 and the Exim was compiled with "AUTH_DOVECOT=yes" and "AUTH_PLAINTEXT=yes". Version of Dovecot is 1.2.12. I use SSL for IMAP. Is Exim neccesary to use SSL(TLS) for authorization of outgoing SMTP? Configuration files is as follows; - Exim ---------------------------------------------------------- dovecot_login: driver = dovecot public_name = LOGIN s...
2004 Dec 09
1
Exim4 authentication patch
.../src/config.h.defaults exim-4.43/src/config.h.defaults --- exim-4.43.vanilla/src/config.h.defaults 2004-10-05 12:32:08.000000000 +0400 +++ exim-4.43/src/config.h.defaults 2004-12-09 15:38:46.000000000 +0300 @@ -20,6 +20,7 @@ in config.h unless some value is defined #define AUTH_CYRUS_SASL #define AUTH_PLAINTEXT #define AUTH_SPA +#define AUTH_DOVECOT #define BIN_DIRECTORY diff -urdpNx build-Linux-i386 -x Local exim-4.43.vanilla/src/drtables.c exim-4.43/src/drtables.c --- exim-4.43.vanilla/src/drtables.c 2004-10-05 12:32:08.000000000 +0400 +++ exim-4.43/src/drtables.c 2004-12-09 15:47:14.000000000 +03...