>Is it possible not to confirm every message that comes
>into my mail server? What can i do?

Yes

>
>Now, here's my configuration:
>
>My .tmda directory is like this:
>drwxr-xr-x    7 admin    users         232 Apr  5 10:33 .
>drwx--x--x    4 admin    users         216 Apr  5 10:38 ..
>-rw-------    1 admin    users         134 Apr  5 10:51 config
>-rw-------    1 admin    users          42 Mar 30 12:09 crypt_key
>drwxr-xr-x    2 admin    users          72 Apr  1 08:15 filters
>drwxr-xr-x    2 admin    users         144 Apr  1 08:23 lists
>drwxr-xr-x    2 admin    users         128 Apr  1 08:29 log
>drwxr-xr-x    2 admin    users         168 Apr  5 11:02 pending
>drwxr-xr-x    2 admin    users         384 Apr  5 11:02 responses
>
>My config file contains:
>LOGFILE_DEBUG = "/home/admin/.tmda/log/debug.log"
>MAIL_TRANSPORT = "smtp"
>SENDMAIL_PROGRAM = "/var/qmail/bin/sendmail"
>SMTPSSL = "1"
>
Try adding the following line to your config file:
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")

Then make sure that your ~/.tmda/filters/incoming file contains:
from-file -optional ~/.tmda/lists/confirmed ok

This will make it so that a user only needs to confirm their mail once.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to