Hi
I've just installed tdma, and am facing a problem. When i send a mail
from an external email id, i get a confirmation request back, when a
reply to that request, another request is sent bak and so-on. This is a
viscious cycle. 
I know many ppl have faced the same problem and i read through their
posts, but mothing has helped me.
I'm using qmail with procmail.
here is my .qmail

|preline /usr/local/bin/procmail

here is the relevant contents of my .procmailrc

# Uncomment this for users without valid shells.
 SHELL=/bin/sh

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

# Run the message through tmda-filter.
:0 w
| /path/to/tmda/bin/tmda-filter

# Take the exit code from TMDA.
EXITCODE=$?

# TMDA takes care of final delivery
DEFAULT=/dev/null

Any help is appreciated, thank you.

Suchi Garg


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

Reply via email to