| How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | MAQUIDO | 3/20/09 10:48 AM | Hello, I use Google Apps, for my domain, i use PHPlist - version 2.10.9 for my newsletters, and i have an account named bou...@mydomain.com, i tried to process bounces from phplists, and doesnt work, the message was: ----------------------- Cannot |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | blogjam | 4/6/09 8:00 AM | I just wondered whether you'd fixed this issue? I'm also using PHPlist. Thanks. |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | MAQUIDO | 4/6/09 8:50 AM | No, i dont have the answer.... |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | mimecine | 4/13/09 1:18 PM | In processbounces.php it seems like it's looking for $_GLOBAL['bounce_mailbox_port'] -- I just changed that to read $bounce_mailbox_port and it started working. I haven't found anything other than phplist to do what I need to have done, but it's suc |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | MAQUIDO | 4/14/09 8:57 AM | Hello, Then.. i have in this file: processbounces.php this text.... line 230 $port = $GLOBALS["bounce_mailbox_port"]; and i need to work change this line to: $port = $bounce_mailbox_port; all Right? Thanks... |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | mersonmathew | 5/16/09 8:50 AM | Hi, I was able to solve this very error. What I had failed to do was to enable POP on the Googlemail account.(basic schoolboy error). Also I had set $bounce_mailbox_port = "995/pop3/ssl"; to enable ssl. Hope this helps some of you. MM |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | MAQUIDO | 5/16/09 12:03 PM | And unlock the 995 port (the hosting provider can do this) for incoming and outgoing. |
| Re: How to configure Bounces with phplist - version 2.10.9 and google Apps? (retive to depure my database) | malaquas | 11/20/09 2:52 PM | I'm using GoDaddy and Google Apps with PHP List 2.10.10. PHP List Forums has the solution that worked perfectly for me: http://forums.phplist.com/viewtopic.php?f=6&t=17376&start=30 The only thing the solution left out was to define the port after d |