No debug.log information incoming mail status=deferred
Gerd Katzenbeisser <[email protected]> Fri, 18 Jul 2008 16:17:51 +0200
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! I try to install TMDA on my Server. TMDA/1.1.12 "Macallan" (Python/2.3.5 on Linux-2.6.8-3-686-i686-with-debian-3.1) I followed the instructions in the TMDA-Wiki. When I send mail to the Server i get this error-message in the system.log: postfix/local[2562]: A1961324614: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=3445, status=deferred (temporary failure. Command output: See /home/email/web29p1/.tmda/debug.log for traceback ) The debug.log is created but the file is empty. (so is the TMDA_DELIVERY_FAILURE) ===~/.forward=== "| /usr/local/tmda-1.1.12/bin/tmda-filter" ===~/.forward=== ===~/.tmda/config=== # -*- python -*- MAIL_TRANSFER_AGENT = "postfix" RECIPIENT_DELIMITER = "+" DELIVERY = "~/Maildir/" BARE_APPEND = "~/.tmda/lists/whitelist" CONFIRM_APPEND = "~/.tmda/lists/confirmed" LOGFILE_INCOMING = "~/.tmda/incoming.log" LOGFILE_OUTGOING = "~/.tmda/outgoing.log" LOGFILE_DEBUG = "~/.tmda/debug.log" ===~/.tmda/config=== Can you help me?