From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 21:35:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64AD916A401 for ; Tue, 6 Feb 2007 21:35:07 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id F07C113C491 for ; Tue, 6 Feb 2007 21:35:06 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so9512uge for ; Tue, 06 Feb 2007 13:35:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L20CCISOK/itQE51cwIgvcYEVszhn1NkUS1mQKGdUJvwpnfjOQgvQ2QUfXjIQ3lCXBNX80mqm8kNkFZ9hmXKxosDOGRdh63WsS/5F/dkh9gK02baEqVn8cv84ZGt5LNwwn0tlvZcAxXedG+MUBqLwhIehkIS6W+TcsyNkWoozos= Received: by 10.78.193.19 with SMTP id q19mr1963934huf.1170797705421; Tue, 06 Feb 2007 13:35:05 -0800 (PST) Received: by 10.78.122.7 with HTTP; Tue, 6 Feb 2007 13:35:05 -0800 (PST) Message-ID: Date: Tue, 6 Feb 2007 22:35:05 +0100 From: usleepless@gmail.com 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 setup 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: Tue, 06 Feb 2007 21:35:07 -0000 List, Guys and Girls, although i know this is not a specific freebsd issue, i will ask the question nevertheless. normally, i sent my outgoing email through my isp ( relay.x.z ). this server seems to be down at the moment. so after working with bsd for years, i decided to dive into sendmail. i read a lot, setup the stuff and tested sh*t. so basically, it seems to work fine: i can send messages between machines on the LAN, but messages to the outside(gmail, other domains) timeout. i ran tcpdump on the external interface, and the only thing that seems to happen is my machine contacting the other machines, but they never reply!: 22:24:25.763774 x.y.z.4091 > gsmtp183.google.com.smtp: S 1796563309:1796563309(0) win 57344 (DF) how come? how do i find out? i checked /var/log/security and stuff is not being blocked by ipfw. sendmail reports: stat=Deferred: Operation timed out with gsmtp163.google.com. i have masqueraded(sendmail) with my isp-assigned-domain-name ( ipXXzYYY.provider.country ), and with another domain i own. am i missing something obvious? thanks in advance for any help, regards, usleep