Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 09:02:17 +0000
From:      Josh Paetzel <friar_josh@tcbug.org>
To:        Brent Wiese <brently@bjwcs.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Sending email via PHP mail command in jail
Message-ID:  <20031215090217.GA2482@ns1.tcbug.org>
In-Reply-To: <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA>
References:  <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 14, 2003 at 07:52:39PM -0700, Brent Wiese wrote:
> I have a 4.9 system running various jails.
> 
> My clients want to be able to send confirmation emails via PHP's mail()
> command.
> 
> Postfix doesn't seem to install right in the jail.
> 
> I found a program called mini-sendmail and compiled it to use a relay server
> I have... It works fine from command line, but terminates oddly when called
> from php.
> 
> Any suggestions?
> 
> I don't need an SMTP daemon running, just the ability to send confirmation
> messages. Like I mentioned above, I have a relay box I can use if the
> solution is something like mini-sendmail.
> 
> Thanks,
> Brent
> 
> 

put SMTP = my.relay.mail.box into your /usr/local/etc/php.ini

Josh Paetzel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031215090217.GA2482>