On 14/3/2016 8:56 μμ, Peter wrote:
The -release RPM for CentOS 7 is at:
http://mirror.symnds.com/distributions/gf/el/7/gf/x86_64/gf-release-7-8.gf.el7.noarch.rpm
Thank you Peter,
I took a first look at your Postfix3 SRPM package today. It looks well
organized and updated.
Before I move on with building experimentation, a very basic question:
The SPEC file, starts with:
%bcond_without mysql
%bcond_without pgsql
%bcond_without sqlite
%bcond_without ldap
%bcond_without pcre
%bcond_without sasl
%bcond_without tls
%bcond_without ipv6
%bcond_without pflogsumm
So, it seems that initially the above compilation options are disabled.
Right?
To enable particular options, should it be enough to change the above
entries to (example, to enable all options except sql*):
%bcond_without mysql
%bcond_without pgsql
%bcond_without sqlite
%bcond_with ldap
%bcond_with pcre
%bcond_with sasl
%bcond_with tls
%bcond_with ipv6
%bcond_with pflogsumm
...?
And a second question: Could we build the package as postfix (not
postfix3) so as to be able to replace the default OS postfix package on
installation (automatic upgrade)?
Why Postfix v3 should be treated differently than the standard postfix
packages (currently v2.10.1 on CentOS 7)? Wouldn't an upgrade-in-place
be possible?
Please clarify.
Thanks,
Nick