From owner-freebsd-isp Sat Jan 13 14:25:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 3C8CB37B698 for ; Sat, 13 Jan 2001 14:25:26 -0800 (PST) Received: (from uucp@localhost) by ns.internet.dk (8.11.1/8.11.1) with UUCP id f0DMPPC61255 for freebsd-isp@freebsd.org; Sat, 13 Jan 2001 23:25:25 +0100 (CET) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.1/8.11.0) with ESMTP id f0DMPDi49222 for ; Sat, 13 Jan 2001 23:25:13 +0100 (CET) (envelope-from leifn@neland.dk) Date: Sat, 13 Jan 2001 23:25:13 +0100 (CET) From: Leif Neland To: freebsd-isp@freebsd.org Subject: Any unix mailclient which does smtp auth? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm experimenting with smtp auth. Is there an unix MUA, which will do smtp auth? sendmail is "smtp auth-enabled": Script started on Sat Jan 13 23:21:35 2001 gina~ # telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 gina.neland.dk ESMTP Sendmail 8.11.1/8.11.1; Sat, 13 Jan 2001 23:21:43 +0100 (CET) ehlo localhost 250-gina.neland.dk Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-SIZE 250-DSN 250-ONEX 250-ETRN 250-XUSR 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 250 HELP quit I've tried with Outlook express and checked "Smtp host requires authentication", but no auth is being done. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message