On Mon, Jul 18, 2005 at 10:17:29PM +0200, Robert Cates said: > I have Courier and Exim installed and things seem to work ok, but I > apparently do not have AUTHentication setup/configured, at least not with > Exim. I've compiled Exim myself and included AUTH_CRAM_MD5=yes > AUTH_PLAINTEXT=yes AUTH_SPA=yes, but when I 'telnet localhost 25' I do not > get '250-AUTH PLAIN LOGIN CRAM-MD5'.
Did you test with a HELO or an EHLO? Exim only responds with auth info when called with EHLO (since AUTH is an extended capability.) -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
