Hi, on our Mailserver there is vpopmail 5.21 and qmail 1.03 with qmail-que-patch running. I upgraded courier-imap to the newest version.
On the mailserver we only have vpopmailusers serverd for imap by courier-imap. This works very vell, for several month with version 1.7.3 of courier-imap and now with version 2.1.2. For testing i have to enabel vpopmail with a defaultdomain so that some test-users can connect via imap with a username like "username1" instead of [EMAIL PROTECTED] But It does not work! In the logfile for a sucessfull login with user "[EMAIL PROTECTED] I get this: Oct 7 17:05:12 mail pop3d: Connection, ip=[111.111.111.111] Oct 7 17:05:12 mail pop3d: Opening smtp relay for IP [111.111.111.111] user1x Oct 7 17:05:12 mail pop3d: LOGIN, [EMAIL PROTECTED], ip=[111.111.111.111] (i enabled courier-imap with open_relay binary!) but with username "user1x" i get this: Oct 7 17:04:34 mail pop3d: Connection, ip=[111.111.111.111] Oct 7 17:04:34 mail pop3d: LOGIN FAILED, ip=[111.111.111.111] I only updated vpopmail with the enabled option for default-domain. Do I then have to recompile courier-imap to enabel the defaultdomain by courier-imap? Is this an courier-imap problem or a vpopmail-problem? I compiled vpopmail with these Options: ./configure \ --enable-qmaildir=/var/qmail \ --enable-qmail-newu=/var/qmail/bin/qmail-newu \ --enable-qmail-inject=/var/qmail/bin/qmail-inject \ --enable-qmail-newmrh=/var/qmail/bin/qmail-newmrh \ --enable-vpopuser=vpopmail \ --enable-vpopgroup=vchkpw \ --enable-roaming-users=n \ --enable-tcprules-prog=/usr/local/bin/tcprules \ --enable-tcpserver-file=~vpopmail/etc/tcp.smtp \ --enable-relay-clear-minutes=360 \ --enable-learn-passwords=n \ --enable-md5-passwords=y \ --enable-auth-logging=n \ --enable-mysql-logging=n \ --enable-clear-passwd=n \ --enable-logging=y \ --enable-sqwebmail-pass=n \ --enable-log-name=vpopmail \ --enable-domains-dir=domains \ --enable-default-domain=defaultdomain.local \ --enable-mysql=n \ --enable-mysql-replication=n \ --enable-valias=n \ --enable-file-locking=y \ --enable-file-sync=n \ --enable-many-domains=y \ --enable-ldap=n \ --enable-oracle=n \ --enable-sybase=n \ --enable-qmail-ext=n \ --enable-passwd=n \ --enable-defaultquota I configured courier-imap with these options: ./configure \ --prefix=/usr/local/courier-imap/2.1.2 \ --without-ipv6 \ --enable-unicode \ --without-authpwd \ --without-authshadow \ --without-authldap \ --without-authmysql \ --without-authpgsql \ --with-authvchkpw \ --with-authpam \ --with-authuserdb \ --with-authdaemon \ --with-authcustom \ --with-authcram \ --with-redhat Greetings Alex