diff options
-rw-r--r-- | mailman/mklist.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
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 <http://Homebase.dk/> + +$listhost = 'lists.homebase.dk'; +$senders = 'Homebase-brugere'; +$senderfilter = '^.*@(frontrunners\\.net|homebase\\.dk|kaospilot\\.(dk|no)|kolbert\\.dk)'; +$listowner = 'listmaster@homebase.dk'; + +1; |