#!/bin/sh # network : ipv4.ipv4.ipv4.ipv4/mask || dns/mask # clients : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | # servers : PROTO ; PORT ; UID/GID ; UID/GID ; UID/GID .... | local network="0.0.0.0/0" # -- CLIENT -- # [ smtp / submission ] local clients="$clients|TCP ;submission ;root/root;33/33" local clients="$clients|TCP ;smtp ;root/root;33/33" local clients="$clients|TCP ;smtps ;root/root;33/33"