I am using XMail 1.22 on a Linux-server (Unslung) ...
basic setup is ok thanks to the abundance of tips you
can google ...
Still one - absolute nasty - issue I have: phpXmail
does not recognize the login of scheffe (=CtrlAccount-
user) after the initial manual setup
- ctraccounts.tab
- server.tab
- domain.tab
The php-code on logon tries a user-authentication but
the return-value of it is blank which phpXmail
interpretes as failure
CODE -------------------------------------
$logged_in = $mail_server->userauth($mail_server-
>xm_user_d, $mail_server->xm_user_u, $mail_server-
>xm_user_p);
break;
}
if ($logged_in != "The operation completed
successfully.") $msg = '<img src=gfx/ico_warn.gif>
Your user name or password is not valid for this
server<br><br>';
CODE -------------------------------------
After executing the logon variable $logged_in is
blank ("") though the XMail ctrl-log shows a
successful user-auth
CODE -------------------------------------
"192.168.1.xx" "scheffe" "nigma" "2006-07-12
11:14:44" "REQ"
"192.168.1.xx" "scheffe" "nigma" "2006-07-12
11:14:44" "AUTH"
CODE -------------------------------------
And this of course then leads to logon-failure...
When issuing the command on the console (not in a
Ctrl-session) the same situation arises
CODE -------------------------------------
# /opt/bin/CtrlClnt -s 192.168.1.xx -u scheffe -p
nigma userauth mydomain.org scheffe nigma
CODE -------------------------------------
the function does not return ANYTHING! There is no
RESSTRING whatsoever (except when using wrong
information for the ctrl-account data)!?
Any idea?
Logged In: NO
Sorry...forgot the versioning:
I am using XMail 1.22 on a Linux-server (Unslung) with
phpXmail version 1.4