Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-14 Thread Scott Courtney
On Wednesday 14 November 2007 07:48, Sergey Avdushkin wrote: > Last time I checked, it didn`t work in Linux at all. H...Perhaps I was mis-recalling. > > He could use SSMTP (i.e. http://packages.debian.org/stable/mail/ssmtp). > This small app emulates sendmail & acts like a mail proxy -- all

Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-14 Thread Sergey Avdushkin
On Wednesday 14 November 2007 07:18, Carlos Eduardo Maiolino wrote: I need use the mail() function in php. Have you tried setting up mail() so that it uses SMTP over TCP/IP rather than trying to call the sendmail shell command? http://www.php.net/manual/en/ref.mail.php The documentation says

Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-14 Thread Scott Courtney
On Wednesday 14 November 2007 07:18, Carlos Eduardo Maiolino wrote: > I need use the mail() function in php. Have you tried setting up mail() so that it uses SMTP over TCP/IP rather than trying to call the sendmail shell command? http://www.php.net/manual/en/ref.mail.php The documentation says t

Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-14 Thread Carlos Eduardo Maiolino
Hello. I need use the mail() function in php. On Nov 13, 2007 9:26 PM, Dan Mahoney, System Admin <[EMAIL PROTECTED]> wrote: > On Tue, 13 Nov 2007, Carlos Eduardo Maiolino wrote: > > What php code, exactly, are you using to send mail. > > Chances are, your MTA called from within the jail is writ

Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-13 Thread Dan Mahoney, System Admin
On Tue, 13 Nov 2007, Carlos Eduardo Maiolino wrote: What php code, exactly, are you using to send mail. Chances are, your MTA called from within the jail is writing to a queue directory within the jail that your main MTA cannot send from. -Dan Hello my friends, I have a http server with A

[EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-13 Thread Carlos Eduardo Maiolino
Hello my friends, I have a http server with Apache 2.2.4 in a chroot jail. My server is very stable, but i have a big problem. I need Send e-mails with my web sites, and I can't. I'm not able to send mail with the apache in a chroot jail. Someone can configure this ? I use the qmail how SMTP i