From owner-freebsd-current Thu Mar 2 3:21: 1 2000 Delivered-To: freebsd-current@freebsd.org Received: from tkc.att.ne.jp (tkc.att.ne.jp [165.76.16.7]) by hub.freebsd.org (Postfix) with ESMTP id 3AEFB37BFC5 for ; Thu, 2 Mar 2000 03:20:57 -0800 (PST) (envelope-from mzaki@e-mail.ne.jp) Received: from work.mzaki.nom (93.pool5.tokyo.att.ne.jp [165.76.22.108]) by tkc.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/24/99)) id UAA17876; Thu, 2 Mar 2000 20:20:51 +0900 (JST) Received: from work.mzaki.nom (mzaki@localhost [127.0.0.1]) by work.mzaki.nom (8.9.3/8.9.3) with ESMTP id UAA00541 for ; Thu, 2 Mar 2000 20:20:43 +0900 (JST) (envelope-from mzaki@e-mail.ne.jp) Date: Thu, 02 Mar 2000 20:20:43 +0900 Message-ID: <86og8xehys.wl@tkc.att.ne.jp> From: Motomichi Matsuzaki To: freebsd-current@FreeBSD.ORG Subject: IPv6 trouble X-Mailer: Wanderlust/2.2.12 (Joyride) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 (generated by WEMI 1.13.7 - "Shimada") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I built and installed current-20000301 today, and use INET6 enabled kernel *without* ipv6_enable="YES" in /etc/rc.conf. (this probably is the default situation made by the installer) I receive mails by ports/mail/fetchmail from my ISP, then re-send them to local SMTP(sendmail). But, today, it doesn't work. I upgraded ports/mail/fetchmail, but nothing changes. fetchmail says: 1 message for mzaki at mail.server.of.isp (566 octets). reading message 1 of 1 (566 octets) fetchmail: SMTP connect to localhost failed fetchmail: SMTP transaction error while fetching from mail.server.of.isp fetchmail: Query status=SMTP and in syslog: /kernel: Connection attempt to TCP ::0001:25 from ::0001:1129 I suspect, * fetchmail inquire "localhost" to resolver * resolver returns "::1" because there is the entry in /etc/hosts * fetchmail try to connect port 25 on "::1" * sendmail listen on only port 25 of inet4, not of inet6 * trial failes, and fetchmail giving up Then, I commented out "::1" from /etc/hosts, works fine. By the way, WHO is responsible for this? fetchmail? resolver? my setting? -- Motomichi Matsuzaki Dept. of Biological Science, Faculty of Sciences, Univ. of Tokyo, Japan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message