openbsd-ports/mail/femail/pkg/MESSAGE-chroot
sthen 16b5bfb2a3 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)
2009-03-27 18:28:59 +00:00

9 lines
360 B
Plaintext

By default, femail will use `localhost' for smtphost. Make sure to
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.