#pid-file: "" # The location of the catchup.pid file. pid-file: "/news/run/catchup.pid" #post-error: "" # The location of the post_error.pl script, for notifying users when their # message could not be sent to the server. post-error: "/news/bin/post_error.pl" #detach #no-detach # Only one of these lines should be present. Controls if or not catchup will # detach itself from the controlling terminal. # Default is to detach. detach #spool dir "" # Location of delayed articles to send back to the server. spool dir "/news/spool/shogun/hold" #del dir "" # Location of articles that are being saved, pending eventual deletion. del dir "/news/spool/shogun/del" #connection block # configures the connection to the server. connect { #host "" # Remote host to connect to. Defaults to "localhost" host: "news.panix.com" #port # Port on remote host to connect to. port 119 #port "" # port from /etc/services to connect to. #port "nntp" }