From owner-freebsd-questions@FreeBSD.ORG Thu Aug 24 03:50:56 2006 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 8382A16A4DE for ; Thu, 24 Aug 2006 03:50:56 +0000 (UTC) (envelope-from nicholasink@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF48B43D49 for ; Thu, 24 Aug 2006 03:50:53 +0000 (GMT) (envelope-from nicholasink@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so246651nzn for ; Wed, 23 Aug 2006 20:50:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uIoc1JVfMsQJ/Miu85EZyDtnBc7QVyPy0Dcg+WX2Rl3a90zjyVfbEQJ0URhPghUjJIPw8/As+UTDuVoG5wd6jwobBV54pvYDZr+jsAChYmPIJ7H1t+QBJ1urzjufkqNIWqc9VzNDPNo4dh9cTJotQe7Yl1BP9T/G87+Wn5VCyko= Received: by 10.65.97.18 with SMTP id z18mr1543091qbl; Wed, 23 Aug 2006 20:50:53 -0700 (PDT) Received: by 10.64.28.15 with HTTP; Wed, 23 Aug 2006 20:50:53 -0700 (PDT) Message-ID: <8c17e4880608232050r6791cb1aj97a1bc7f81dd9a5a@mail.gmail.com> Date: Wed, 23 Aug 2006 23:50:53 -0400 From: "Nicholas Ink" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Sendmail and "Proper Authentication" 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: Thu, 24 Aug 2006 03:50:56 -0000 Hello all. I have been using FreeBSD for several months now, and have been configuring it as a multipurpose server. I've installed a web server, database, and a handful of other utilities. I also have now been attempting for some time to configure an e-mail service - with Sendmail. Although everything seems to work fine with receiving e-mail, I have had significant trouble with sending it. For example, I have been trying to send an e-mail from my FreeBSD server to my Gmail account. The first problem I experienced was that there a host name lookup failure for "gmail.com," which I have subsequently corrected by adding the line: gmail.com smtp:[smtp.gmail.com] to /etc/mail/mailertable. However, there is still a problem, when I try to send an e-mail, /var/log/maillog says: Aug 23 23:18:08 arches sm-mta[1049]: k7O3I7K2001049: from=, size=397, class=0, nrcpts=1, msgid=<44ED1A6F.1090009@XXXXXXXX.xxx>, proto=ESMTP, daemon=IPv6, relay=localhost [IPv6:::1] Aug 23 23:18:16 arches sm-mta[1051]: STARTTLS=client, relay=gmail-smtp.l.google.com., version=TLSv1/SSLv3, verify=FAIL, cipher=DES-CBC3-SHA, bits=168/168 Aug 23 23:18:16 arches sm-mta[1051]: k7O3I7K2001049: to=, ctladdr= (1007/0), delay=00:00:08, xdelay=00:00:08, mailer=smtp, pri=30397, relay=gmail-smtp.l.google.com. [66.249.83.111], dsn=5.0.0, stat=Service unavailable Aug 23 23:18:16 arches sm-mta[1051]: k7O3I7K2001049: k7O3IGK2001051: DSN: Service unavailable where arches is my host name. I can't understand why it continues to say "Service unavailable" when I know Gmail is not experiencing any downtime or anything else. Is this some sort of spam filter? Any help would be greatly appreciated! Thanks! Sincerely, Nicholas Ink