User Tools

Site Tools


start:howto:spamassassin-user-prefs-sql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start:howto:spamassassin-user-prefs-sql [2012/08/24 11:08]
bene
start:howto:spamassassin-user-prefs-sql [2015/01/19 23:40]
ninos removed
Line 1: Line 1:
 +**This HowTo is old. Please use following plugin!
 +http://​i-mscp.net/​filebase/​index.php/​File/​14-SpamAssassin/​**
 +
 ====== Info ====== ====== Info ======
  
-**This is more less a DRAFT (Version 0.2) and should not be use on a productive system! \\ +This HowTo is more or less ready for use. \\
-The HowTo is not ready but i will make it public so that other user can go on with it. I have not that time... \\+
 Feel free to change it ;-) Feel free to change it ;-)
  
-For any question use the Forum or PM me (BeNe)**+For any question use the Forum or PM me (BeNe)
  
 ====== Needed Packages ====== ====== Needed Packages ======
 +<​code>​
 +aptitude update
 +</​code>​
 <​code>​ <​code>​
 aptitude install libaprutil1-dbd-mysql razor libnet-dns-perl libmailtools-perl spamc spamassassin libmail-dkim-perl dkim-filter clamsmtp libtie-cache-perl libdbd-mysql-perl pyzor aptitude install libaprutil1-dbd-mysql razor libnet-dns-perl libmailtools-perl spamc spamassassin libmail-dkim-perl dkim-filter clamsmtp libtie-cache-perl libdbd-mysql-perl pyzor
Line 56: Line 61:
 smtp      inet  n       ​- ​      ​- ​      ​- ​      ​- ​      smtpd smtp      inet  n       ​- ​      ​- ​      ​- ​      ​- ​      smtpd
  -o content_filter=spamassassin  -o content_filter=spamassassin
- -o receive_override_options=no_address_mappings+ -o receive_override_options=no_address_mappings
 </​code>​ </​code>​
 +First option is to activate spamassassin.
 +Second option prevents that some forwarded mails are sent twice.
  
 Add on the end of the file: Add on the end of the file: