Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
I just tried smtpclient, but with no success either.. I can do a chroot /base/path /usr/local/bin/smtpclient [EMAIL PROTECTED] and this works, but I then changed my php.ini to look like this: 'sendmail_path = /usr/local/bin/smtpclient' restarted apache, but still I cannot use the mail() function..

Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > [-- text/html, Encoding 7bit, Zeichensatz: us-ascii, 80 Zeilen --] I can't quote your HTML - can you turn that off, please? Did you create all directories that are needed by qmail? Is your qmail binary statically linked or, if not, are all the libraries available in the

[PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
When using sendmail_path it doesn't work either. I copied the sendmail executable from my qmail bin directory to /usr/sbin/sendmail under my apache chroot and even /bin/sh as seen in some answers on the net , but event that doesn't work.. -- Ruben Vanhoutte Systems Admin X-Treme Webhosti

[PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > I am having a problem using the mail() command inside a chrooted > apache/php installation on linux with qmail. > Nothing apears in the logs, nothing in apache error logs , neither in > php error logs.. > And.. no mail gets send.. Nothing to see in my mailer daemon logs