[Pkg-exim4-users] Fw: main option "exim_version" unknown
Regid Ichira
regid23 at yahoo.com
Fri Jul 3 10:28:27 BST 2020
Sent by mistake only to Andreas Metzler:
----- Forwarded Message -----
From: Regid Ichira <regid23 at yahoo.com>
To: Andreas Metzler <aPkg-exim4-users at alioth-lists.debian.netmetzler@bebt.de>
Sent: Friday, July 3, 2020, 9:14:49 AM UTC
Subject: Re: [Pkg-exim4-users] main option "exim_version" unknown
> On Friday, July 3, 2020, 7:08:29 AM UTC, Andreas Metzler <ametzler at bebt.de> wrote:
>
> On 2020-06-30 Ron Varburg via Pkg-exim4-users <pkg-exim4-users at alioth-lists.debian.net> wrote:
> > I am trying to customize exim_version in my config.
> > exim_version is mentioned at spec.txt.
> > I have tried to:
> > # zcat /usr/share/doc/exim4/examples/example.conf.gz > /etc/exim4/exim.conf
> > # sed -i '/primary_hostname =/i\exim_version =' /etc/exim4/exim.conf
> > # exim -C /etc/exim4/exim.conf -bV
> [...]
> > 2020-06-30 21:49:25 Exim configuration error in line 62 of /etc/exim4/exim.conf:
> > main option "exim_version" unknown
> > Am I doing something wrong?
>
> How about taking a look at "line 62 of /etc/exim4/exim.conf"?
>
> cu Andreas
# zcat /usr/share/doc/exim4/examples/example.conf.gz > /etc/exim4/exim.conf
# sed -i '/primary_hostname =/i\exim_version =' /etc/exim4/exim.conf
# sed -n '60,64{=;p}' /etc/exim4/exim.conf
60
# the right thing and you need not set anything explicitly.
61
62
exim_version =
63
# primary_hostname =
64
In case this is not the poster, and myself, mistakes, there seem to be a problem. Either spec.txt
is ahead of the actual binary, or some build time configuration issue, or a bug, or something.
More information about the Pkg-exim4-users
mailing list