Hello,
I have configured bounce processing, I have received some bounces, and with a webmail client I am able to view and access the bounce messages.
When I "Process Bounces" I receive the message:
error: IMAP is not included in your PHP installation, cannot continue
However, I believe that IMAP *is* included in my PHP installation, according to the following responses to commands entered at the command line of the shell account that is running phplist:
$ php -v
PHP 4.4.7 (cgi) (built: Aug 21 2007 17:25:32)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.2, Copyright (c) 1998-2006, by Zend Technologies
$ php -m
[PHP Modules]
calendar
ctype
curl
domxml
exif
ftp
gd
gettext
imap
mbstring
mcrypt
mysql
openssl
overload
pcre
posix
pspell
session
standard
tokenizer
xml
xslt
Zend Optimizer
zlib
[Zend Modules]
Zend Extension Manager
Zend Optimizer
Any suggestions or other troubleshooting ideas? I'm using the PHP installation supplied/maintained by my web host and would rather not install my own version, given that the current installation seemingly should work...