From owner-freebsd-questions@FreeBSD.ORG Fri Jul 24 17:10:04 2009 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 3C43F10656A6 for ; Fri, 24 Jul 2009 17:10:04 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id C164A8FC1B for ; Fri, 24 Jul 2009 17:10:03 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from localhost.my.domain (ppp-93-104-50-84.dynamic.mnet-online.de [93.104.50.84]) by dd12710.kasserver.com (Postfix) with ESMTP id 6E223184A9880 for ; Fri, 24 Jul 2009 19:10:05 +0200 (CEST) Received: (from guru@localhost) by localhost.my.domain (8.14.3/8.14.3/Submit) id n6OHA1h7002444 for freebsd-questions@freebsd.org; Fri, 24 Jul 2009 19:10:01 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Fri, 24 Jul 2009 19:10:00 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20090724171000.GA2427@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Subject: Evolution 2.24.5 && Exchange && can't Subscribe to Other user's Calendar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 17:10:04 -0000 Hello, I've already asked the below question in the Evolution mailing-list with no response; maybe someone of the FreeBSD net folks can bring a bit light into this. Using the mentioned environment (on FreeBSD 8-CURRENT) I can't Subscribe to Other user's Calendar in the Exchange server (don't blame me for this, using Exchange :-)) . It fails with a more or less stupid message about wrong password. I've watched with TCPDUMP what's happening when I access in the Menue 'Subscribe to Other user's Calendar': it does a DNS lookup for kerberos.OCLC.org which is failing (yyy.yyy.yyy.yyy is our DNS server, xxx.xxx.xxx.xxx is my laptop): 10:43:53.583797 IP xxx.xxx.xxx.xxx.34455 > yyy.yyy.yyy.yyy.53: 43976+ SRV? _kerberos._udp.OCLC.ORG. (41) 10:43:53.585520 IP yyy.yyy.yyy.yyy.53 > xxx.xxx.xxx.xxx.34455: 43976 NXDomain 0/1/0 (91) 10:43:53.586181 IP xxx.xxx.xxx.xxx.51100 > yyy.yyy.yyy.yyy.53: 48460+ SRV? _kerberos._tcp.OCLC.ORG. (41) 10:43:53.587866 IP yyy.yyy.yyy.yyy.53 > xxx.xxx.xxx.xxx.51100: 48460 NXDomain 0/1/0 (91) 10:43:53.588479 IP xxx.xxx.xxx.xxx.23102 > yyy.yyy.yyy.yyy.53: 46661+ SRV? _kerberos._http.OCLC.ORG. (42) 10:43:53.590098 IP yyy.yyy.yyy.yyy.53 > xxx.xxx.xxx.xxx.23102: 46661 NXDomain 0/1/0 (92) 10:43:53.590505 IP xxx.xxx.xxx.xxx.57028 > yyy.yyy.yyy.yyy.53: 45174+ A? kerberos.OCLC.ORG. (35) 10:43:53.592087 IP yyy.yyy.yyy.yyy.53 > xxx.xxx.xxx.xxx.57028: 45174 NXDomain 0/1/0 (85) 10:43:53.592241 IP xxx.xxx.xxx.xxx.54405 > yyy.yyy.yyy.yyy.53: 45175+ AAAA? kerberos.OCLC.ORG. (35) 10:43:53.593850 IP yyy.yyy.yyy.yyy.53 > xxx.xxx.xxx.xxx.54405: 45175 NXDomain 0/1/0 (85) The domain OCLC.ORG is the part of my mail addr, i.e. my addr is . The IT folks of my company gave me the hint that the above nslookup should not be, for example, '_kerberos._udp.OCLC.ORG', but '_kerberos._udp.oa.OCLC.ORG' (i.e. in the zone oa.OCLC.ORG) which indead is working with nslookup: $ nslookup -type=SRV '_kerberos._udp.oa.OCLC.ORG' Server: yyy.yyy.yyy.yyy Address: yyy.yyy.yyy.yyy#53 Non-authoritative answer: _kerberos._udp.oa.OCLC.ORG service = 0 100 88 oadc5server.oa.oclc.org. _kerberos._udp.oa.OCLC.ORG service = 0 100 88 oadc01ewbe.oa.oclc.org. _kerberos._udp.oa.OCLC.ORG service = 0 100 88 oadc1server.oa.oclc.org. _kerberos._udp.oa.OCLC.ORG service = 0 100 88 oadc2server.oa.oclc.org. ... Why Evo is asking for '_kerberos._udp.OCLC.ORG' and not for '_kerberos._udp.oa.OCLC.ORG'? Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD.