| Anonymous | Login | Signup for a new account | 21-11-09 09:56 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 |
||||||
|
||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |