> On Saturday 18 January 2003 18:19, Richard Smith wrote:
> > CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
> > BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
> >
> > FILTER_INCOMING = os.path.expanduser("~/.tmda/filters/incoming")> What does the contents of your incoming and whitelist files look like? Sorry forgot to include that... erk! It's pretty basic ATM: -- START -- from <> ok from root@gateway accept to postmaster@* accept from-file ~/.tmda/lists/blacklist drop from-file ~/.tmda/lists/whitelist ok -- END -- I'm also running Exim 3.5 as my MTA. The mail flow is: 1. Mail arrives at my ISP and lands in a pop mailbox 2. I use fetchmail to grab the mail. (Operating in invisible mode) 3. Fetchmail to Exim 4. Exim Scans mail using several filters (anti-virus etc...) 5. Exim -> TMDA via .forward file 6. TMDA -> maildrop for storage _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
