Hi there,

I performed i local install (user) of tmda-0.68 on Redhat 7.2 + python 2.1 + qmail

1. the ./compileall script is successfully executed.

2. in the bin and contrib folders, I changed in the python scripts python 
to python2 (Poor man solution because I don't want to change the PATH).

3. I tried the most basic setup:

In the .tmda folder:
./filters
./filters/incoming
./crypt_key
./config
./logs
./logs/debug
./logs/incoming
./logs/outgoing
./lists
./lists/white

with: 

./config :
~~~~~~~~~~
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/white")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")
~~~~~~~~~~

and filters/incoming :
~~~~~~~~~~
from [EMAIL PROTECTED] ok
~~~~~~~~~~

4. In .qmail :

preline python2
/home/mob/tmda/tmda-0.86/bin/tmda-filter
/var/spool/mail/mob

and symbolic link between .qmail and .qmail-default

#########
Result
#########

1. If I send a mail from [EMAIL PROTECTED], the mail doesn't arrive 
in my mailbox

2. I don't see any log entries... 

3. I don't have any error messages.

I read the FAQ and the config documentation, but I don't understand what 
happens here...

Maybe the config is too basic. Could help to habe a "hello world" config 
file.

Please help!


-- 
Marc-Olivier BERNARD




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

Reply via email to