[solved] Pipe to Email (PHP) Error

#1
Hi,

I have just installed Litespeed Web Server 4.2.2 and everything appears to be working great except for when email is forwarded via a pipe to a PHP script.

The script receives the email ok and processes as it should do.

However, the sender of the email receives a bounce back from the Mail Delivery System (Mailer-Daemon of the Server) saying: Mail delivery failed: returning message to sender.

It also goes on to say PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so' (...) cannot open shared object file: No such file or directory in Unknown on line 0

Then repeated but for eaccelerator.so

Could you possibly advise how to resolve this please?

Regards,
Chrystopher
 
Last edited by a moderator:

NiteWave

Administrator
#2
for a quick possible solution, please try:
comment out
;extension=timezonedb.so
;extension=eaccelerator.so
in php.ini

see if the errors disappear.
 
#3
Hi,

I have removed those entries and restarted Litespeed.

Sent a test email to the pipe and the scripts ran normally and this time, no error message was mailed back to the user.

Any ideas?

Regards,
Chrystopher
 
Last edited:
#5
Thank you for your help, advice and support, really appreciated.

I will leave the settings as they are for a few days and see how things go (see if I get any complaints lol)

Regards,
Chrystopher
 
Top