From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 14:21:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0999216A41F for ; Tue, 19 Jul 2005 14:21:28 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899BE43D48 for ; Tue, 19 Jul 2005 14:21:27 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 456F88B4DE; Tue, 19 Jul 2005 16:21:25 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06953-03; Tue, 19 Jul 2005 16:21:20 +0200 (CEST) Received: from firewall.demig (p5083995B.dip0.t-ipconnect.de [80.131.153.91]) by server.absolute-media.de (Postfix) with ESMTP id 68D6C8B4D0; Tue, 19 Jul 2005 16:21:20 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6JEIp78087057; Tue, 19 Jul 2005 16:18:51 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: , Date: Tue, 19 Jul 2005 17:18:51 +0200 Message-ID: <000b01c58c75$2b53c660$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20050719094641.3355.GERARD-SEIBERT@suscom.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: `Content-Transfer-Encoding' & SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 14:21:28 -0000 > I have SendMail configured with the Smart_Host directive: > > define(~SMART_HOST'. `my.isp.com') since they are blocking out bound > port 25. This works well. > > The problem I am experiencing is that all mail sent this way has the > following in the email header: > > Content-Transfer-Encoding: quoted-printable > > I do not want to use that encoding specifically at all times. Even when > set within my mail program for something else, such as 8-bit, it is > still converted to the above format. > > What can I do to prevent this from happening? >From my naive understanding of the smtp protocol I think that your sendmail and your provider's sendmail|qmail|postfix ask each other about supported encodings. When I telnet to my mail provider's port 25 and manually submit an EHLO I see a list of 250 responses. One shows me '250 8bitmime'. So I'd suggest you test this with your provider. Norbert