Post-Exim Update Custombuild Message

open4biz

Verified User
Joined
Mar 22, 2009
Messages
120
I recently updated to Exim 4.88 and when I run

Code:
./build versions

I see the following message in Custombuild's output:

Code:
2016-12-27 16:07:46 cwd=/usr/local/directadmin/custombuild 2 args: /usr/sbin/exim -bV
Latest version of Exim: 4.88
Installed version of Exim: 4.88

Any idea what's going on and how I might correct it?

Cheers
 
Hello,

It seems exim 4.88 drops the message in console instead of writing it to exim logs. Probably a minor bug in exim.

You can see it with:

Code:
exim -bV

or

Code:
exim -bV >/dev/null
 
Back
Top