I have talked about tmda myself and some people don't like the logic in
it, but
it will work nice with SA and will only send a confermation message if the
message
has the spam tag if your configure it that way. So what this means is only
the spam
will see the conferm message or anything SA thinks is spam. Nice combo.

-John

----- Original Message ----- 
From: "Yalcin Cekic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 02, 2004 4:29 AM
Subject: [toaster] another solution for spam- TMDA and TMDA-CGI


>
> Hi All,
>
> I found a documantation for TMDA (http://tmda.net/) and
> tmda-cgi (tmda-cgi is a web interface to a user's
> tmda setup, http://tmda.net/tmda-cgi/)
> (I lost the link). It work well on shupp-toaster.
> It is a great work,
> I want to share the installation given below.
>
> -----installing TMDA----------------------------------------
>
> TMDA is a python program, and runs from its source directory.
> Unpack the tgz file into /usr/local/lib like this:
>
> cd /usr/local
> wget http://tmda.net/releases/stable/tmda-1.0.2.tgz
> tar xzf tmda-1.0.2.tgz
> ln -s tmda-1.0.2 tmda
> rm tmda-1.0.2.tgz
> cd tmda
> ./compileall
>
> -----installing tmda-cgi-----------------------------------
> tmda-cgi is a web interface to a user's tmda
> setup.  It allows any user to install and configure
> tmda support onto their account.
>
> cd /usr/local
> wget http://tmda.net/tmda-cgi/releases/tmda-cgi-0.13.tar.bz2
> tar jxf tmda-cgi-0.13.tar.bz2
> ln -s tmda-cgi-0.13 tmda-cgi
> cd tmda-cgi
> ./configure
>
> Answers for configure were:
> /usr/bin/python
> /var/www/cgi-bin
> ../tmda
> /usr/local/tmda-cgi/
> none
> program
> /home/vpopmail/bin/vchkpw
> /tmda-display
> single-user
> vpopmail1 /home/vpopmail/bin/vuserinfo ~
> /tmp/TMDASession.
> 300
> 0.01
>
> Then continue with the install:
>
> make
> make install
>
> If you change any of the config paramters, you must re-make and
> re-install the cgi program.
>
> Copy the display directory from the sources over into /var/www/html/
>
> cp -r display /var/www/html/tmda-display
>
> Change the user and group of the tmda.cgi cgi, and set the suid bit:
>
> chown vpopmail /var/www/cgi-bin/tmda.cgi
> chgrp vchkpw /var/www/cgi-bin/tmda.cgi
> chmod u+s /var/www/cgi-bin/tmda.cgi
> chmod g+s /var/www/cgi-bin/tmda.cgi
>
> Test it: http://localhost/cgi-bin/tmda.cgi
>
> -------------------------END-----------------------------
>
>
> Y.C
>
>


Reply via email to