From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 17:01:37 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 06CCC16A41F for ; Wed, 10 Aug 2005 17:01:37 +0000 (GMT) (envelope-from carstea.catalin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A5F43D53 for ; Wed, 10 Aug 2005 17:01:36 +0000 (GMT) (envelope-from carstea.catalin@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so176557wra for ; Wed, 10 Aug 2005 10:01:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dJH4BKKSdsilIuUqeSdwhESBp/4uzQeTZT62mBct1xunkwaMom0Z3z4V/ZSE5h1u099RTIjkIr5ycLLP0nImcjkXKSPfIX/OdezfP61Jvkw6k/mWbl9A6W91Nb30gKMaae/pL6BHqur5joVtOSQa2f4wFUSHLG3sc/XeXAtFnws= Received: by 10.54.46.72 with SMTP id t72mr592041wrt; Wed, 10 Aug 2005 10:01:35 -0700 (PDT) Received: by 10.54.131.20 with HTTP; Wed, 10 Aug 2005 10:01:35 -0700 (PDT) Message-ID: Date: Wed, 10 Aug 2005 10:01:35 -0700 From: Carstea Catalin To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Simple question of dns? 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, 10 Aug 2005 17:01:37 -0000 I want to configure my dns to redirect all request from : http://www.mail.mydomain.com to http://mail.mydomain.com Many users do first request and my server respond only al the second url. Tks!