RHEL7/CentOS7 RPM of dovecot 2.3.11.3-3 seems to have dropped tcpwrap support

Peter peter at pajamian.dhs.org
Fri Aug 21 09:02:49 EEST 2020


On 21/08/20 5:55 pm, Aki Tuomi wrote:
>> At a guess it was removed from the spec for el8 (which does not support
>> tcpwrap) and somehow got removed from el7 by accident.  The ghettoforge
>> dovecot23 packages have tcpwrap support for el7:
> 
> We are looking into this, it was indeed removed from el7 by accident. RPM macros can be quite tricky sometimes.

I have:

%if 0%{?rhel} < 8
BuildRequires: tcp_wrappers-devel
%endif

... then later ...

%if 0%{?rhel} < 8
     --with-libwrap		 \
%endif


Peter


More information about the dovecot mailing list