Wilberth Pérez a écrit : > Hi everyone: > > Anyone knows what are the differences (or advantages and disadvantages) > between Postfix with Dovecot LDA Vs. Postfix with Procmail LDA? >
- dovecot supports Sieve (a mail filtering standard) - maildrop uses pcre (a pattern matching standard) - procmail uses its own ugly garbage. http://en.wikipedia.org/wiki/The_UNIX-HATERS_Handbook http://simson.net/ref/ugh.pdf - if you use dovecot as a pop/imap server, then dovecot lda is a "natural" choice. - elsif you use courier pop/imap, then use maildrop - elsif you need no filtering, use postfix alone - else, use maildrop