File: postfix_basic-7.html

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (44 lines) | stat: -rw-r--r-- 1,689 bytes parent folder | download
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 .. &amp; 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>