Your message dated Tue, 7 Jan 2020 20:17:07 +0100
with message-id <[email protected]>
and subject line Re: Bug#948308: Macro AUTH_SERVER_ALLOW_NOTLS_PASSWORDS ignore
true/false
has caused the Debian Bug report #948308,
regarding Macro AUTH_SERVER_ALLOW_NOTLS_PASSWORDS ignore true/false
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
948308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948308
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exim4-daemon-heavy
Version: 4.92-8+deb10u3
I've put the following in macro in "/etc/exim4/conf.d/main/000_localmacros":
It seem the activation on this macro is rather inconsistent:
"AUTH_SERVER_ALLOW_NOTLS_PASSWORDS" > error
"AUTH_SERVER_ALLOW_NOTLS_PASSWORDS=" > OK
"AUTH_SERVER_ALLOW_NOTLS_PASSWORDS=whatever you write" > OK
By "error" I mean update-exim4.conf will give following error:
2020-01-06 23:10:49 Exim configuration error in line 21 of
/var/lib/exim4/config.autogenerated.tmp:
malformed macro definition
Invalid new configfile /var/lib/exim4/config.autogenerated.tmp, not
installing
/var/lib/exim4/config.autogenerated.tmp to
/var/lib/exim4/config.autogenerated
Best regards
Brian
--- End Message ---
--- Begin Message ---
On 2020-01-06 Brian Wengel <[email protected]> wrote:
> Package: exim4-daemon-heavy
> Version: 4.92-8+deb10u3
> I've put the following in macro in "/etc/exim4/conf.d/main/000_localmacros":
> It seem the activation on this macro is rather inconsistent:
> "AUTH_SERVER_ALLOW_NOTLS_PASSWORDS" > error
> "AUTH_SERVER_ALLOW_NOTLS_PASSWORDS=" > OK
> "AUTH_SERVER_ALLOW_NOTLS_PASSWORDS=whatever you write" > OK
> By "error" I mean update-exim4.conf will give following error:
> 2020-01-06 23:10:49 Exim configuration error in line 21 of
> /var/lib/exim4/config.autogenerated.tmp:
> malformed macro definition
file:///usr/share/doc/exim4-base/README.Debian.html#macros
To actually set the macro EXIM4_EXAMPLE to the value "this is a sample",
write the following line
EXIM4_EXAMPLE = this is a sample
into the appropriate file. For more detailed discussion of the general
macro mechanism, see the Exim specification, chapter "The Exim run time
configuration file", for details how macro expansion works.
--- End Message ---