When I send a mail to in maillog I see :

Sep 16 06:30:12 bsd postfix/qmgr[4332]: 2EBF725837: from=<>, size=2700, nrcpt=1 (queue 
active)
Sep 16 06:30:12 bsd postfix/local[25978]: F18002583F: to=<[EMAIL PROTECTED]>, 
relay=local, delay=169210, status=sent (delivered to command: 
/usr/local/bin/tmda-filter)
Sep 16 06:30:16 bsd postfix/local[18299]: 5F05725840: to=<[EMAIL PROTECTED]>, 
relay=local, delay=167414, status=sent (delivered to command: 
/usr/local/bin/tmda-filter)
Sep 16 06:30:16 bsd postfix/local[25978]: 2EBF725837: to=<[EMAIL PROTECTED]>, 
relay=local, delay=5, status=sent (delivered to command: /usr/local/bin/tmda-filter)

Message was delivered to ~/.tmda/responses and ~/.tmda/pending:
bash-2.05b$  ls -la ~/.tmda/pending
total 2
drwxrwxrwx  2 vlad  wheel  512 Sep 16 06:28 .
drwxr-xr-x  5 vlad  wheel  512 Sep 16 06:28 ..

bash-2.05b$  ls -la ~/.tmda/responses
total 2
drwx------  2 vlad  wheel  512 Sep 16 06:30 .
drwxr-xr-x  5 vlad  wheel  512 Sep 16 06:28 ..
-rw-------  1 vlad  wheel    0 Sep 16 06:26 [EMAIL PROTECTED]
-rw-------  1 vlad  wheel    0 Sep 16 06:30 [EMAIL PROTECTED]

bash-2.05b$  /usr/local/bin/tmda-pending -i -c /home/vlad/.tmda/config
bash-2.05b$

tmda.debug is empty.
My ~/.tmda/config is :

CRYPT_KEY = os.path.expanduser("~/.tmda/crypt_key")MAIL_TRANSFER_AGENT = "postfix"
DELIVERY = "/var/mail/vlad"
RECIPIENT_DELIMITER = "-"
SENDMAIL_PROGRAM = "/usr/sbin/sendmail"
ACTION_INCOMING = "confirm"
ACTION_OUTGOING = "bare=append"
CONFIRM_ACCEPT_NOTIFY = 0
FILTER_INCOMING = os.path.expanduser("~/.tmda/incoming")
FILTER_OUTGOING = os.path.expanduser("~/.tmda/outgoing")
USERNAME = "vlad"
FULLNAME = "vl"
HOSTNAME = "bsd.ru"
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/tmda.debug")
MESSAGE_FROM_STYLE = "angles"
LOCALDATE = 0
PENDING_DELETE_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")
PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")

What I need to do that my mail delivered to recipient???


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

Reply via email to