Postfix


Tags:

Spamassassin setup with Postifx and Procmail:
--------------------------------------------

Local.cf:

# SpamAssassin config file for version 2.5x

# How many hits before a message is considered spam.
required_hits           4.0

# Whether to change the subject of suspected spam
rewrite_subject         1

# Text to prepend to subject if rewrite_subject is used
subject_tag             *****SPAM*****

# Encapsulate spam in an attachment
report_safe             1

# Use terse version of the spam report
use_terse_report        0

# Enable the Bayes system

Tags:

Using Cyrus IMAPD cyradm
------------------------

Be sure to set cyrus user password with the usual:
-------------------------------------------------
passwd cyrus


Check running services:
----------------------
service cyrus-imapd status
service saslauthd status


Start services:
--------------
service cyrus-imapd start
service saslauthd start


start cyrus admin:
-----------------
/usr/lib/cyrus-imapd/cyradm


login to cyrus admin:
--------------------
cyradm> cyradm --user cyrus localhost
IMAP Password:


create mailbox:
--------------