Date: Fri, 2 Aug 2002 11:30:31 -0700 From: Scott Lampert <scott@lampert.org> To: freebsd-questions@freebsd.org Cc: Toomas Aas <toomas.aas@raad.tartu.ee> Subject: Re: Starting postfix on 4.6 Message-ID: <20020802183031.GB73022@cobalt.heavymetal.org> In-Reply-To: <20020802182327.GA73022@cobalt.heavymetal.org> References: <200208021812.g72IC1V02670@lv.raad.tartu.ee> <20020802182327.GA73022@cobalt.heavymetal.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 02, 2002 at 11:23:27AM -0700, Scott Lampert wrote: > One caveat with the procedure mentioned in there, however, is that if > you compile Postfix with MySQL support, you cannot load the resulting > Postfix the way those instructions suggest. The issue is that the MySQL > library path isn't merged in until the scripts in /usr/local/etc/rc.d > are loaded. In that case you can either write your own rc.postfix > script that handles this case or just do: > > ln -s /usr/local/sbin/postfix /etc/postfix.sh > > -Scott I hate replying to myself.. That should be: ln -s /usr/local/sbin/postfix /usr/local/etc/rc.d/postfix.sh -- Scott Lampert <scott@lampert.org> "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, 1759 Public Key: http://www.lampert.org/lampert.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020802183031.GB73022>