View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008245 | phpList 3 application | Batch Processing | public | 15-10-06 06:20 | 18-02-08 14:06 |
Reporter | Chris | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.3 | ||||
Target Version | 2.10.7 | Fixed in Version | 2.10.4 | ||
Summary | 0008245: Bounce retrieval port | ||||
Description | When I retrieve bounces I get the following error - "Cannot create POP3 connection to pop.mydom.com: Can't open mailbox {pop.mydom.com:110/pop3/notls}INBOX: invalid remote specification" My config files looks like this: #$bounce_mailbox_port = "110/pop3/notls"; $bounce_mailbox_port = "110/pop3"; The current code in processbounces.php starting at line 229 is: function processPop ($server,$user,$password) { $port = $GLOBALS["bounce_mailbox_port"]; # if (!$port) { $port = '110/pop3/notls'; # } set_time_limit(6000); It appears as if this is overriding the settings in the config.php. I have no problems if I comment out the line $port = '110/pop3/notls'; | ||||
Tags | No tags attached. | ||||
related to | 0003721 | closed | phplist 2.10.x |