magicdude4eva / port25-bouncehandler

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

issue with php feedback-loop-processor.php on line 37 #16

Closed sameerrocks closed 6 years ago

sameerrocks commented 6 years ago

hello

im getting this error in error_log when i run bouncehandler script

[11-Oct-2017 11:23:56 UTC] PHP Warning: require_once(/opt/cpanel/ea-php56/root/usr/share/pear): failed to open stream: Operation now in progress in /opt/pmta/bouncehandler/providers/feedback-loop-processor.php on line 37 [11-Oct-2017 11:23:56 UTC] PHP Fatal error: require_once(): Failed opening required '/opt/cpanel/ea-php56/root/usr/share/pear' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /opt/pmta/bouncehandler/providers/feedback-loop-processor.php on line 37

please help

magicdude4eva commented 6 years ago

Says here that you need PHPMailer : https://github.com/magicdude4eva/port25-bouncehandler/tree/master/providers

sameerrocks commented 6 years ago

hello

not sure how to work with phpMailer??

do i need to make any changes to php config ??

downloaded https://github.com/PHPMailer/PHPMailer

not sure where should i upload this and how to make it work??

magicdude4eva commented 6 years ago

If yo don't need mail, then remove this from https://github.com/magicdude4eva/port25-bouncehandler/blob/master/providers/feedback-loop-processor.php#L101