I&#39;ve just built a box with Ubuntu Lucid. Everything now now going great in testing.<br>However, I attempted to import my old spamassassin database as root with this command.<br>sa-learn -p /etc/MailScanner/spam.assassin.prefs.conf --restore sa_bayes_backup.txt<br>
<br>That gave me a nice database in the /root directory. :(<br><br>So, I thought I&#39;d better ask. Should I run this as the postfix user like this?<br>sa-learn -u postfix -p /etc/MailScanner/spam.assassin.prefs.conf --restore sa_bayes_backup.txt<br>
<br>Also, now when I do sudo -u postfix spamassassin --lint -D, I get permission errors attempting to read root..   &lt;Sigh...&gt;<br><br>As you can see, I&#39;m a bit confused. For a last question, can change things so spamassassin just keeps a global database and forget all this user stuff?  It&#39;s a incoming mail server only. There are no local users.<br>
<br>Thanks in advance!<br><br><br>