conf

Search

You can find the results of your search below.

Docker - DNS Server @docker_notes
8 Hits, Last modified:
he following parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 After applying t... apply setting using ''sudo sysctl -p /etc/sysctl.conf'' *''/usr/sbin/named -f -4'' to start the isc-
Docker mailserver @docker_notes
28 Hits, Last modified:
=====postfix===== ''/etc/postfix'' <code>/ # postconf mail_version mail_version = 3.7.4</code> ====Mak... to make Postfix use this database mapping: ''postconf virtual_mailbox_domains=sqlite:/etc/postfix/sqlite-virtual-mailbox-domains.cf'' The “postconf” command conveniently adds configuration lines to... used for the virtual_mailbox_maps mapping: ''postconf virtual_mailbox_maps=sqlite:/etc/postfix/sqlite-v