LiteSpeed and mails

#1
Hi,

I installed litespeed but now I can't send mails, I didn't got any error but mails are not delivered. My ip is not listed at spamhaus or something like that. Before, with apache it worked fine

Any help?
 
#2
It's not working as php_mail function and as via SMTP is not working too

I re-compile php only with mysql so I think it could be a problem
 
#4
check Apache phpinfo() page, and just use the same configuration option minus Apache specific ones.
Hey, I use litespeed 1st time so I am not an expert. I hope you can help me
1)Where is apache phpinfo() located?
2)Where should I use the same configuration?

btw,I installed litespeed with a config file of apache(httpd.conf)
 

mistwang

LiteSpeed Staff
#6
You can create a php script with
Code:
  <?php phpinfo() ?>
put it anywhere in your website.

The configuration parameters is in the phpinfo() output. Build lsphp5 with similar configuration.
If you use cPanel, use LSWS WHM plugin to build matching PHP binary.
 
Top