summaryrefslogtreecommitdiffstats
path: root/etc/rancid.conf.sample.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2004-03-14 17:00:09 +0000
committerTar Committer <tar@ocjtech.us>2004-03-14 17:00:09 +0000
commit381d322caf5928732f3d478d80e70acfccd67f99 (patch)
treed52aa26f9698cd869eca3f09661bfc05a7008a28 /etc/rancid.conf.sample.in
parent989312339ea2e16579803a48700628c5469e327a (diff)
downloadrancid-381d322caf5928732f3d478d80e70acfccd67f99.tar.gz
rancid-381d322caf5928732f3d478d80e70acfccd67f99.tar.xz
rancid-381d322caf5928732f3d478d80e70acfccd67f99.zip
Imported from rancid-2.3.tar.gz.rancid-2.3
Diffstat (limited to 'etc/rancid.conf.sample.in')
-rw-r--r--etc/rancid.conf.sample.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/rancid.conf.sample.in b/etc/rancid.conf.sample.in
index c550c74..8cc1b09 100644
--- a/etc/rancid.conf.sample.in
+++ b/etc/rancid.conf.sample.in
@@ -5,6 +5,10 @@
#
TERM=network;export TERM
#
+# Create files w/o world read/write/exec permissins, but read/exec permissions
+# for group.
+umask 027
+#
# Under BASEDIR (i.e.: --localstatedir), there will be a "logs" directory for
# the logs from rancid and a directory for each group of routers defined in
# LIST_OF_GROUPS (below). In addition to these, there will be a "CVS"
@@ -53,7 +57,11 @@ OLDTIME=4; export OLDTIME
# For each group, define a list of people to receive the diffs.
# in sendmail's /etc/aliases.
# rancid-group: joe,moe@foo
-# rancid-group-admin: hostmaster
+# rancid-admin-group: hostmaster
# be sure to read ../README regarding aliases.
#
-umask 027
+# If your MTA configuration is broken or you want mail to be forwarded to a
+# domain not the same the local one, define that domain here. "@" must be
+# included, as this is simply appended to the usual recipients. It is NOT
+# appended to recipients specified in rancid-run's -m option.
+#MAILDOMAIN="@example.com"; export MAILDOMAIN