[Exim] Mj2, converting from sendmail

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Roger B.A. Klorese
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] Mj2, converting from sendmail
In the Majordomo 2 integration with sendmail, per-domain virtusertables and
alias files are used, to change
    foo@???
into
    foo-lists.bar.com
for lookup (because the namespace is non-partitioned).


Given the Exim 3 director

majordomo_aliases:
driver = aliasfile
pipe_transport = address_pipe
suffix = "+*"
suffix_optional
user = lists
group = lists
domains = lsearch;/war/lists/ALIASES/mj-domains
file = /war/lists/ALIASES/mj-alias-${domain}
search_type = lsearch

...is there any way to transform the key used in the lookup first, so I
don't need to recreate all my files yet?