# 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 ARCHIVES_BIN=$ARCHIVES_HOME/bin ARCHIVES_ROOT=$ARCHIVES_HOME/html ARCHIVES_TMP=$ARCHIVES_HOME/tmp ARCHIVES_TEMPLATES=$ARCHIVES_HOME/templates LOCKFILE=/tmp/mhonarc.lock LOCKFILE_RSYNC=/tmp/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