ossp-pkg/lmtp2nntp/example.conf 1.5 -> 1.6
--- example.conf 2002/01/23 14:12:52 1.5
+++ example.conf 2002/01/23 15:55:21 1.6
@@ -6,8 +6,8 @@
### DAEMON ###
childsmax 10 #see -C aka --childsmax
-daemonize yes #see -D aka --daemonize
-kill 4711 #see -K aka --kill
+daemonize #see -D aka --daemonize
+kill #see -K aka --kill
pidfile "/tmp/pid" #see -P aka --pidfile
veryverbose #see -V aka --veryverbose
# obsolete since v1.2
@@ -25,7 +25,7 @@
destination news.example.com #see -d aka --destination
groupmode envelope #see -g aka --groupmode
headervalue X-gateway "lmtp2nntp gateway" #see -h aka --headervalue
-include "sampleconfig.two" # -i aka --include
+#include "sampleconfig.two" # -i aka --include
# -l is obsolete since v1.2, see l2spec
l2spec prefix(prefix="%%b %%d %%H:%%M:%%S <%%L> lmtp2nntp[%%P]: ",timezone=local) \
|
|