[Exim] Mj2, converting from sendmail

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Roger B.A. Klorese
日付:  
To: 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?