Christian G. von Busse writes:
On Wed, 23 Jul 2008 07:03:03 -0400, [EMAIL PROTECTED] wrote:I'm probably just being too blind, but I've been searching docs and the web for a few days now without success, so I thought I might try asking here: How can I disable cram-md5 for POP3 logins? Or - better - how can I tell Courier to announce that it only accepts plain and login?See the pop3d configuration file.I did that, and played around with POP3AUTH (currently set to "" in order not to announce such capability)I also tried setting POP3AUTH_ORIG to "PLAIN LOGIN", but without a change. This is my current pop3d (comments etc. removed): PIDFILE=/var/run/courier/pop3d.pid MAXDAEMONS=40 MAXPERIP=4 POP3AUTH="" POP3AUTH_ORIG="PLAIN LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256" POP3AUTH_TLS="" POP3AUTH_TLS_ORIG="LOGIN PLAIN" POP3_PROXY=0 PORT=110 ADDRESS=0 TCPDOPTS="-nodnslookup -noidentlookup" LOGGEROPTS="-name=pop3d" POP3DSTART=YES MAILDIRPATH=Maildir
This should work. Use telnet to verify what capabilities the POP3 server is announcing.
pgpxJqol2gyrk.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
