From owner-freebsd-questions@freebsd.org Sun Aug 21 07:38:52 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E605BC0835; Sun, 21 Aug 2016 07:38:52 +0000 (UTC) (envelope-from peter@pfannenschmid.de) Received: from achilles.binarus.de (achilles.binarus.de [176.9.5.60]) (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 486481A5D; Sun, 21 Aug 2016 07:38:51 +0000 (UTC) (envelope-from peter@pfannenschmid.de) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pfannenschmid.de; s=b201601; t=1471764798; bh=9Yr2y+F5ysdBdHxsZ7qQER5uY1LTP79/Wayra3u1F8I=; h=From:From; b=F+Bh241W7AWDgPY+8mVkFHKPt/IxUtxtF7oz9T9AJSH6kZf5OsZKe0YDVjSTD0Plo oKuOnGshY7NJEBPvnoxEqT3PvGoUW8hv122CmrMLA9q9GB+4TBmzPsdtcf2AkKb4AU XuHKww0ioOCBqS7XUw6lkMraMYpIpE4VO6NTts53Ejtu7bLH2TfC/z5GGRIErtUr+c twVPhl2emzkhZ2oXjTBP7Uk6SxR/qf6WLyYWIeDtHgcqckglZXeInNH3ASMCz3+L34 RRgA9xrx2QjBMoXcZwwUEM+VJJ/wzdlWsZRxhdc/8RKH3/wD/jK4wZYFzFLGbceRpv 3KrG2VUSv23D5yXKDnq5Ix5K36cYLWt0GnXgKlUmXwpHLcNXp4X1gFIeohNbguPMfX PkQwPGWEHBUu4jjWgIlAr89IbiDyN+9TN0KJSoeq6E4Ig5Os4+pjzjabN8BEU8U2f6 HwNWuk7Ya3dwzTp3uJ6+qEGFRYKcc8PheH9zdWBZVu1XzGbfRuiIFaP/vi8uPnwddN prwajNASRLvTs8Yq/P3BHHmhEFllZcwnTh+vCxRR8SXIeXN8iOgy4XeUwY7M5XIwW6 HoUlA96s2scwqQ9824NirpH6Byz/1+1CqDbnb4XHn/rSS9GXI/yGGbqjoCbA/VPJ8A XbCN5PdmwRKb6gQlRibFtV4Y= Received: from [192.168.20.100] (p4FEFF0DE.dip0.t-ipconnect.de [79.239.240.222]) (authenticated bits=0) by achilles.binarus.de (8.14.4/8.14.4/Debian-8) with ESMTP id u7L7XIGJ003746 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 21 Aug 2016 09:33:18 +0200 To: freebsd-doc@FreeBSD.org, freebsd-questions@FreeBSD.org From: Peter Pfannenschmid Subject: Possible errors in section in section 27.3 of the manual Message-ID: Date: Sun, 21 Aug 2016 09:33:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WPrdLBfI8C2msvVngsoC3ioRIbToTuuKT" X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 07:38:52 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WPrdLBfI8C2msvVngsoC3ioRIbToTuuKT Content-Type: multipart/mixed; boundary="ojWHh4uToWks445VnxdOTf4o5uq3PDPLk" From: Peter Pfannenschmid To: freebsd-doc@FreeBSD.org, freebsd-questions@FreeBSD.org Message-ID: Subject: Possible errors in section in section 27.3 of the manual --ojWHh4uToWks445VnxdOTf4o5uq3PDPLk Content-Type: multipart/mixed; boundary="------------D47856AF6C470FC56B086C36" This is a multi-part message in MIME format. --------------D47856AF6C470FC56B086C36 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dear ladies and gentlemen, at first, I'd like to thank you for providing FreeBSD and for all related= efforts. I believe I have found an error in section 27.3. of the manual (https://w= ww.freebsd.org/doc/handbook/sendmail.html). The paragraph titled "/etc/ma= il/virtusertable" starts with the following words: "This database file maps mail addresses for virtual domains and users to = real mailboxes. These mailboxes can be local, remote, aliases defined in = /etc/mail/aliases, or files." This clearly implies that the RHS of an entry in the virtusertable can be= a file. I believe that this is not true. 1) Please have a look at the following conversation: https://serverfault.= com/questions/798089/is-a-file-a-valid-rhs-in-a-sendmail-virtusertable (q= uestion posted by myself). Andrzej A. Filip surely knows what he's talkin= g about, and he says that the right side of a virtusertable entry can NOT= be a file. 2) Since for certain reasons this question is extremely important to me, = I have researched it for many hours and multiple times, and I did not fin= d even one single example of a virtusertable entry where the RHS is a fil= e. So I would be very grateful if you could point me to an appropriate refer= ence, or if you could discuss that question with the Sendmail team and ev= entually fix or clarify the manual. In any case, could you please let me = know the results? Yours sincerely, Peter Pfannenschmid P.S. When replying, please make sure that your message gets authenticated= by SPF or DKIM; otherwise, my spam filters won't let it through. --------------D47856AF6C470FC56B086C36-- --ojWHh4uToWks445VnxdOTf4o5uq3PDPLk-- --WPrdLBfI8C2msvVngsoC3ioRIbToTuuKT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (MingW32) iEYEARECAAYFAle5WT0ACgkQYTEbThuE8BKdDgCbBOKVrqg2b+ofwIXriEe2Lykm SOMAn0pmr1bIbzzUfbCOlC5e1fpAn2ud =Y8Nv -----END PGP SIGNATURE----- --WPrdLBfI8C2msvVngsoC3ioRIbToTuuKT--