~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to conf/main.cf

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
582
582
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
583
583
         xxgdb $daemon_directory/$process_name $process_id & sleep 5
584
584
 
585
 
# If you don't have X installed on the Postfix machine, try:
 
585
# If you can't use X, use this to capture the call stack when a
 
586
# daemon crashes. The result is in a file in the configuration
 
587
# directory, and is named after the process name and the process ID.
 
588
#
586
589
# debugger_command =
587
590
#       PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
588
591
#       echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
589
592
#       >$config_directory/$process_name.$process_id.log & sleep 5
 
593
#
 
594
# Another possibility is to run gdb under a detached screen session.
 
595
# To attach to the screen sesssion, su root and run "screen -r
 
596
# <id_string>" where <id_string> uniquely matches one of the detached
 
597
# sessions (from "screen -list").
 
598
#
 
599
# debugger_command =
 
600
#       PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH; screen
 
601
#       -dmS $process_name gdb $daemon_directory/$process_name
 
602
#       $process_id & sleep 1
590
603
 
591
604
# INSTALL-TIME CONFIGURATION INFORMATION
592
605
#