largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0008245 [phplist] Batch Processing minor always 15-10-06 06:20 18-02-08 14:06
Reporter Chris View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.3
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';
Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0003721closed phplist 2.10.x 

-  Notes
(0019944)
michiel (administrator)
15-10-06 12:55

aargh, that one has slipped back in.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker