You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/29 01:02:08 UTC

[Bug 3012] Can't run spamd as non-root install

http://bugzilla.spamassassin.org/show_bug.cgi?id=3012

jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jm@jmason.org  2004-04-28 16:02 -------
works fine for me now:

make clean
perl Makefile.PL PREFIX=~/sausr SYSCONFDIR=~/saetc
make
make install

PATH=~/sausr/bin:$PATH
spamd -D -p 48383 &
./spamc/spamc -d localhost -p 48383 < sample-nonspam.txt

all works as you would expect. note the "make clean" step; if you "make" and
then rerun Makefile.PL with new PREFIX and SYSCONFDIR, it may not rebuild the
spamassassin and spamd scripts!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.