hi again, after finally having configured courier-imap to work with mysql i now need to get pop3 to work... but when i am starting /usr/sbin/courier-pop3d i only get AUTHFAILURE
my /etc/courier-imap/pop3d looks like this: symbion courier-imap # egrep ^[^#] pop3d prefix=/usr exec_prefix=/usr sbindir="/usr/sbin" PIDFILE=/var/run/pop3d.pid MAXDAEMONS=40 MAXPERIP=4 AUTHMODULES="authdaemon" AUTHMODULES_ORIG="authdaemon" POP3AUTH="" POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1" POP3AUTH_TLS="" POP3AUTH_TLS_ORIG="LOGIN PLAIN" PORT=110 ADDRESS=0 TCPDOPTS="-nodnslookup -noidentlookup" POP3DSTART=NO MAILDIR=.maildir and here is my pop3d.cnf: symbion courier-imap # cat pop3d.cnf RANDFILE = /usr/share/pop3d.rand [ req ] default_bits = 1024 encrypt_key = yes distinguished_name = req_dn x509_extensions = cert_type prompt = no [ req_dn ] C=US ST=NY L=New York O=Courier Mail Server OU=Automatically-generated POP3 SSL key CN=localhost [EMAIL PROTECTED] [ cert_type ] nsCertType = server is there a way to check POP3 connections against the MySQL database i set up for IMAP (and that is actually working fine with IMAP). i guess POP3AUTH="" must be set to something like mysql or so... but i have no idea. i couldnt really get any reasonable information on the web,... can anyone help? stefan. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
