From owner-freebsd-questions@FreeBSD.ORG Thu Mar 27 15:04:24 2003 Return-Path: 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 052FF37B401 for ; Thu, 27 Mar 2003 15:04:24 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA6F43FE9 for ; Thu, 27 Mar 2003 15:04:22 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b148.otenet.gr [212.205.244.156]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2RN4Jd8027006; Fri, 28 Mar 2003 01:04:19 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2RN4IZ8001571; Fri, 28 Mar 2003 01:04:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2RN4IVj001570; Fri, 28 Mar 2003 01:04:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 28 Mar 2003 01:04:18 +0200 From: Giorgos Keramidas To: Tuc Message-ID: <20030327230418.GF790@gothmog.gr> References: <200303271521.h2RFL90r000736@himinbjorg.ttsg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303271521.h2RFL90r000736@himinbjorg.ttsg.com> X-RAVMilter-Version: 8.4.2(snapshot 20021217) (terpsi) X-Spam-Status: No, hits=-25.3 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_UNCONFIRMED_DSBL,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-questions@freebsd.org Subject: Re: Sendmail quirk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 23:04:25 -0000 On 2003-03-27 10:21, Tuc wrote: > > I'm not sure if this is appropriate here, if not I'll take it > elsewhere. I use the following .mc on my machine : > > divert(0) > VERSIONID(`$FreeBSD: himinbjorg.mc,v 1.0 2003/02/04 16:39:14 tuc Exp $') > OSTYPE(freebsd4) > DOMAIN(generic) > FEATURE(access_db, `hash -o -T /etc/mail/access') > FEATURE(blacklist_recipients) > FEATURE(local_lmtp) > FEATURE(mailertable, `hash -o /etc/mail/mailertable') > FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') > FEATURE(relay_based_on_MX) > FEATURE(nouucp,nospecial) > FEATURE(always_add_domain) > FEATURE(genericstable, `hash -o /etc/mail/genericstable') > FEATURE(use_cw_file) > FEATURE(local_procmail) > MASQUERADE_AS(`ttsg.com') > define(`confCW_FILE', `-o /etc/mail/local-host-names') > define(`confMAX_MIME_HEADER_LENGTH', `256/128') > define(`confNO_RCPT_ACTION', `add-to-undisclosed') > define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') > define(`confSAVE_FROM_LINES',`True') > define(`confMAX_HOP',`17') > define(`confCOPY_ERRORS_TO',`Postmaster') > define(`confMIME_FORMAT_ERRORS',`False') > define(`confUSE_ERRORS_TO',`True') > define(`confMCI_CACHE_SIZE',`5') > define(`confME_TOO',`True') > MAILER(local) > MAILER(smtp) > MAILER(pop) > > > Nothing earth shattering, right? No SMART_HOST. Do you have a static IP address, or are you using a dynamic IP address? > So then why can't I ever email USER@mtida.org , I almost immediately > get : > > himinbjorg% mail -v example@mtida.org > Subject: TEST > test > . > EOT > example@mtida.org... Connecting to mail-fwd.bellsouth-hosting.net. via esmtp... > example@mtida.org... Deferred: Operation timed out with mail-fwd.bellsouth-hosting.net. What version of Sendmail are you running? What is your IP address at the time of the message rejection? - Giorgos