David Flood wrote:

I wanted to try out TMDA before putting it on our live mail server so I configured our test server with solaris, qmail and TMDA. Everything seemed to work fine as TMDA sent a confirmation request when I sent an email to the test user. When I replied to the confirmation request TMDA sent me a email telling me my email had been delivered as expected and the email appeared in the users mailbox.

Excellent.


Everything so far worked as expected but when I sent another email to the test user from the same source address I received another confirmation request. My understanding was that confirming the first message should have added my email address to the test users whitelist and hence should not be challenged again.

You have to make sure you've set "CONFIRM_APPEND" in your config file:


http://www.tmda.net/config-vars.html#CONFIRM_APPEND

(In general, something like this will work:)

CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirm")

You also have to make sure mail to addresses in that file is let in by your incoming filter:

(I'm not sure where a good on-line reference is, but you'll need a line like this in your incoming filter:)

from-file -autodbm ~/.tmda/lists/confirmed accept

Can anyone shed some light on this as we were going to put TMDA on the live server in the xmas break and I don't really want to move that back as the next chance will be summer.

If you still need more pointers, please post your configuration (python version, TMDA version, global config, personal config, incoming and outgoing filters) and we can get more in-depth about what you need to do.


--
Jim Ramsay


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

Reply via email to