Hi,

I'm running a working qmail server on a mandrake box which works
flawlessly without qmail config.

I followed the instructions on the tmda webiste for installation and
config of tmda but I seem to have hit a dead end.

i have created the necessary ~/.qmail and sym link to it for
.qmail-default, as I have for .tmda/config.

What seems to be happening is that I am using ./Maildir/ for local
delivery and i'm not 100% sure what .qmail is supposed to read.

I have tmda installed in /usr/local/tmda and my .qmail says this.

|preline /usr/local/tmda/bin/tmda-filter
./Mailbox

although i'm not convinced that this is correct..

I've had to bin my /var/qmail/alias/.qmail-default as im using
fastforward for /etc/aliases format for now.

When I send an email to myself via mutt(working qmail system) with email
setup to work with tmda these things happen

1. i get no email to user.
2. messages are deferred to the ~/.tmda/defered
3. my debug file says this

Uncaught Python 2.3.3 Exception (Tue Jan  6 12:36:50 2004):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/local/tmda/bin/tmda-rfilter", line 882, in ?
    main()
  File "/usr/local/tmda/bin/tmda-rfilter", line 825, in main
    orig_msgin_size)
  File "/usr/local/tmda/TMDA/FilterParser.py", line 938, in firstmatch
    raise MatchError(lineno, str(e))
MatchError: [line 17]: need 'c' or 'n' flag to open new db

4. I don't get a confirmation email.

I have the latest and greatest versions of python and tmda
Python 2.3.3

Also, im including my config.

Kindest Regards

dan
# -*- python -*-

# sample.config - Sample configuration file for TMDA.
#
# See http://tmda.net/config-vars.html for descriptions of all
# the available options.
#
# NOTE: ~/.tmda/config must be chmod 400 or chmod 600 !

#########################################################
# qmail/Courier required variables; required only for
# qmail/Courier users
#
# (none at this time)
#
#########################################################

#################################################################
# Non-qmail/Courier required variables; required only for
# non-qmail/Courier users
#
# Uncomment one line from each section.
#
# Please read http://tmda.net/config-vars.html for more information
# on these variables.
#################################################################

#MAIL_TRANSFER_AGENT = "exim"
#MAIL_TRANSFER_AGENT = "postfix"
#MAIL_TRANSFER_AGENT = "sendmail"

#RECIPIENT_DELIMITER = "-"
#RECIPIENT_DELIMITER = "+"

DELIVERY = "~/Maildir/"
#DELIVERY = "~/Mailbox"
#DELIVERY = "/var/mail/jasonrm"
#DELIVERY = "|/usr/bin/maildrop"
#DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
#DELIVERY = "[EMAIL PROTECTED]"

######################################################################
# No other variables are required, but you may be interested in
# further customization.  See http://tmda.net/config-vars.html for
# more information on the other available configuration variables.
#
# Here are examples of some recommended configuration variables.
######################################################################
CONFIRM_APPEND = "/usr/people/dan/.tmda/confirm"
LOGFILE_DEBUG = "/usr/people/dan/.tmda/debug"
LOGFILE_INCOMING = "/usr/people/dan/.tmda/incoming"
LOGFILE_OUTGOING = "/usr/people/dan/.tmda/outgoing"
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to