[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: default MTA



On Thu, 13 Jun 2013 08:17:11 +0100, Ian Campbell <ijc@hellion.org.uk>
wrote:
>I've just tried this on Wheezy and stuff written in
>in /etc/exim4/conf.d/acl/00-test.dpkg-dist didn't get included:
>        $ sudo update-exim4.conf  --verbose
>        using split configuration scheme from /etc/exim4/conf.d
>        internal run-parts: ignoring file: /etc/exim4/conf.d/acl/00-test.dpkg-dist
>
>So it seems it has already been fixed.

Before 2003, yes.

I checked out an early version of update-exim4.conf and found this
code:

|        for F in $(ls $1); do
|                if expr "$F" : '[[:alnum:]_-]\+$' > /dev/null 2>&1; then
|                        if [ -f "$1/$F" ] && [ ! -f "$1/${F}.disabled" ] ; then
|                                echo "$1/$F"
|                        fi
|                fi
|        done;

Greetings
Marc
-- 
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber         |   " Questions are the         | Mailadresse im Header
Mannheim, Germany  |     Beginning of Wisdom "     | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834


Reply to: