"Geoff" <[EMAIL PROTECTED]> writes:

> Here is how my tmda is set up (for user gjukema):
> 
> ~/.qmail : 
>     |preline /usr/local/tmda-0.81/bin/tmda-filter
>     ./Maildir/

Is /var/qmail/bin in your PATH?  If not, you may need to write the
first line like this:

    |/var/qmail/bin/preline /usr/local/tmda-0.81/bin/tmda-filter

> ~/.qmail-default (symlink to .qmail)
> 
> ~/.tmda/config :
>     # qmail is default, but let's specify it anyway
>     MAIL_TRANSFER_AGENT = "qmail"
>     CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
>     LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
>     LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
>     LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")
> 
> ~/.tmda/filters/incoming
>     from [EMAIL PROTECTED] confirm
> 
> ~/.tmda/filters/outgoing
>     from [EMAIL PROTECTED] bare

This all looks fine...

> ****
> After sending mail (from [EMAIL PROTECTED]) to the user setup here ([EMAIL 
> PROTECTED]), the mail remains in the qmail queue :
> EG: qmail-qread :
>     29 Jul 2003 06:25:31 GMT  #1024116  1641  <[EMAIL PROTECTED]> 
>             local   [EMAIL PROTECTED]

Could you show us the qmail-send log entry related to the attempted
delivery of this message?  It will enable us to determine if the
problem is tmda-filter.  Also, you might look for a file in ~gjukema
called TMDA_DELIVERY_FAILURE.  I don't know why tmda-filter would be
writing to that file instead of ~/.tmda/logs/debug, but it's worth
checking, just in case.


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

Reply via email to