Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: milter-greylist 4.3.5 is available

2010-03-16 by Enrico Scholz

"Michael Mansour" <mic-Su61qOI1guu6c6uEtOJ/EA@...> writes:

> %define p0f 1
> %{?build_p0f:%define p0f 1}
> ...
> %if %{libGeoIP}
>         --with-libGeoIP \

It would be better to use %bcond stuff (see /usr/lib/rpm/macros); e.g.

%bcond_with    p0f
%bcond_without geoip
...
%configure \
           --with%{!?with_p0f:out}-p0f \
           --with%{!?with_geoip:out}-geoip \


> %post
> ...
> /bin/chown smmsp:smmsp /var/milter-greylist

setting

%files
%attr(0711,smmsp,smmsp) /var/milter-greylist

would be a better alternative (although I am not sure whether it is
really needed)

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.