> 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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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.
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
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
21 matches
Mail list logo