From 9ce8d010f7c5b8060f02591cb47ca065f5bdca9e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 7 Oct 2011 11:39:57 +0200 Subject: Add sample mklist.conf file. --- mailman/mklist.conf.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mailman/mklist.conf.example (limited to 'mailman') diff --git a/mailman/mklist.conf.example b/mailman/mklist.conf.example new file mode 100644 index 0000000..40431ec --- /dev/null +++ b/mailman/mklist.conf.example @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +# Example config file demonstrating use of mklist.pl and skel files +# The file should be stored at /etc/local-ORG/mailman/mklist.conf +# This config file was once used at Homebase + +$listhost = 'lists.homebase.dk'; +$senders = 'Homebase-brugere'; +$senderfilter = '^.*@(frontrunners\\.net|homebase\\.dk|kaospilot\\.(dk|no)|kolbert\\.dk)'; +$listowner = 'listmaster@homebase.dk'; + +1; -- cgit v1.2.3