add a note to MESSAGE-chroot explaining that the php mail function needs

/bin/sh. helps avoid hair-pulling and wasting a whole bunch of time...

ok ajacoutot, okan (maintainer)
This commit is contained in:
sthen 2009-03-27 18:28:59 +00:00
parent 980cd757dd
commit 16b5bfb2a3
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2008/07/20 22:26:00 okan Exp $
# $OpenBSD: Makefile,v 1.6 2009/03/27 18:28:59 sthen Exp $
COMMENT-main= simple SMTP client
COMMENT-chroot= simple SMTP client for chrooted apache
@ -6,7 +6,7 @@ COMMENT-chroot= simple SMTP client for chrooted apache
V= 0.97
DISTNAME= femail-${V}
PKGNAME-main= femail-${V}p1
PKGNAME-chroot= femail-chroot-${V}p1
PKGNAME-chroot= femail-chroot-${V}p2
CATEGORIES= mail
HOMEPAGE= http://bulabula.org/femail/

View File

@ -3,3 +3,6 @@ review FAQ Section 10.16 discussing name resolution with httpd(8)'s
default chroot(2).
Additionally, one may create a custom femail.conf; see femail(8).
If you're using femail with PHP inside a chroot jail, be aware that
PHP's built-in "mail" function uses popen(), which requires /bin/sh.