Upgrade 8.8.15 and two warnings. TLS and DNSSEC

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
godja
Posts: 2
Joined: Sun Feb 13, 2022 9:07 am

Upgrade 8.8.15 and two warnings. TLS and DNSSEC

Post by godja »

Dear,

I installed Zimbra version 8.8.15 and install patch P30

and recive mail from domain in log view warning
postfix/smtpd[11635]: warning: permit_tls_clientcerts is requested, but "smtpd_tls_ask_ccert = no"
and
postfix/smtp[19936]: warning: DNSSEC validation may be unavailable
postfix/smtp[19936]: warning: reason: dnssec_probe 'ns:.' received a response that is not DNSSEC validated


Ples help what this warning and how resolve
ArchanfelHUN
Posts: 17
Joined: Fri Sep 27, 2019 7:09 am

Re: Upgrade 8.8.15 and two warnings. TLS and DNSSEC

Post by ArchanfelHUN »

Hello!

This is the explanation: http://www.postfix.org/announcements/postfix-3.5.9.html
In short you can safely ignore this warning.

P
godja
Posts: 2
Joined: Sun Feb 13, 2022 9:07 am

Re: Upgrade 8.8.15 and two warnings. TLS and DNSSEC

Post by godja »

ArchanfelHUN wrote:Hello!

This is the explanation: http://www.postfix.org/announcements/postfix-3.5.9.html
In short you can safely ignore this warning.

P



Thanks for your reply.

and this error
postfix/smtpd[11635]: warning: permit_tls_clientcerts is requested, but "smtpd_tls_ask_ccert = no"

Thanks
milauria
Advanced member
Advanced member
Posts: 100
Joined: Mon Aug 15, 2016 12:32 pm

Re: Upgrade 8.8.15 and two warnings. TLS and DNSSEC

Post by milauria »

Hello I am trying to clear the same error I see in the daily report :

Code: Select all

warning: permit_tls_clientcerts is requested, but "smtpd_tls_ask_ccert = no"
I am on Zimbra FOSS 8.8.15 P33 under Centos 7

Code: Select all

Aug 26 14:40:57 mail postfix/smtpd[24230]: connect from unknown[95.110.216.95]
Aug 26 14:40:57 mail postfix/smtpd[24230]: Anonymous TLS connection established from unknown[95.110.216.95]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
Aug 26 14:40:57 mail postfix/smtpd[24230]: NOQUEUE: filter: RCPT from unknown[95.110.216.95]: <notifiche-pec@aruba.it>: Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026; from=<notifiche-pec@aruba.it> to=<xxxx@yyyy.it> proto=ESMTP helo=<mx.pec.aruba.it>
Aug 26 14:40:57 mail postfix/smtpd[24230]: warning: permit_tls_clientcerts is requested, but "smtpd_tls_ask_ccert = no"
Aug 26 14:40:57 mail postfix/smtpd[24230]: NOQUEUE: filter: RCPT from unknown[95.110.216.95]: <notifiche-pec@aruba.it>: Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10024; from=<notifiche-pec@aruba.it> to=<zzzz@yyyy.it> proto=ESMTP helo=<mx.pec.aruba.it>
Aug 26 14:40:57 mail postfix/smtpd[24230]: AC6F9936CCFF: client=unknown[95.110.216.95]
Aug 26 14:40:57 mail postfix/smtpd[24230]: disconnect from unknown[95.110.216.95] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
While I read that this warning is irrelevenat, I tried to set “smtpd_tls_ask_ccert = yes” to see If I can clear it but I am unable to make the modification persistent.
I have tried with postconf as well I tried to edit /opt/zimbra/common/conf/main.cf. I read the I should modify the /opt/zimbra/common/conf/master.cf.in but could not find a straight way to find this setting in the file.

Which is the best way to modify postfix to test this setting?
Post Reply