gsoares 5094ed688c fix pkg/README (FAQ Section 10.16 was removed on apache cleanup, so zap your reference here and rewrite instructions). 9 years ago
..
DESCR-chroot c937d65f8c - converted to MULTI_PACKAGES by Alexey Suslikov 17 years ago
DESCR-main c937d65f8c - converted to MULTI_PACKAGES by Alexey Suslikov 17 years ago
PLIST-chroot 0e4b9e0b5c convert to pkg-readmes 12 years ago
PLIST-main 998bf68fe8 - add note to point -chroot users to FAQ regarding name resolution. 16 years ago
README-chroot 5094ed688c fix pkg/README (FAQ Section 10.16 was removed on apache cleanup, so zap your reference here and rewrite instructions). 9 years ago

README-chroot

$OpenBSD: README-chroot,v 1.2 2015/05/21 02:42:58 gsoares Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Setup with httpd from OpenBSD base system
=========================================
By default, femail will use `localhost' for smtphost.
httpd(8) inside the chroot(2) will NOT be able to use the system
/etc/hosts or /etc/resolv.conf. One will need to populate /var/www/etc/hosts
and/or /var/www/etc/resolv.conf in the chroot(2) environment.

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.