"Andrea Riela" <[EMAIL PROTECTED]> writes:

> Faq 4.2.
> But I don't undestand.
> In lists/ I've these files: blacklist, whitelist, and confirmed
> I've to rm confirmed && rm whitelist && add 'whitelist_confirmed' file,
> then I've to add in my incoming filter:
>
> from-file
> /home/vpopmail/domains/nesys.it/test/.tmda/lists/whitelist_confirmed ok

You can use 'whitelist' and 'confirmed' (two files) if you want; the
names don't matter to TMDA.  What matters is that you put a rule in
your incoming filter that uses those files.  You've added a rule to
look at 'whitelist_confirmed', so you need to make sure that TMDA
writes to 'whitelist_confirmed' when senders confirm their messages.

> And in config file:
>
> CONFIRM_APPEND =
> "/home/vpopmail/domains/nesys.it/test/.tmda/lists/whitelist_confirmed"

This is right.  Now TMDA will write the email address of a sender who
confirms into this file.

> And PENDING_WHITELIST_APPEND? The same as CONFIRM_APPEND, or TMDA could see
> at the same time whitelist and whitelist-confirmed?

PENDING_WHITELIST_APPEND is used by the tmda-pending and tmda-cgi
programs.  When you tell one of those two programs to Whitelist a
sender, they will write the address into PENDING_WHITELIST_APPEND.  If
you want to use 'whitelist_append' for this, that's fine.  If you want
to keep two separate files, that's ok, too.  Just remember to add a
rule for the second file to your incoming filter.


Tim

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

Reply via email to