diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-10-07 11:39:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-10-07 11:39:57 +0200 |
commit | 9ce8d010f7c5b8060f02591cb47ca065f5bdca9e (patch) | |
tree | 4267746b6c3abf2901a756a38b46aa9bd908ff0c | |
parent | 294f50dd81ca18d327256f51d1c1e0eee970f6c7 (diff) |
Add sample mklist.conf file.
-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; |