Re: discarding EHLO keywords: CHUNKING

2021-05-24 Thread Greg Sims
> Simon Wilson > M: 0400 121 116 > > > From: Viktor Dukhovni > Sent: Monday, 24 May 2021 7:51 am > To: postfix-users@postfix.org > Subject: Re: discarding EHLO keywords: CHUNKING > > > On Sun, May 23, 2021 at 02:16:24PM -0700, Greg Sims wr

Re: discarding EHLO keywords: CHUNKING

2021-05-23 Thread Simon Wilson
M: 0400 121 116 From: Viktor Dukhovni Sent: Monday, 24 May 2021 7:51 am To: postfix-users@postfix.org Subject: Re: discarding EHLO keywords: CHUNKING > On Sun, May 23, 2021 at 02:16:24PM -0700, Greg Sims wrote: > >> # postconf | grep chunking >> smtpd

Re: discarding EHLO keywords: CHUNKING

2021-05-23 Thread Simon Wilson
ay 2021 7:51 am To: postfix-users@postfix.org Subject: Re: discarding EHLO keywords: CHUNKING On Sun, May 23, 2021 at 02:16:24PM -0700, Greg Sims wrote: # postconf | grep chunking smtpd_discard_ehlo_keywords = chunking # journalctl -u postfix | grep CHUNKING May 23 03:40:59 mail01.raystedman.or

Re: discarding EHLO keywords: CHUNKING

2021-05-23 Thread Viktor Dukhovni
On Sun, May 23, 2021 at 02:16:24PM -0700, Greg Sims wrote: > # postconf | grep chunking > smtpd_discard_ehlo_keywords = chunking > > # journalctl -u postfix | grep CHUNKING > May 23 03:40:59 mail01.raystedman.org postfix/smtpd[401681]: discarding EHLO > keywords: CHUNKING >

discarding EHLO keywords: CHUNKING

2021-05-23 Thread Greg Sims
MTA). # postconf | grep chunking smtpd_discard_ehlo_keywords = chunking # journalctl -u postfix | grep CHUNKING May 23 03:40:59 mail01.raystedman.org postfix/smtpd[401681]: discarding EHLO keywords: CHUNKING <> We are running the latest version of RHEL 8. I believe a number of us will be se

Re: discarding EHLO keywords: CHUNKING

2021-03-20 Thread John Levine
It appears that LoneStarKen said: >Possibly. Since I am unsure why the package maintainer disabled >CHUNKING I am concerned enabling it, we might have a broken >implementation of BDAT or even worse something else breaks. >Since this is a production server, I'm going to err on the >side of caution

Re: discarding EHLO keywords: CHUNKING

2021-03-20 Thread Benny Pedersen
On 2021-03-20 15:22, LoneStarKen wrote: In addition, I have been unable to find enough information on BDAT to feel comfortable I know how it should work and how to test it in the event we decided to enable it. thank you for using postfix, its stable code in the first place unless you can show

Re: discarding EHLO keywords: CHUNKING

2021-03-20 Thread LoneStarKen
Possibly. Since I am unsure why the package maintainer disabled CHUNKING I am concerned enabling it, we might have a broken implementation of BDAT or even worse something else breaks. Since this is a production server, I'm going to err on the side of caution until I get some clarification from the

Re: discarding EHLO keywords: CHUNKING

2021-03-20 Thread Matus UHLAR - fantomas
On 20.03.21 08:38, LoneStarKen wrote: Thank you for all the help Viktor. Based on your advice, I decided the package maintainer probably had some reason to disable CHUNKING so I just added the following to main.cf to quiet the logging: smtpd_discard_ehlo_keywords = chunking, silent-discard I a

Re: discarding EHLO keywords: CHUNKING

