PDA

View Full Version : how to use mail() php command under fastcgi??


nikss
08-11-2007, 04:41 AM
how to use mail() php command under fastcgi?? fastcgi spawned under different uids like suexec

I am using Debian exim and emails stuck in queue
Every fastcgi user gid belongs to mailserver group

Could anybody write your solutions (another mailservers are welcome) to point me to right direction?

David
08-11-2007, 11:06 AM
how to use mail() php command under fastcgi?? fastcgi spawned under different uids like suexec

I am using Debian exim and emails stuck in queue
Every fastcgi user gid belongs to mailserver group

Could anybody write your solutions (another mailservers are welcome) to point me to right direction?
Can you check the exim error log or reject log for the specific reason why the messages are stuck in queue? It is probably in /var/log/. This sounds like a mail server configuration issue rather than a PHP issue.