View previous topic :: View next topic |
Author |
Message |
salkin73
Joined: 02 Feb 2004 Posts: 2
|
Posted: Mon Feb 02, 2004 10:57 am Post subject: Cannot setup b2 to pop mails |
|
|
Hi,
Just set it up,
Getting this error msg all the time when executing b2mail.php
"Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server"
I've tried with two different mailservers so I don't really trust the "not rfc Compliant" part.
I've also tried to connect to the mailserver manually - worked fine.
http://salladinn.no-ip.com/b2
Please help !!
/Niklas |
|
Back to top |
|
 |
salkin73
Joined: 02 Feb 2004 Posts: 2
|
Posted: Mon Feb 02, 2004 10:00 pm Post subject: |
|
|
BTW.. this does not seem to apply..
The line in class.pop3.php is already changed in the default installation.
I can get around this error by reversing the logic here on line 109 from:
Code:
if($this->RFC1939) {
Code:
if(!$this->RFC1939) { |
|
Back to top |
|
 |
|