Re: [exim] Dumping preprocessed Exim configuration (.ifdef's…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Heiko Schlittermann
日付:  
To: exim-users
題目: Re: [exim] Dumping preprocessed Exim configuration (.ifdef's expanded)
m.a.r.c.o@??? <m.a.r.c.o@???> (Do 15 Mai 2014 16:34:34 CEST):
> Is there a way to see the preprocessed Exim4 configuration file,
> with all
> .ifdef's etc. expanded?
> That would make it easy to minimize my very general and verbose Debian
> configuration.


So, you're talking about the generated „autogenerated.conf“ file? There
is no easy way to minimize it. At least nothing I know about.

You can use

    exim -bP all
    exim -bP routers
    exim -bP transports


to get an impression about the possible options. But this isn't exactly
what you're asking for :)

--
Heiko