Hello!
i use vpopmail 5.0pre1 and courier-imap 1.3.10.
and i found that i can not let vipmap work with courier-imap well.
(i use courier-imap for both pop3 and imap).
example:
>vipmap 127.0.0.1 test.com
>telnet 127.0.0.1 110
....
user [EMAIL PROTECTED]
pass xxxx
+OK logged in.
above works fine. but
>telnet 127.0.0.1 110
user postmaster
pass xxxx
>Connection closed by foreign host.
it quit silently.
can we solve this?
and can we use a file or environment variable
to setup "default domain"?
now i can only setup it at compile time. means
i need to recompile if i want to change default domain.
i want to build a general rpm, and default domain
can setup at run time if vipmap can not work for me.
thanks for any help!!!
configure as below:
vpopmail:
--enable-roaming-users=n \
--enable-clear-passwd=y \
--enable-logging=e \
--enable-sqwebmail-pass=n \
--enable-many-domains=n \
--enable-qmail-ext=n \
--enable-ip-alias-domains=y \
--enable-passwd=n \
--enable-hardquota=n
courier-imap:
--without-ipv6 \
--without-authdaemon \
--enable-workarounds-for-imap-client-bugs \
--without-authcustom \
--without-authcram \
--without-authuserdb \
--without-authpam \
--without-authshadow \
--without-authpwd \
--without-authldap \
--without-authmysql \
--disable-root-check
Best Regards,
Tbsky