From nobody Wed Feb 16 19:06:37 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4F1D319D6408 for ; Wed, 16 Feb 2022 19:06:39 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4JzS9p5ZgJz4tQG for ; Wed, 16 Feb 2022 19:06:38 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from [192.168.1.52] (host86-165-180-63.range86-165.btcentralplus.com [86.165.180.63]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id 21GJ6con095428 for ; Wed, 16 Feb 2022 19:06:38 GMT (envelope-from freebsd-doc@fjl.co.uk) Message-ID: Date: Wed, 16 Feb 2022 19:06:37 +0000 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: Frank Leonhardt Subject: Re: ftpd.conf and motd not consulted by ftpd To: questions@freebsd.org References: <6959d1f8-8d6d-0723-7083-fa8da3d5a2ef@fjl.co.uk> Content-Language: en-GB In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4JzS9p5ZgJz4tQG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd-doc@fjl.co.uk designates 84.45.41.196 as permitted sender) smtp.mailfrom=freebsd-doc@fjl.co.uk X-Spamd-Result: default: False [-3.33 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:84.45.41.196:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_NA(0.00)[fjl.co.uk]; RCVD_IN_DNSWL_MED(-0.20)[84.45.41.196:from]; NEURAL_HAM_SHORT(-0.93)[-0.926]; MLMMJ_DEST(0.00)[questions]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25577, ipnet:84.45.0.0/17, country:GB]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[86.165.180.63:received] X-ThisMailContainsUnwantedMimeParts: N On 16/02/2022 17:53, @lbutlr wrote: > On 2022 Feb 16, at 10:45, Frank Leonhardt wrote: > >> My guess would be you're not using the ftp server you think you are. >> I don't know what comes on 13, but there was always an ftpd as part >> of the base system; the one used by inetd. > I don't think there is an ftpd installed on FBSD13 by default, or any > other ftp server. Nothing would surprise me, but there's no mention of removing it in the 13.0 release notes. I have to say that I, like most others I guess, never enable it but install the far superior Pure-FTPd if I need an FTP server. Regards, Frank.