Sunday 29 April 2007 7:05:14 am
I try to get the bounce managment working. As there is nearly no documentation and nothing on the site about it, maybe you can help me again. I execute the following.
./runcronjobs.php -s newsletter_editor check_bounce
and get the following back:
Using siteaccess newsletter_editor for cronjob
Running cronjob part 'check_bounce'
Running extension/eznewsletter/cronjobs/check_bounce.php
Found 1 mailboxes..
Connecting to mail.mail.de.
Found 2 emails in mailbox.
As I use qmail with vpopmail I can see that the messages are moved from new to cur, which means the messages have been catched by the cronjob. The messages are still on the server. Shouldn't they have been deleted? If I look into the bounce managment in newsletter_editor, I don't see any bounce or anything like this. My bounce.ini.append.php looks like this:
<?php /*
[MailAccountSettings]
AccountList[]
AccountList[]=Mail
[Mail]
ServerName=mail.mail.de
ServerPort=143
LoginName=mail@mail.de
Password=xxxx
#Protocol can be either pop3 or imap
Protocol=imap
Flags[]=notls
# List of optional flags you can to add to the connection
# see Reference at http://php.net/manual/en/function.imap-open.php
[BounceSettings]
BounceCount=2
*/ ?>
Thanks in advanced. David
|