From owner-freebsd-questions@FreeBSD.ORG Wed Oct 7 19:42:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D0D31065670; Wed, 7 Oct 2009 19:42:27 +0000 (UTC) (envelope-from vinzstyle@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by mx1.freebsd.org (Postfix) with ESMTP id 52E238FC13; Wed, 7 Oct 2009 19:42:24 +0000 (UTC) Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 10740D480DD; Wed, 7 Oct 2009 21:42:18 +0200 (CEST) Received: from lan1.localnet (router.vinzland.net [82.230.197.7]) by smtp5-g21.free.fr (Postfix) with ESMTP id 2EF60D481F9; Wed, 7 Oct 2009 21:42:16 +0200 (CEST) From: Vinzstyle To: freebsd-questions@freebsd.org Date: Wed, 7 Oct 2009 21:42:15 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.29.6-desktop-2mnb; KDE/4.2.4; x86_64; ; ) References: <200910042041.32454.vinzstyle@free.fr> <2117530918-1254683459-cardhu_decombobulator_blackberry.rim.net-1616429688-@bda081.bisx.prod.on.blackberry> <200910042133.12933.vinzstyle@free.fr> In-Reply-To: <200910042133.12933.vinzstyle@free.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200910072142.15416.vinzstyle@free.fr> Cc: jgimer@gmail.com, owner-freebsd-questions@freebsd.org Subject: Re: Postfix doesn't start 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 Oct 2009 19:42:27 -0000 Le dimanche 4 octobre 2009 21:33:12 Vinzstyle, vous avez =C3=A9crit : > Le dimanche 4 octobre 2009 21:09:05 jgimer@gmail.com, vous avez =C3=A9cri= t : > > What are the actual permissions on the lock file, not just the containi= ng > > directory? > > > > Josh > > Sent via BlackBerry from T-Mobile > > > > -----Original Message----- > > From: Vinzstyle > > Date: Sun, 4 Oct 2009 20:41:32 > > To: > > Subject: Postfix doesn't start > > > > Hi, > > > > I installed Postfix with PCRE support from the ports collection, but I > > get this error when I try to start it : > > > > Oct 4 20:22:09 mail postfix/postfix-script[47114]: starting the Postfix > > mail system > > Oct 4 20:22:09 mail postfix/master[47115]: fatal: open lock file > > /var/db/postfix/master.lock: cannot open file: Permission denied > > > > [root@mail /]# ls -ld /var/db/postfix/ > > drwx------ 2 postfix wheel 512 Oct 4 20:16 /var/db/postfix/ > > > > The "mail_owner" directive is set to "postfix" in main.cf > > > > Is there some things to set up after the "make install" ? Did I miss > > something ? > > > > I'm running FreeBSD-7.2-RELEASE, and Postfix(-2.5.6,1) is started inside > > a jail. > > > > Thanks for your help :) > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > The file isn't created by "make install". If I create it with permissions > 666 and postfix as owner, I get the same error message... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, sorry, it was my fault :) Permissions were 750 on a parent directory... Thanks for your help anyway :)