Re: upgrade/compile options

2017-07-12 Thread techlist06
Thanks Peter, appreciate the nudge. What the hell, I'm in . I'll try it on my test server. It would be nice for me to stay in the yum update world. -- View this message in context: http://postfix.1071664.n5.nabble.com/upgrade-compile-options-tp91241p91262.html Sent from the Postfix Users ma

Re: upgrade/compile options

2017-07-11 Thread Peter
On 12/07/17 15:05, techlist06 wrote: >> Why are you trying to upgrade from old to slightly less old? The >> current stable of postfix is 3.2.2. > > Valid question. It wasn't because of EOL concerns. I was looking to add > the feature available in 2.11+: > postscreen_dnsbl_whitelist_threshold >

Re: upgrade/compile options

2017-07-11 Thread techlist06
Hi Peter: > Why are you trying to upgrade from old to slightly less old? The > current stable of postfix is 3.2.2. Valid question. It wasn't because of EOL concerns. I was looking to add the feature available in 2.11+: postscreen_dnsbl_whitelist_threshold Beyond that, I was just chicken of

Re: upgrade/compile options

2017-07-11 Thread Peter
On 12/07/17 08:21, techlist06 wrote: > I have a functioning install of 2.10 from rpm's on Centos7. I'm trying to > upgrade the postfix to 2.11. Why are you trying to upgrade from old to slightly less old? The current stable of postfix is 3.2.2. If you're afraid of 2.10 being EOL then don't worr

Re: upgrade/compile options

2017-07-11 Thread techlist06
I removed the one Cyrus SASL path Victor pointed out. For anyone else who may come on this searching... Google "Steve Jenkins Building Postfix on RHEL / CentOS from Source" for detailed steps. Except for me I wanted TLS, Dovecot SASL (no Cyrus), the rest as normal for the distribution. On a stoc

Re: upgrade/compile options

2017-07-11 Thread techlist06
Wietse: >If I correct your command for word-wrap breakage and spurious spaces, >but otherwise leave all the unnecessary stuff in place, it produces >a working build with Postfix 3.3 on Fedora Core 24. The reference I started with was one by Steve Jenkins for a Centos 7 system (and others). I'

Re: upgrade/compile options

2017-07-11 Thread Wietse Venema
techlist06: > I have a functioning install of 2.10 from rpm's on Centos7. I'm trying to > upgrade the postfix to 2.11. > > I don't use LDAP and I'm using Dovecot for SASL. I use TLS. Following the > postfix docs and other's directions, I've tried to pick the correct compile > options. Unfortun

Re: upgrade/compile options

2017-07-11 Thread Viktor Dukhovni
On Tue, Jul 11, 2017 at 01:21:44PM -0700, techlist06 wrote: > make makefiles CCARGS=' -fPIC -DUSE_TLS -DUSE_SSL -DUSE_SASL_AUTH > -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DPREFIX=\\"/usr\\" -DHAS_PCRE > -I/usr/include/openssl > -I/usr/include/dovecot > -I/usr/include' Do NOT add "/usr/include/openssl"

RE: upgrade/compile options

2017-07-11 Thread Scott Techlist
>Do "postfix reload" and see what Postfix version is being logged. Jul 11 15:58:29 tn2 postfix/postfix-script[17935]: refreshing the Postfix mail system Jul 11 15:58:29 tn2 postfix/master[17876]: reload -- version 2.11.10, configuration /etc/postfix

Re: upgrade/compile options

2017-07-11 Thread Wietse Venema
techlist06: > I have a functioning install of 2.10 from rpm's on Centos7. I'm trying to > upgrade the postfix to 2.11. > > I don't use LDAP and I'm using Dovecot for SASL. I use TLS. Following the > postfix docs and other's directions, I've tried to pick the correct compile > options. Unfortun