Daniel Irby wrote: > > 1) Is it possible to setup a list of addresses from which > TMDA will only process messages (i.e., it will reject the > message and not even request confirmation if the sender is > not on this list)?
See below. > 2) Is it possible for TMDA to require confirmation for every > message? Sure. Do something like this in your incoming filter (remember first match wins): from-file whitelist confirm from * drop Read through http://tmda.net/config-filter.html to understand what's going on. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
