From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 07:22:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1187C106566B for ; Mon, 1 Nov 2010 07:22:55 +0000 (UTC) (envelope-from Christopher.Illies@ki.se) Received: from smtp5.ki.se (smtp5.ki.se [130.237.99.130]) by mx1.freebsd.org (Postfix) with ESMTP id BCB318FC16 for ; Mon, 1 Nov 2010 07:22:54 +0000 (UTC) Received: from KIMSX09.user.ki.se (kimsx09.user.ki.se [130.229.20.26]) by smtp5.ki.se (Postfix) with ESMTP id 9C4DB295A2C; Mon, 1 Nov 2010 08:13:38 +0100 (CET) Received: from KIMSXCLU01.user.ki.se ([fe80::5934:e0d5:1ab1:4cec]) by KIMSX09.user.ki.se ([fe80::44bd:1e0f:a2f2:550%16]) with mapi; Mon, 1 Nov 2010 08:13:38 +0100 From: Christopher Illies To: Vincent Hoffman Date: Mon, 1 Nov 2010 08:13:37 +0100 Thread-Topic: Sendmail as client via smarthost and ssl Thread-Index: Act3fxrgV6bcd8x7QZiS0vXVsWGFjgCE8ta7 Message-ID: References: <4CC98291.8000609@bah.homeip.net> <4CC9E9A9.2090105@unsane.co.uk> <4CCABB82.9080504@unsane.co.uk> , <4CCAE9EA.9000508@unsane.co.uk> In-Reply-To: <4CCAE9EA.9000508@unsane.co.uk> Accept-Language: en-US, sv-SE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, sv-SE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-questions@freebsd.org" Subject: RE: Sendmail as client via smarthost and ssl 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: Mon, 01 Nov 2010 07:22:55 -0000 >On 29/10/2010 14:49, Christopher Illies wrote: >> >> <...> >> Ok, when I use telnet, this happens: >>> telnet send.ki.se 587 >> Trying 130.xxx.xxx.26... >> Connected to send.ki.se. >> Escape character is '^]'. >> 220 KIMSX09.user.ki.se Microsoft ESMTP MAIL Service ready at Fri, 29 Oct= 2010 14:55:51 +0200 >> EHLO >> 250-KIMSX09.user.ki.se Hello [136.xxx.xxx.214] >> 250-SIZE 10485760 >> 250-PIPELINING >> 250-DSN >> 250-ENHANCEDSTATUSCODES >> 250-STARTTLS >> 250-AUTH GSSAPI NTLM <<<<<<< >> 250-8BITMIME >> 250-BINARYMIME >> 250 CHUNKING <...> >I'd guess from here that the microsoft mail server (i'd say exchange but >its part of IIS these days i think) is being awkward. GSSAPI is kerberos >related i believe, NTLM is a windows method from what i remember. I'm >not familiar with either i'm afraid. Thanks for your suggestions, anyhow. It might very well be that something about the server's behaviour is awkward. fetchmail, which worked well with the old server, stopped working after the mailserver was changed to the current one. The settings were correct, but only after I installed a ne= w version of fetchmail, it worked again. It looks like that I will have to us= e=20 webmail for now. Christopher