search for: 083a50fc

Displaying 1 result from an estimated 1 matches for "083a50fc".

2006 Mar 26
1
postfix 2.3 SMTP AUTH and Outlook
Hi all, I just maked $SUBJECT to run. The main problem was, that in Dovecot are by default enabled only plain digest-md5 and cram-md5 authentication mechanisms. While MS Outlook knows only "LOGIN" mechanism. So, Outlook users wasn't able to use SMTP AUTH. The solution is to change a line in dovecot.conf: mechanisms = plain digest-md5 cram-md5 to: mechanisms = plain digest-md5