HELP! I have been working with this for the last three days and I am out of
ideas. I cannot get ip-alias-domains to work. I have mapped a domain to an
IP address using vipmap.
vipmail -a 66.94.78.22 worldnetoh.com
Then I telnet to the server and try to authenticate.
telnet 66.94.78.22 110
Trying 66.94.78.22...
Connected to 66.94.78.22 (66.94.78.22).
Escape character is '^]'.
+OK Hello there.
user jdl
+OK Password required.
pass test123
-ERR Login failed.
But it works using the full e-mail address.
telnet 66.94.78.22 110
Trying 66.94.78.22...
Connected to 66.94.78.22 (66.94.78.22).
Escape character is '^]'.
+OK Hello there.
user [EMAIL PROTECTED]
+OK Password required.
pass test123
+OK logged in.
I have read all of the posts I can find and tried everything I can think of,
but still nothing. Can anyone help or at least tell me if this works with
Courier.
[Specs]
vpopmail -- Currently running 5.3.30. Also tried versions 5.3.4 & 5.3.29.
Build options:
./configure \
--enable-ip-alias-domains=y \
--enable-roaming-users=y \
--enable-relay-clear-minutes=60 \
--enable-md5-passwords=y \
--enable-auth-logging=y \
--enable-mysql-logging=y \
--enable-logging=y \
--enable-mysql=y
courier-imap -- Currently running 2.2.0. Also tried 1.6.1.
Build options:
./configure \
--disable-root-check \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authmysql \
--without-authpgsql \
--without-authshadow \
--without-authuserdb \
--without-authcustom \
--without-authcram \
--without-authdaemon \ (I have tried with and without authdaemon)
--with-authvchkpw \
--with-ssl
Thanks,
Jim L.
[EMAIL PROTECTED]