On Mon, 10 Oct 2005, Steffen Kolbe wrote:

> Exim should accept mails for system groups, resolve the group members and
> forward the mail to everybody in this group.
> How can I solve this problem with Exim 4.52 (without mailman)?

I know of a system that does this. They have something like the following
which is cute and evil in about equal measure. I haven't tested it.

system_groups:
        driver = redirect
        local_parts = lsearch;/etc/group
        data = ${extract {-1}{:} {$local_part_data} }

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to