1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Basic Postfix Configurations: Local path information</TITLE>
<LINK HREF="postfix_basic-2.html" REL=next>
<LINK HREF="postfix_basic.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="postfix_basic-2.html">Next</A>
Previous
<A HREF="postfix_basic.html#toc1">Contents</A>
<HR>
<H2><A NAME="s1">1. Local path information</A></H2>
<P>
<P>
<DL>
<DT><B>Queue directory</B><DD><P>The "Queue directory" option specifies the location of the Postfix queue.
This is also the root directory of Postfix daemons that run chrooted.
See the files in examples/chroot-setup/ for setting up Postfix chroot
environments on different UNIX systems. This option sets the "queue_directory"
postfix variable.
<P>
<DT><B>Command directory</B><DD><P>The "Command directory" option specifies the location of all
postXXX commands. The default value is taken from the "Program directory"
option in Miscellaneous. This option sets the "command_directory"
postfix variable.
<P>
<DT><B>Daemon directory</B><DD><P>The "Daemon directory" option specifies the location of all
Postfix daemon programs (i.e. programs listed in the master.cf
file). The default value is taken from the "Program directory"
option in Miscellaneous. This directory must be owned by root.
This option sets the "daemon_directory" postfix variable.
</DL>
<P>
<HR>
<A HREF="postfix_basic-2.html">Next</A>
Previous
<A HREF="postfix_basic.html#toc1">Contents</A>
</BODY>
</HTML>
|