2021-03-20 Thread LoneStarKen
Thank you for all the help Viktor. Based on your advice, I decided the package maintainer probably had some reason to disable CHUNKING so I just added the following to main.cf to quiet the logging: smtpd_discard_ehlo_keywords = chunking, silent-discard I also entered a bug in bugs.centos.org req

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Viktor Dukhovni
On Fri, Mar 19, 2021 at 04:14:30PM -0500, LoneStarKen wrote: > # postconf -d | grep smtpd_discard > smtpd_discard_ehlo_keywords = chunking That's the only value needed. Whoever built your package decided to disable the ESMTP CHUNKING extension (aka BDAT). If you want/need BDAT, you'll need to s

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread LoneStarKen
Hi Viktor, # postconf -d | grep smtpd_discard postscreen_discard_ehlo_keyword_address_maps = $smtpd_discard_ehlo_keyword_address_maps postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread LoneStarKen
Hi Wietse, I think I just have one postfix master: # ps aux | grep postfix root1693 0.0 0.1 123108 6356 ?Ss 13:31 0:00 /usr/libexec/postfix/master -w postfix 1703 0.0 0.2 150548 11020 ?S13:31 0:00 qmgr -l -t unix -u postfix 4340 0.0 0.3 154824 12

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Wietse Venema
LoneStarKen: > smtpd_discard_ehlo_keywords = chunking Well there is your problem. If you did not configure this, i.e. "postonf -d smtpd_discard_ehlo_keywords" shows "chunking", then complain to your vendor. Otherwise, how many (Postfix) master daemons are there on your system? Wietse

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Viktor Dukhovni
> On Mar 19, 2021, at 3:56 PM, LoneStarKen wrote: > > Maybe so. Here is output from postconf containing "discard_ehlo_keywords": > > # postconf | grep discard_ehlo_keywords > postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords > smtp_discard_ehlo_keywords = > smtpd_discard_ehlo_keyw

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread LoneStarKen
Hi Viktor, Maybe so. Here is output from postconf containing "discard_ehlo_keywords": # postconf | grep discard_ehlo_keywords postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords smtp_discard_ehlo_keywords = smtpd_discard_ehlo_keywords = chunking Looks like postscreen may somehow be

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Viktor Dukhovni
On Fri, Mar 19, 2021 at 01:48:53PM -0500, LoneStarKen wrote: > Thank you for the response. Those entries don't seem to exist in my main.cf > or master.cf. > > I grepped (case insensitive) main.cf for ehlo, keywords, and discard and none > of those words exist. Are you running a modified Post

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread LoneStarKen
pdating from postfix.x86_64 2:3.3.1-12.el to postfix.x86_64 >> 2:3.5.8-1.el8 I'm getting frequent log entries >> >> Mar 19 10:51:58 mail postfix/smtpd[XX]: discarding EHLO keywords: >> CHUNKING > > You have one or both of > >smtpd_discard_e

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Viktor Dukhovni
On Fri, Mar 19, 2021 at 11:02:09AM -0500, LoneStarKen wrote: > Mar 19 10:51:58 mail postfix/smtpd[XX]: discarding EHLO keywords: CHUNKING Presumably you have a non-default setting of smtp_discard_ehlo_keywords possibly via master.cf overrides? -- Viktor.

Re: discarding EHLO keywords: CHUNKING

2021-03-19 Thread Wietse Venema
LoneStarKen: > After updating from postfix.x86_64 2:3.3.1-12.el to postfix.x86_64 > 2:3.5.8-1.el8 I'm getting frequent log entries > > Mar 19 10:51:58 mail postfix/smtpd[XXXXXX]: discarding EHLO keywords: CHUNKING You have one or both of smtpd_discard_ehlo_key

discarding EHLO keywords: CHUNKING

2021-03-19 Thread LoneStarKen
After updating from postfix.x86_64 2:3.3.1-12.el to postfix.x86_64 2:3.5.8-1.el8 I'm getting frequent log entries Mar 19 10:51:58 mail postfix/smtpd[XX]: discarding EHLO keywords: CHUNKING I understand an option is to disable BDAT, but I'd rather have BDAT working. I'm not