You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/01/30 17:27:20 UTC

svn commit: r501447 - in /spamassassin/trunk/build/automc: etc-passwd.notes etc-rsyncd.conf

Author: jm
Date: Tue Jan 30 08:27:18 2007
New Revision: 501447

URL: http://svn.apache.org/viewvc?view=rev&rev=501447
Log:
add some files from /etc -- bits from /etc/passwd, and the contents of /etc/rsyncd.conf -- for safe keeping

Added:
    spamassassin/trunk/build/automc/etc-passwd.notes
    spamassassin/trunk/build/automc/etc-rsyncd.conf

Added: spamassassin/trunk/build/automc/etc-passwd.notes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/etc-passwd.notes?view=auto&rev=501447
==============================================================================
--- spamassassin/trunk/build/automc/etc-passwd.notes (added)
+++ spamassassin/trunk/build/automc/etc-passwd.notes Tue Jan 30 08:27:18 2007
@@ -0,0 +1,10 @@
+
+Important non-user, non-default accounts from /etc/passwd on the zone:
+
+rsync:x:104:1::/home/corpus-rsync:/bin/sh
+buildbot:x:105:3000::/home/buildbot:/bin/sh
+release:x:106:1::/home/release:/bin/bash
+automc:x:103:3000:Auto Mass-Check - Dev:/home/automc:/bin/sh
+bbmass:x:113:3000:Buildbot Mass-Check User - Dev:/home/bbmass:/bin/sh
+updatesd:x:114:1:Rule Updates Daemon - Dev:/home/updatesd:/bin/sh
+

Added: spamassassin/trunk/build/automc/etc-rsyncd.conf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/etc-rsyncd.conf?view=auto&rev=501447
==============================================================================
--- spamassassin/trunk/build/automc/etc-rsyncd.conf (added)
+++ spamassassin/trunk/build/automc/etc-rsyncd.conf Tue Jan 30 08:27:18 2007
@@ -0,0 +1,66 @@
+# IF YOU UPDATE THIS FILE, PLEASE UPDATE THE SVN COPY TOO...
+# [svn trunk checkout]/build/automc/rsyncd.conf
+
+uid = rsync
+gid = rsync
+use chroot = yes
+motd file = /export/home/corpus-rsync/motd
+
+# Nightly submissions
+[corpus]
+comment = SpamAssassin Corpus upload directory
+path = /export/home/corpus-rsync/corpus
+read only = false
+auth users = *
+secrets file = /export/home/corpus-rsync/secrets
+
+[stable-corpus]
+comment = SpamAssassin Corpus upload directory (Stable Branch)
+path = /export/home/corpus-rsync/stable-corpus
+read only = false
+auth users = *
+secrets file = /export/home/corpus-rsync/secrets
+
+# Rescoring runs
+[submit]
+comment = SpamAssassin GA mass-check submissions
+path = /export/home/corpus-rsync/corpus/submit
+read only = false
+auth users = *
+secrets file = /export/home/corpus-rsync/secrets-submit
+
+[tagged_builds]
+comment = SpamAssassin tagged builds
+path = /export/home/corpus-rsync/tagged_builds
+read only = true
+
+[anoncorpus]
+comment = SpamAssassin Corpus anonymous download directory
+path = /export/home/corpus-rsync/corpus
+read only = true
+
+[updates]
+comment = SpamAssassin updates (updates.spamassassin.org)
+path = /var/www/buildbot.spamassassin.org/updatestage
+read only = true
+
+# mail corpora: see http://wiki.apache.org/spamassassin/PreflightBuildBot
+
+[mailcorpus_doc]
+	path = /export/home/bbmass/rawcor/doc
+	read only = false
+	auth users = doc
+	secrets file = /export/home/corpus-rsync/secrets
+
+[mailcorpus_zmi]
+        path = /export/home/bbmass/rawcor/zmi
+        read only = false
+        auth users = zmi
+        secrets file = /export/home/corpus-rsync/secrets
+
+[mailcorpus_fredt]
+        path = /export/home/bbmass/rawcor/fredt
+        read only = false
+        auth users = fredt
+        secrets file = /export/home/corpus-rsync/secrets
+