README-chroot 797 B

123456789101112131415161718
  1. $OpenBSD: README-chroot,v 1.2 2015/05/21 02:42:58 gsoares Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. Setup with httpd from OpenBSD base system
  6. =========================================
  7. By default, femail will use `localhost' for smtphost.
  8. httpd(8) inside the chroot(2) will NOT be able to use the system
  9. /etc/hosts or /etc/resolv.conf. One will need to populate /var/www/etc/hosts
  10. and/or /var/www/etc/resolv.conf in the chroot(2) environment.
  11. Additionally, one may create a custom femail.conf; see femail(8).
  12. If you're using femail with PHP inside a chroot jail, be aware that
  13. PHP's built-in "mail" function uses popen(), which requires /bin/sh.