[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

exim filter + spamassassin ?



according to the docs that come with spamassassin (i've got
woddy up now, and mainly for this reason) i can get spamassassin
working from an exim .forward file -- but i'm already using that
as my exim filter

	# Exim filter
	logfile $home/.forward.log 0600
	<snip>

what machinations are required to get spamassassin up even tho
i'm already using the .forward for filtering? or, is system-wide
a better way to go?

-- 
I use Debian/GNU Linux version 3.0;
Linux server 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown
 
DEBIAN NEWBIE TIP #121 from Eric G. Miller <egm2@jps.net>
:
So you figured out your partition scheme needs updating -- and
you want TO MOVE THE /VAR PARTITION to /dev/sda#: Definitely go
into single user mode first (telint 1).  You don't want
processes writing to log files, spool files, etc... while you do
the migration.
  1.  Go Single User
  2.  mount -t <ext2> /newvar /dev/sdaX
  3.  mount -o remount,ro /var
  4.  Copy files via your favorite method ("cp -a /var /newvar" should work).
  5.  umount /newvar
  6.  umount /var
  7.  Edit fstab to point /var at /dev/sdaX
  8.  mount /var (now on the new disk)
  9.  exit (go back to multi-user mode)
When moving partitions it's important to use a method that
preserves permissions.  Otherwise all hell can break loose...
Once you're comfortable with the transfer, reclaim the original
partition for some other use.
=Karsten M. Self <kmself@ix.netcom.com>

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: