Which dovecot version? There are packages of dovecot-2.0.11 for CentOS/QMT in the QTP repo. You can install it with yum. If you didn't install dovecot with rpm, you should "make uninstall" it first.
That being said, I'm guessing that your client doesn't have TLS or secure logins enabled with port 143. Since you have "disable_plaintext_auth = yes", dovecot will not allow logins with passwords that are sent in the clear (which is a good thing). To use port 143, clients need either secure logins (cram-md5) or TLS enabled. TLS is preferred, as it will encrypt the entire connection. Note, that TLS on port 143 is also preferred over IMAP/SSL on port 993. -- -Eric 'shubes' ---------------------------------------------------------------------------- As far as how I installed Dovecot, I used the instructions in the QMT wiki Located at: http://wiki.qmailtoaster.com/index.php/Replacing_Courier_IMAP_with_Dovecot_I MAP Thanks, Scott --------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster support and installations. If you need professional help with your setup, contact them today! --------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages. To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
