Re: [exim] Yet another address rewrite question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jasen Betts
日付:  
To: exim-users
題目: Re: [exim] Yet another address rewrite question
On 2015-11-22, christoph.kliemt@??? <christoph.kliemt@???> wrote:
> Hi,
>
> i need to do a (sender-) rewrite like explained in FAQ 801
> https://github.com/Exim/exim/wiki/Q0801
>
> *@*.your.domain $1@???
>
> This relies on a "hardcoded" domain name; what i'd like to have is
> something like this:
>
> *@*.${domain_without_hostname} $1@${domain_without_hostname}
>
> So my question is: how to strip off the hostname from an address (in
> this case the sender) using exims build-in stuff.


possibly can be done using ${sg ...

   what do you want to do with 
         quux@???
         mumble@???

    
etc...



--
\_(ツ)_