Hello list,

I've been strugling now for several days getting tmda to work properly.
Everything seems to work okay but when I send an testmail to my emailaddress
an reply of confirmation is not being send.
The testmail does get deliverd to my pending queue like this in the incoming 
log:
-----------------------------------------------------------------------------
Date: Wed Jan 22 11:11:28 CET 2003
Sndr: <>
From: "Alex Planting" <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: gvd gvd gvd
Actn: CONFIRM action_incoming                                            (964)

Date: Wed Jan 22 11:11:28 CET 2003
Sndr: <>
From: "Alex Planting" <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: gvd gvd gvd
Actn: CONFIRM pending 1043230288.12736.msg                               (964)

Date: Wed Jan 22 11:11:28 CET 2003
Sndr: <>
From: "Alex Planting" <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: gvd gvd gvd
Actn: NOREPLY (envelope sender = <>)                                     (964)
-------------------------------------------------------------------------------


First of all my configuration:
RedHat 7.3
Sendmail 8
TMDA 0.68
Procmail

my .procmailrc looks like this:
PATH=/bin:/usr/local/bin:/usr/bin/:/bin
MAILDIR=$HOME/mail
DEFAULT=/var/spool/mail/alex
LOGFILE=/dev/null
SHELL=/bin/sh

EXTENSION = "$1"
:0
* EXTENSION ?? .
{
  DELIMITER = "+"
}
RECIPIENT = "alex$DELIMITER$[EMAIL PROTECTED]"
SENDER=`formail -x Return-Path | sed 's/[<>]//g:s/^[]*//'`

:0 w
| /usr/bin/tmda-filter

EXITCODE=$?

DEFAULT=/dev/null
--------------------------------------------------------------------------
My filter incoming like this:
### ~/.tmda/filters/incoming (first match wins) ###

# Accept all bounces (messages with an empty envelope sender)
from <> ok

# Accept all messages to postmistress
#to postmistress@* accept

# Bounce all messages from badboy.dom
#from *@=badboy.dom bounce

# Accept all messages from mycorp.dom
#from *@=linuxboard.nl ok

# Include my blacklist and whitelist
#from-file ~/.tmda/lists/blacklist.db drop
from-file ~/.tmda/lists/whitelist accept
from-file ~/.tmda/lists/whitelist_confirmed ok
from-file ~/.tmda/lists/confirmed ok
#from-file ~/.tmda/lists/whitelist_wildcards accept
---------------------------------------------------------------------

If i set my ~/.tmda/filters incoming to
from <> ok (nothing more just this line)
the mail gets delivered into my mailbox immediately.


Can anyone tell me what's wrong ??

Thanks !

Alex






-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to