From owner-freebsd-questions@freebsd.org Thu Oct 29 15:37:10 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D124A455737 for ; Thu, 29 Oct 2020 15:37:10 +0000 (UTC) (envelope-from xtouqh@icloud.com) Received: from mr85p00im-zteg06021501.me.com (mr85p00im-zteg06021501.me.com [17.58.23.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMV1L0wQZz3g7K for ; Thu, 29 Oct 2020 15:37:09 +0000 (UTC) (envelope-from xtouqh@icloud.com) Received: from [192.168.1.6] (unknown [91.240.124.157]) by mr85p00im-zteg06021501.me.com (Postfix) with ESMTPSA id 4044F38040E for ; Thu, 29 Oct 2020 15:37:02 +0000 (UTC) Subject: Re: Problems with FreeBSD 12.2-RELEASE To: freebsd-questions@freebsd.org References: From: xtouqh@icloud.com Message-ID: Date: Thu, 29 Oct 2020 18:36:59 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312, 18.0.737 definitions=2020-10-29_08:2020-10-29, 2020-10-29 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=583 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2010290111 X-Rspamd-Queue-Id: 4CMV1L0wQZz3g7K X-Spamd-Bar: ------- X-Spamd-Result: default: False [-7.56 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[icloud.com]; R_SPF_ALLOW(-0.20)[+ip4:17.58.0.0/16]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[icloud.com:+]; DMARC_POLICY_ALLOW(-0.50)[icloud.com,quarantine]; NEURAL_HAM_SHORT(-0.55)[-0.549]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[icloud.com]; ASN(0.00)[asn:714, ipnet:17.58.16.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; R_DKIM_ALLOW(-0.20)[icloud.com:s=1a1hai]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.011]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[icloud.com:dkim]; FROM_NO_DN(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[17.58.23.183:from]; WHITELIST_SPF_DKIM(-3.00)[icloud.com:d:+,icloud.com:s:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 15:37:10 -0000 Jack Raats wrote: > Hi, > > > > I’ve the following problem after updating to FreeBSD 12.2-RELEASE. > > > > Old situation: > > FreeBSD 12.1-RELEASE-p10 > > Postfix, dovecot, opendkim, opendmarc, clamav-milter and clamd. > > Mail was perfectly working > > > > New situation: > > FreeBSD 12.2-RELEASE, the rest was the same. > > Every night after 03:00 am the clamav daemon stops working so postfix stops working (even dovecot) Define "stops working", does it crash, exit, or simply stop responding? Anything in system or clamav logs? > Strange, but I know that after 03:00 am periodic daily runs. > > > > Can anyone give me a clue what to change or where to look for to solve this mystery.