From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:03:17 2005 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 5283916A41F for ; Wed, 7 Sep 2005 14:03:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3097D43DC2 for ; Wed, 7 Sep 2005 14:01:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87E19OR019984; Wed, 7 Sep 2005 17:01:09 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87E19hP010429; Wed, 7 Sep 2005 17:01:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87E197g010428; Wed, 7 Sep 2005 17:01:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 17:01:09 +0300 From: Giorgos Keramidas To: Steve Suhre Message-ID: <20050907140109.GC10237@orion.daedalusnetworks.priv> References: <431EDEAF.1010102@nano.net> <20050907131911.GA8363@orion.daedalusnetworks.priv> <431EF02B.1050902@nano.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431EF02B.1050902@nano.net> Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not using aliases 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: Wed, 07 Sep 2005 14:03:17 -0000 On 2005-09-07 07:50, Steve Suhre wrote: > No, just a generic "DSN: Data format error". The bounced message just > says user unknown. If I rebuild the aliases and virtusertable db's I > get nothing but new db files, no errors. No errors of any kind in the > log files when sendmail starts during boot. Local addresses should work similarly to the one below in Sendmail's ``address test mode''. The lines starting with ``-->'' are the ones I typed. The final ^D is an EOF to exit Sendmail's -bt mode: --> % orion:/home/keramida$ sendmail -bt % ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) % Enter
--> % > 3,0 keramida % canonify input: keramida % Canonify2 input: keramida % Canonify2 returns: keramida % canonify returns: keramida % parse input: keramida % Parse0 input: keramida % Parse0 returns: keramida % ParseLocal input: keramida % ParseLocal returns: keramida % Parse1 input: keramida % Parse1 returns: $# local $: keramida % parse returns: $# local $: keramida % > ^D % orion:/home/keramida$ Can you try this with one of the local addresses that are failing and tell me what you see?