Re: list changes
Nick Moffitt <[email protected]>
| Newsgroups | gmane.linux.bbc.general |
|---|---|
| Message-ID | <[email protected]> |
begin Rick Moen Lives Three Hours from Nowhere quotation:
> Nick's notes on this were useful for my system, since I worked from
> an earlier version of his exim.conf in setting mine up. (My system
> likewise runs Debian-testing.)
>
> Nick, I wonder if you've been seeing this?
>
> May 14 01:02:46 linuxmafia Mailman mail-wrapper: Illegal command: mailowner
I have not. I'd encourage you to look at my new exim configs,
since the interface to mail-wrapper has changed considerably. For
example, I now have the following stanzas:
(in the transports)
list_owner_transport:
driver = pipe
command = MAILMAN_WRAP owner ${lc:$local_part}
current_directory = MAILMAN_DIR
home_directory = MAILMAN_DIR
user = MAILMAN_UID
group = MAILMAN_GID
(in the directors)
list_owner_director:
driver = smartuser
suffix = "-owner"
require_files = MAILMAN_DIR/lists/${lc:$local_part}/config.pck
transport = list_owner_transport
This works now through the magic of $local_part stripping off any
matched suffixes or prefixes. Phew!
If you like, we can take a more advanced discussion of this to motd or
linux-elitists.
--
end