Hi,
I've been installing my new mailserver which is a combination of Postfix,
MySQL, Courier, SpamAssassin, Clamav, Amavisd-new, Maildrop and Squirrelmail
(used this guide for installing: http://genco.gen.tc/postfix_virtual.php)
I've tried making a /home/vmail/trab.dk/morten/.courier (and sym-linked
.courier-default) and a .mailfilter in same dir...
None of this works, not even an error message is given...
The contents of the .courier is:
| /usr/bin/tmda-filter
./Mailbox
The contents of the .mailfilter is:
import SENDER
import RECIPIENT
import EXTENSION
to "| /usr/bin/tmda-filter"
The contents of the /etc/maildroprc is:
if ( $SIZE < 26144 )
{
exception {
xfilter "/usr/bin/spamassassin
--prefspath=$HOME/$DEFAULT/.spamassassin/user_prefs"
}
}
if (/^X-Spam-Flag: *YES/)
{
exception {
to "$HOME/$DEFAULT/.Spam/"
}
}
else
{
exception {
to "$HOME/$DEFAULT"
}
}
The contents of /etc/tmdarc is:
import os
MAIL_TRANSFER_AGENT = "qmail"
RECIPIENT_DELIMITER = "+"
LOGFILE_DEBUG = "/var/log/tmda.error"
LOGFILE_INCOMING = "/var/log/tmda.incoming"
LOGFILE_OUTGOING = "/var/log/tmda.outgoing"
ALLOW_MODE_640 = 1
TEMPLATE_DIR = "/usr/share/tmda"
FINGERPRINT = ["message-id", "from", "date"]
RECIPIENT_HEADER = "x-original-to"
FILTER_INCOMING = "/var/spool/filter/tmda/filters/incoming"
FILTER_OUTGOING = "/var/spool/filter/tmda/filters/outgoing"
CRYPT_KEY_FILE = "/var/spool/filter/tmda/crypt_key"
ACTION_EXPIRED_DATED = "confirm"
ACTION_FAIL_DATED = "confirm"
ACTION_FAIL_KEYWORD = "bounce"
ACTION_FAIL_SENDER = "bounce"
I've been searching the archives but haven't found anything useful...
Med venlig hilsen / Best Regards,
Morten Trab
http://www.blackchart.dk
�
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users