From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 11:19:41 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 B5C8716A426 for ; Wed, 29 Mar 2006 11:19:41 +0000 (UTC) (envelope-from raimondeau@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id F304D43D49 for ; Wed, 29 Mar 2006 11:19:40 +0000 (GMT) (envelope-from raimondeau@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so127206nfc for ; Wed, 29 Mar 2006 03:19:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OaoQKLXju1QKE8MwnbCIwWyqtPI/IYQL2hi6cKj4rLs4aZui2dl66yEHvpvSW+pk42NQQroppbJKqgSQjUrz7BOlv1cM9mXnufAJ3XrHV90xnBxJNx/4CI+2JFsvtjsCQ1EazCGPBKP453H3ZSMvtvcARQ81pW26bjyi18hOVgg= Received: by 10.48.80.20 with SMTP id d20mr300245nfb; Wed, 29 Mar 2006 03:12:56 -0800 (PST) Received: by 10.49.42.15 with HTTP; Wed, 29 Mar 2006 03:12:56 -0800 (PST) Message-ID: <7ab0fd580603290312p2cb9723iddd31144e17062f5@mail.gmail.com> Date: Wed, 29 Mar 2006 13:12:56 +0200 From: "Guillaume R." To: "=?ISO-8859-1?Q?Erik_N=F8rgaard?=" In-Reply-To: <44298AAD.6090209@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7ab0fd580603271248g48f606e5q8dd524991a866fc3@mail.gmail.com> <44285F80.3060203@locolomo.org> <7ab0fd580603280020r4a230104m4d9ff3b9fad2feef@mail.gmail.com> <7ab0fd580603280132r374c9b2eq88522d7ad60d0b31@mail.gmail.com> <442920DF.2090807@locolomo.org> <7ab0fd580603280956l6a59c4d2l97090ad478e9b22f@mail.gmail.com> <44298AAD.6090209@locolomo.org> Cc: freebsd-questions@freebsd.org Subject: Re: User unknown? 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, 29 Mar 2006 11:19:41 -0000 2006/3/28, Erik N=F8rgaard : > Guillaume R. wrote: > > 2006/3/28, Erik Norgaard : > > Hello > >> You should be able to find this in /var/log/maillog. Include the error > >> message from the maillog. > > Oki I'm checking that: it seems that sm (sendmail) is used... > >> Did you upgrade postfix when you moved from linux to freebsd? Maybe yo= ur > >> configuration is no longer current and should be updated. > > I've not setup my postfix yet: generally I setup fetchmail+procmail > > first (to test my regexp and update the procmailrc file) and then I > > setup my postfix as a simple relay to send mail via the smtp server of > > my provider for example. > > Do you think that my problem comes from a misconfiguration in the > > original sendmail config? I never use sendmail and on this box i never > > edit any sendmail file... > > Not a misconfig, by default sendmail on freebsd only delivers to local > users. If the user is not a local user it should respond with an error > like that. Could be that this is the problem. > > I think I would work the other way arround, get postfix fired up to do > the mail delivery you want. Oki I configure my postfix and tell u the result asap. For me the user is a local one...Should I remove sendmail or sth? It seems to be used by default so... Thx for all Guillaume