You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/06 03:33:16 UTC

[Spamassassin Wiki] Update of "PreflightBuildBot" by JustinMason

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/PreflightBuildBot

The comment on the change is:
record more info about setting up rsync

------------------------------------------------------------------------------
  === Admin: Creating a new rsync area for someone to upload corpora ===
  
  {{{
+ sudo vi /etc/rsyncd.conf
+ }}}
+ 
+ add something like this to the end, changing "CORPUSUSER" to the username you want to give out:
+ 
+ {{{
+ [mailcorpus_CORPUSUSER]
+         path = /home/bbmass/rawcor/CORPUSUSER
+         read only = false
+         auth users = CORPUSUSER
+         secrets file = /home/corpus-rsync/secrets
+ }}}
+ 
+ {{{
  CORPUSUSER="[username you want to give out]"
- sudo vi /etc/rsyncd.conf
  cd /home/bbmass/rawcor/
  mkdir $CORPUSUSER
  chmod 1777 $CORPUSUSER