| Anonymous | Login | Signup for a new account | 02-09-10 22:16 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0008245 | phplist | Batch Processing | public | 15-10-06 06:20 | 18-02-08 14:06 | |
| Reporter | Chris | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| 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. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2010 MantisBT Group |