magicdude4eva / port25-bouncehandler

Port25 PowerMTA bounce handler for Interspire and MailWizz
MIT License
73 stars 42 forks source link

MailWizz: Failed looking up record xxxx@yahoo.com with status=error #22

Closed rritz66 closed 6 years ago

rritz66 commented 6 years ago

Hi, I just installed your script, thxs for supplying this.

I went through the documentation several times over, downloaded everything fresh. Went for manual bounce processing first. Created the bounce.csv. It looks exactly like yours.

I am running into an error, not sure where to start debugging:

Bounce: bad-mailbox from=admin@yourthing.com via pmta-vmta0/xxxx@yahoo.com [19/Jan/2018:12:06:17] MailWizz: Failed looking up record xxxx@yahoo.com with status=error [19/Jan/2018:12:06:17] Completed bounce processing! Total records=14, processed=11, skipped=3

I get this on all 11 records (Why are 3 skipped? I don't understand)

I am using MW 1.5.1, php 5.6.32, pmta 4.5r8

Where can I start debugging this? It seems like there is an error in connecting to MW? There is only one customer and only one API key. There is only one list, and the subscribers are in there. I added the x-job header I downloaded the latest MW SDK There is no entry in my MW app log

I don't know if this matters, but the smtp server is remote from the server that hosts MW I would very much appreciate your help!

EDIT: I looked into the closed issues now too ... set API to Disable signature check added print_r ($response); in bounce-provider-mailwizz.php

I get: [19/Jan/2018:12:55:52] Bounce: bad-domain from=admin@mysenderdomain.com via pmta-vmta0/xxxx@gmail.coom MailWizzApi_Http_Response Object ( [url] => http://mymailwizzdomain.com/api/lists/subscribers/search-by-email-in-all-lists?EMAIL=xxxx%40gmail.coom [headers] => [contentType] => text/html; charset=iso-8859-1 [httpMessage] => Not Found [curlCode] => 0 [curlMessage] => [storeCurlInfo] => [curlInfo] => [body] => MailWizzApi_Params Object ( [_data:MailWizzApi_Params:private] => Array ( [status] => error [error] => Not Found )

        [_readOnly:MailWizzApi_Params:private] =>
    )

[request] =>
[_httpCode:MailWizzApi_Http_Response:private] => 404

) [19/Jan/2018:12:55:52] MailWizz: Failed looking up record xxxx@gmail.coom with status=error

rritz66 commented 6 years ago

Found it ... the MW api url was missing the index.php Closing this