Hi Wouter,

> And now for my *next* question. This is all happening on a mail
> swerver, with users smtp-ing mail into the box and popping it off.
> And maybe I want to tag mail going out (i.e. local user (local
> domain, not local-on-the-box) smtps message into box, qmail-rspawn
> handles it). Message gets send to [EMAIL PROTECTED] How
> do I intercept this message to pipe it through tmda?

This sounds like a job for topmipd, which is a part of TMDA. Instead of
having users SMTP into port 25, make an instance of tofmipd that listens
on port, say, 8025 or maybe 587.

When a user makes an SMTP connection to tofmipd, it acts like SMTP with
authorization. tofmipd then looks at the user's outgoing filter and tags
the mail according to TMDA's tagging mechanism before passing the mail to
the real mail transfer application.

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

Reply via email to