OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: pickup errors

From: Adam Currey (adamgate.curreytech.net)
Date: Fri Apr 09 2004 - 09:19:37 CDT


On Fri, Apr 09, 2004 at 08:11:48AM -0400, Wietse Venema wrote:
> Adam Currey:
> > 4. Couple of days later, I rename /etc/postfix to
> > /etc/postfix.should.be.ok.to.delete, and everything grinds to a halt,
> > with these in the maillog:
> >
> > Apr 9 13:20:36 gate postfix/pickup[8635]: fatal: open
> > /etc/postfix/main.cf: No such file or directory
>
> The pickup daemon is built with "config_directory = /etc/postfix"
> as the default location.
>
> To override, recompile Postfix, or start Postfix with "postfix -c
> whatever start".

Doesn't doing make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/usr/local/etc/postfix\"' do this?

>
> The last, however, does not change the path used by /usr/sbin/sendmail
> and /usr/sbin/postdrop.
>
> Wietse