Hello!!!
I am install postfix as MTA and tmda as spamfilter.Then I sent message in
meillog I see :
Sep 14 17:04:38 mail sm-mta[4312]: h8F04bVn004312: from=<>, size=2143,
class=-60, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP,
daemon=MTA, [EMAIL PROTECTED] [127.0.0.1]
Sep 14 17:04:38 mail postfix/local[6838]: E26F429B48: to=<[EMAIL PROTECTED]>,
relay=local, delay=9, status=sent (delivered to command:
/usr/local/bin/tmda-filter)
Sep 14 23:50:07 mail sm-mta[475]: h8ENvYVn015538: to=|
/usr/local/bin/tmda-filter, ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=06:52:32, xdelay=00:00:03, mailer=prog, pri=1400319, dsn=4.0.0,
stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL
Sep 14 23:50:09 mail sm-mta[475]: h8F04bVn004312: to=|
/usr/local/bin/tmda-filter, ctladdr=<[EMAIL PROTECTED]> (1000/1000),
delay=06:45:31, xdelay=00:00:02, mailer=prog, pri=1400319, dsn=4.0.0,
stat=Deferred: prog mailer (/bin/sh) exited with EX_TEMPFAIL

My ~/.tmda/config is :

import os
CRYPT_KEY = os.path.expanduser('~/.tmda/crypt_key')

#get this from ~/.tmda/crypt_key - they *must* be thesame
               # CRYPT_KEY = "copied key from ~/.tmda/crypt_key"
               #CRYPT_KEY = "~/.tmda/crypt_key"
                #who's doing SMTP on the Net?
MAIL_TRANSFER_AGENT = "postfix"
                #where does incoming email go?
DELIVERY = "/var/mail/pvm"
                #must be the same as in postfix' main.cf
RECIPIENT_DELIMITER = "-"
                #who deals with outgoing email?
SENDMAIL_PROGRAM = "/usr/sbin/sendmail"
                #what to do with incoming email
ACTION_INCOMING = "confirm"
                #don't change outgoing, but add the To: to the whitelist(not
sure here)
ACTION_OUTGOING = "bare=append"
                #add to which whitelist?
BARE_APPEND = os.path.expanduser('~/.tmda/lists/whitelist')
CONFIRM_APPEND = os.path.expanduser('~/.tmda/lists/whitelist')
                #don't send back email saying confirmation was received
CONFIRM_ACCEPT_NOTIFY = 0
                #where's the confirmation request email?
CONFIRM_REQUEST_TEMPLATE = os.path.expanduser('~/.tmda/1.txt')
CONFIRM_MAX_MESSAGE_SIZE = 1000000000
                #where are the filters?
FILTER_INCOMING = os.path.expanduser('~/.tmda/filters/incoming')
FILTER_OUTGOING = os.path.expanduser('~/.tmda/filters/outgoing')
FINGERPRINT = ["message-id", "from", "date", "body"]
MAX_AUTORESPONSES_PER_DAY = 100

                #whoami?
USERNAME = "pvm"
FULLNAME = "Vladimir "
HOSTNAME = "mail.myt"
                #where to write error messages?
               # LOGFILE_DEBUG = "~/.tmda/tmda_debug.log"
                #has to do with style of display in From: headers
MESSAGE_FROM_STYLE = "angles"
                #use the time zone time/date instead of GMT?
LOCALDATE = 0
                #what to do with From: when processed by tmda-pending?
PENDING_DELETE_APPEND = os.path.expanduser('~/.tmda/lists/blacklist')
PENDING_RELEASE_APPEND = os.path.expanduser('~/.tmda/lists/whitelist')
#LOGFILE_DEBUG = "~/.tmda/debug.log"
LOGFILE_DEBUG = os.path.expanduser('~/.tmda/debug.log')
CONFIRM_ACCEPT_CC = "[EMAIL PROTECTED]"

In ~/.tmda/responses I see :
bash-2.05b$ ls -la ~/.tmda/responses
total 2
drwx------  2 pvm  pvm  512 Sep 14 17:04 .
drwx------  6 pvm  pvm  512 Sep 14 16:56 ..
-rw-------  1 pvm  pvm    0 Sep 14 16:56 [EMAIL PROTECTED]
-rw-------  1 pvm  pvm    0 Sep 14 16:57 [EMAIL PROTECTED]
-rw-------  1 pvm  pvm    0 Sep 14 17:00 [EMAIL PROTECTED]
-rw-------  1 pvm  pvm    0 Sep 14 17:02 [EMAIL PROTECTED]
-rw-------  1 pvm  pvm    0 Sep 14 17:04 [EMAIL PROTECTED]

What I do wrong?


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to