Quote:
Originally Posted by lierduh
With pop.php file, please find:
$this->_write("USER $this->username");
and insert the following line before that:
echo "=========USER Name: " . $this->username . " ==========";
This will show the user name entered by the script. I want to confirm if the right username is used by the script at this stage.
Also with gateway.php, find:
$pop_connect = $pop3->connect();
and add the following line after this:
logging($pop3->showlog());
This will show the entire pop3 connection log. No fix at this stage, just need to find out the reason behind this first.
|
Sorry for late response, I was away for few days.
Here's what I got after adding those lines
"...pop3 gateway
Gateway version 2.1.0 1 group(s) gatewayed. =========USER Name: yamner\******==========+OK Microsoft Exchange 2000 POP3 server version 6.0.6249.0 (dl360mail3.yamner.com) ready. USER yamner\****** -ERR Protocol error. Bad User Name!Retrieving Protocol E-mails from the '209.178.209.17' pop3 server ..."
I had to hide a user name, but real log shows correct one. Also, as you can see, this time I used external IP for pop server - different isp than board is hosting on...