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 Pos

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
s just moving to 2.11. Once I'm comfy, maybe move up another few rungs to 3.2. -- View this message in context: http://postfix.1071664.n5.nabble.com/upgrade-compile-options-tp91241p91250.html Sent from the Postfix Users mailing list archive at Nabble.com.

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
7; OPT='-O' DEBUG='-g' Be sure to exclude postfix from yum updates so it doesn't get hosed if they ever get around to updating. -- View this message in context: http://postfix.1071664.n5.nabble.com/upgrade-compile-options-tp91241p91248.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: upgrade/compile options

2017-07-11 Thread techlist06
this time on test messages. Apologies for the static. I would be grateful for the "only necessary stuff" line Thank you (Victor too). -- View this message in context: http://postfix.1071664.n5.nabble.com/upgrade-compile-options-tp91241p91247.html Sent from the Postfix Users mailing list archive at Nabble.com.

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

upgrade/compile options

2017-07-11 Thread techlist06
did add this include: -I/usr/include/dovecot In lieu of a direction to use /usr/include/sasl which did not exist Can someone help me with my compile options? Do I have to keep the CYRUS parts in there, too? Figure I'm missing an option or path. Thanks -- View this message in contex