View previous topic :: View next topic |
Author |
Message |
uhu
Joined: 11 Mar 2004 Posts: 3 Location: Scotland
|
Posted: Thu Mar 11, 2004 11:28 pm Post subject: Posting by Email again : POP3 connect : Error [110] |
|
|
Oh dear ...
when I call : http://www.mysite.com/b2home/b2mail.php
I receive after a while : Ooops POP3 connect: Error [110] [Connection timed out]
How can I test what is going on ? It finds the mail.xxx.net but does not connect the way it is supposed to ..
# mailserver settings
$mailserver_url = 'mail.xxx.net';
$mailserver_login = 'username';
$mailserver_pass = 'password';
$mailserver_port = 110;
# by default posts will have this category
$default_category = 1;
# subject prefix
$subjectprefix = 'blog:';
# body terminator string (starting from this string, everything will be ignored, including this string)
$bodyterminator = "::blog::";
# set this to 1 to run in test mode
$thisisforfunonly = 1;
uhu |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 211 Location: Oslo, Norway
|
|
Back to top |
|
 |
uhu
Joined: 11 Mar 2004 Posts: 3 Location: Scotland
|
Posted: Fri Mar 12, 2004 10:26 am Post subject: Posting by POP Emails ... |
|
|
... I can telnet my POP provider with user, pass & port 110 given ...
when I input a wrong pop server in b2config it tell me, that it is wrong
however when i come with a wrong username or password it is just sitting there doing nothing
hmmm
uhu |
|
Back to top |
|
 |
uhu
Joined: 11 Mar 2004 Posts: 3 Location: Scotland
|
Posted: Sat Mar 13, 2004 12:30 am Post subject: |
|
|
i am a pain, i know ...
i have added a few echos here and there and i believe, that b2mail.php and/or class.pop3.php are trying to talk to my mailserver. i can see that my logon and password have been passed on to the variables. however i have no clue, whether or not b2mail.php is really entering a dialog with the mailserver ...
i have activated the error_log in class.pop3.php and created an empty file in b2's homedirectory. but it remains empty and i can find no other error_log out there. where should error_log be and what are the appropriate permissions ?
this is all i can do, i hope there is someone out there with an answer ?
uhu |
|
Back to top |
|
 |
|