Hey, I had what might be a silly question, but I would really like to have a better understanding of what happened. I was having the same problems that
chopperp1 had first stated back on page 20. Which was stated as such:
Quote:
Originally Posted by chopperp1
Hello to All
I'm trying to get this hack working on company's web server. Everything was pretty much straight forward till I got to the point of running gateway.php. That's what I get:
"...pop3 gateway
Gateway version 2.1.0 1 group(s) gatewayed. Bad User Name!Retrieving Protocol E-mails from the 'dl360mail3.yamner.com' pop3 server ..."
I tripple checked all settings and everything looks good. User account for pop3 is correct including password. Web server talks to mail via local subnet (no filtering there). Can't figure out why this thing can't log in.
any clues? :ermm:
|
I continued to read along to see if I could find a solution provided.
Lierduh continued to help
chopperp1 out and trying to find the source of the problem. Finally
Lierduh responded with this:
Quote:
Originally Posted by lierduh
Also try this:
In pop.php around line 108, find:
fwrite($this->pop_connect, $message . "\n");
Change the "\n" to "\r\n"
|
And it ended up working for
chopperp1 and for me as well. My question is, what exactly did that do? What is the difference between "\n" and "\r\n" it is something so small and so simple yet solved my problem, so I was just hoping someone (perhaps
lierduh) could give me a better idea of what that does or means?
Thanks again for the great help though, and for any further insight you can give!