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 44
|
<!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: Debugging control</TITLE>
<LINK HREF="postfix_basic-6.html" REL=previous>
<LINK HREF="postfix_basic.html#toc7" REL=contents>
</HEAD>
<BODY>
Next
<A HREF="postfix_basic-6.html">Previous</A>
<A HREF="postfix_basic.html#toc7">Contents</A>
<HR>
<H2><A NAME="s7">7. Debugging control</A></H2>
<P>
<P>
<DL>
<DT><B>Debug peer level</B><DD><P>The "Debug peer level" option specifies the increment in verbose
logging level when an SMTP client or server host name or address
matches a pattern in the "Debug peer list" option. This option
sets the "debug_peer_level" postfix variable.
<P>
<DT><B>Debug peer list</B><DD><P>The "Debug peer list" option specifies an optional list of domain
or network patterns, /file/name patterns or type:name tables. When
an SMTP client or server host name or address matches a pattern,
increase the verbose logging level by the amount specified in the
"Debug peer level" option. This option sets the "debug_peer_list"
postfix variable.
<P>
<DT><B>Debugger command</B><DD><P>The "Debugger command" option specifies the external command that
is executed when a Postfix daemon program is run with the -D option.
<P>Use "command .. & sleep 5" so that the debugger can attach before
the process marches on. If you use an X-based debugger, be sure to
set up your XAUTHORITY environment variable before starting Postfix.
This option sets the "debugger_command" postfix variable.
<P>
</DL>
<HR>
Next
<A HREF="postfix_basic-6.html">Previous</A>
<A HREF="postfix_basic.html#toc7">Contents</A>
</BODY>
</HTML>
|