Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by Dave]

Rsync Configuration

All things rsync currently live on rsync.spamassassin.org (a CNAME alias for spamassassin.zones) under the /home/corpus-rsync directory.

There's only 1 type of user for rsync: nightly mass-check submitters and score generation result submitters both share the same set of accounts.

The process of adding an account is the same for both, just using a different file for authorization. Use "sudo" to access the files.

SSH into sa-vm1.apache.org and run sudo vi /usr/local/spamassassin/automc/rsync/secrets.

  1. Determine the username for the requester. We typically use first initial/last name.
  2. Come up with a random password. Something like APG can help.
  3. Put the "username:password" pair in the appropriate file. The two files are secrets and secrets-submitsecrets file.
No Format
sudo vi /home/corpus-/usr/local/spamassassin/automc/rsync/secrets
[add a line to the end like "username:3498fgdio"

...