From 241833b7f320e7fca84ba226f1ecbb0c963534f7 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 12 Jul 2024 15:20:54 -0400 Subject: initial commit of hypervisor configs --- scripts/os/freebsd/30-mail | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/os/freebsd/30-mail (limited to 'scripts/os/freebsd/30-mail') diff --git a/scripts/os/freebsd/30-mail b/scripts/os/freebsd/30-mail new file mode 100644 index 0000000..511ce69 --- /dev/null +++ b/scripts/os/freebsd/30-mail @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$BOXCONF_HOSTCLASS" = smtp_server ]; then + return +fi + +# Configure local mail agent. +install_template -m 0644 /etc/dma/dma.conf +install_template -m 0644 /etc/aliases -- cgit v1.2.3