From owner-freebsd-hackers@FreeBSD.ORG Fri May 24 07:37:26 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3B3D272 for ; Fri, 24 May 2013 07:37:26 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB7C2D5 for ; Fri, 24 May 2013 07:37:26 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id 16so11426906iea.31 for ; Fri, 24 May 2013 00:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oHcL6k/wEr2AQJBJ6coAkZI9jls/97wTP8NkgqHkr5k=; b=HYHpU68twt1i/dWogBcJ6O2RLmxmvpa6zKBg+JKZGMdS+f2cFOiOwCQ6v7e+DxSu38 mSBAmXK9J0l6Nt1sYLA66xU/QIX8CJJ/GocJJ1L4UnvjO3rOHlJV4BwZh4egsFwO9PDO sy+pWDdN7fHaow99WGYWwg5dBac0HERtAaXzM4eAeBDL+s9H5EbRp+lQBTBAUacSTCoP FJ1JyBGhJT9mmgCLfo1RIN5nd6qwjGSaMehMkqyPcpNbRqxBk99dSBQqnzwcM4DTIcdy GiEmUf76wiBiGs943MN5uMr8MoyDZotiDGu6zo98zIMyzkU77i/a6xPy6wtsHYliTN+l UmVA== MIME-Version: 1.0 X-Received: by 10.50.153.113 with SMTP id vf17mr3023864igb.101.1369381046335; Fri, 24 May 2013 00:37:26 -0700 (PDT) Received: by 10.64.23.243 with HTTP; Fri, 24 May 2013 00:37:25 -0700 (PDT) Received: by 10.64.23.243 with HTTP; Fri, 24 May 2013 00:37:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 May 2013 08:37:25 +0100 Message-ID: Subject: Re: stupid question about sendmail From: Chris Rees To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 07:37:26 -0000 On 24 May 2013 08:34, "Wojciech Puchar" wrote: > > how to redirect recipient address. i mean - if someone try to send to x@y.pl from serwer then it should be redirected to local account, while the rest of mails to domain @y.pl should get out normally. > > alternatively outgoing mail to x@y.pl should be rejected. > > > tried access.db - > > To:x@y.pl REJECT > > doesn't work > > > any idea. thank you Try a sendmail list? Chris