From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 02:06:37 2005 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 A27C616A4CE for ; Sat, 5 Feb 2005 02:06:37 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C721843D2F for ; Sat, 5 Feb 2005 02:06:33 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so515600wri for ; Fri, 04 Feb 2005 18:06:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=OGFdX9/H8Xm6odt0LIh6UdLSmR9qaOhSI9HtZ1wH4dyn5xNUAtNgymB3QuJBGjQpvcGVPNkHr4OUEIEOSfsARtMxXsvJ9tSCeQhMyPBPQJ+cBxVTE+FL1kWNLiCzaaA3lOW+YZlvzuUzjEJB6I3NGn05N4zKHHzqXn1wihycXOE= Received: by 10.54.46.66 with SMTP id t66mr239028wrt; Fri, 04 Feb 2005 18:06:30 -0800 (PST) Received: by 10.54.42.28 with HTTP; Fri, 4 Feb 2005 18:06:29 -0800 (PST) Message-ID: <810a540e05020418067191854@mail.gmail.com> Date: Fri, 4 Feb 2005 19:06:29 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Postfix can't deliver mail to virtual domains - cannot create file exclusively X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 02:06:37 -0000 I'm trying to set up postfix for virtual domains. Apparently the config is mostly correct, because it looks like PostFix is trying to complete delivery of the mail. I get this in my /var/log/maillog file: Feb 4 19:57:59 cantona postfix/virtual[579]: CA35333C1D: to=, relay=virtual, delay=0, status=deferred (mailbox /var/mail/vhosts/javaspot.net/pergesu: cannot create file exclusively: No such file or directory) Shouldn't PostFix create the vhosts/javaspot.net directory and pergesu file automatically when it delivers the mail? Not sure what the problem is here. I can send mail to local users just fine, so I don't think it's a permissions problem.