Search

You can find the results of your search below.

mail
12 Hits, Last modified:
osed to the Internet. It will neither be able to send or receive messages from the outside world. ====... ivery Agent ====== I will be using the simple //sendmail// service that comes as standard with BSD ins... n/sh -c "cd /etc/mail && make" </code> 2. Tell sendmail where to deliver root's mail to. <code> jexe... sh -c "cd /etc/mail && make" </code> 4. Enable sendmail features. <code> jexec "ioc-${JAIL_NAME:?}"
dnsmasq
9 Hits, Last modified:
/sh -c \ "cat >| /usr/local/etc/dnsmasq.conf" \ <<END # Configuration file for dnsmasq # Include all files in a directory which end in .conf conf-dir=/usr/local/etc/dnsmasq.d/,*.conf END </code> ====== Configure Dnsmasq ====== 1. Con... >| /usr/local/etc/dnsmasq.d/2-standard.conf" \ <<END # Standard configuration file for dnsmasq # Neve
famp
4 Hits, Last modified:
ngle web site. The Jail can be treated as an independent entity running on the TrueNAS server. Each hos... /usr/local/etc/php.ini </code> You may want to amend the configuration manually <code> jexec "ioc-${JA... ocal/etc/apache24/modules.d/001_mod-php.conf" \ <<END <IfModule dir_module> DirectoryIndex index.ph... /x-httpd-php-source </FilesMatch> </IfModule> END </code> 4. Ensure the Apache configuration is o
gateway
3 Hits, Last modified:
s that it is easier to set up one or the other depending on the devices that are being used. Microsoft ... JAIL_NAME:?}" /bin/sh -c "cat >| ${NAT_CONF:?}" <<END use_sockets yes same_ports yes END # public gateway interface needs nat jexec "ioc-${JAIL_NAME:?}"