This is a discussion on Re: [courier-users] Filter API within the Courier-Imap forums, part of the Mail Servers and Related category; Alessandro Vesely wrote: > Julian Mehnle wrote: > >> As a matter of fact, I have been considering switching ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Alessandro Vesely wrote:
> Julian Mehnle wrote: > >> As a matter of fact, I have been considering switching MTAs for quite a >> while now because of this. Other MTAs seem to have much more powerful and >> nicer filter interfaces nowadays. :-( > > Yes, Sendmail's libmilter in particular, see > http://www.sendmail.org/doc/sendmail...ibmilter/docs/ I wouldn't call Sendmail's interface "nicer". More powerful, yes, but considerably more complex. As far as I know, it's also specific to SMTP, whereas Courier's API works with all mail sources. Courier could mostly emulate milter, and you'd get a few benefits -- callbacks on MAIL FROM and RCPT TO, which would mostly help greylisting, and also the ability to modify messages directly. However, I doubt that the code complexity would justify the marginal operational advantages of the interface. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |