summaryrefslogtreecommitdiff
path: root/archives/etc/archives.conf
blob: ff1de9ea66a806bd52dd78bb5f4ad935cfab7f31 (plain)
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
# binaries
RSYNC=/usr/bin/rsync
MHONARC=/usr/bin/mhonarc
PSQL=/usr/local/pgsql/bin/psql

# Database settings
DBHOST=wrigleys.postgresql.org
DBNAME=pgweb
DBUSER=archives

# paths to common stuff.  If you need a testing area, change $ARCHIVES_ROOT
ARCHIVES_HOME=$HOME
ARCHIVES_BIN=$ARCHIVES_HOME/bin
ARCHIVES_ROOT=$ARCHIVES_HOME/html
ARCHIVES_TMP=$ARCHIVES_HOME/tmp
ARCHIVES_TEMPLATES=$ARCHIVES_HOME/templates
LOCKFILE=$ARCHIVES_HOME/mhonarc.lock
LOCKFILE_RSYNC=$ARCHIVES_HOME/rsync.lock

# path to majordomo files on this host for rsync target
MAJORDOMO_FILES=$ARCHIVES_HOME/majordomo

# rsync host::module from which to grab the majordomo files
MAJORDOMO_ORIGIN=mail.postgresql.org::pgsql-majordomo

# addresses related to warning email if a sensitive list is present on the
# archives
DESTINATION_ADDRESS=sysadmin-reports@postgresql.org
SOURCE_ADDRESS=archives@archives.postgresql.org

# touch this file to cause mk-mhonarc to forcefully re-process all mailboxes.
# The script will create a file on each directory indicating that it already
# did it.  If it finishes successfully, it will remove those.  This is to
# avoid processing them all over again if a forced run is interrupted for some
# reason.
FORCE_FILE=$ARCHIVES_HOME/forced_run

# The destination directory for "splitmbox".
SPLITMBOX_DEST=$ARCHIVES_HOME/messages