1 Date: Thu, 11 Nov 1999 16:20:13 -0500 (EST)
2 From: "Dave C." <davec@pathwaynet.com>
4 1. The standard way to connect one's MTA to mailman (and for Majordomo
5 as well) seems to be to add a set of aliases for *every* list one
6 creates. Once upon a time, I crufted a set of configs from Smail to
7 work with majordomo, to automaticaly recognize the standard patterns,
8 for all lists in existance. I have long since switched to Exim, and
9 have recently installed Mailman to test on my personal workstation in
10 preparation for installing it on our main system. To get to the point,
11 I have setup a set of transports and directors for Exim, which will do
15 ##########################################################
23 command = "/home/mailman/mail/wrapper post ${local_part}"
29 command = "/home/mailman/mail/wrapper mailowner ${local_part}"
35 command = "/home/mailman/mail/wrapper mailcmd ${local_part}"
39 ##########################################################
46 domains=lists.whateverdomains.com
48 condition=${if exists{/home/mailman/lists/${local_part}} {yes}{no}}
49 transport=mailman_post
52 domains=lists.whateverdomains.com
55 condition=${if exists{/home/mailman/lists/${local_part}} {yes}{no}}
56 transport=mailman_request
59 domains=lists.whateverdomains.com
62 condition=${if exists{/home/mailman/lists/${local_part}} {yes}{no}}
63 transport=mailman_owner
66 domains=lists.whateverdomains.com
69 condition=${if exists{/home/mailman/lists/${local_part}} {yes}{no}}
70 transport=mailman_owner
73 domains=lists.whateverdomains.com
76 condition=${if exists{/home/mailman/lists/${local_part}} {yes}{no}}
77 transport=mailman_owner