16 Feb
2012
16 Feb
'12
2:18 p.m.
On Thu, Feb 16, 2012 at 12:18:15PM +0100, Jacek Osiecki wrote:
By the way, is such thing possible for other processess? For example, I'd like to set in mysql table information that mail has been delivered using lmtp. Would something like this work?
protocol lmtp { mail_plugins = $mail_plugins sieve executable = lmtp postlmtp }
I've been inquiring the same lately, and unfortunately that's not possible. There's no "login" involved with lmtp, and each lmtp-session can have multiple recipients.. Maybe it can be solved trough a global sieve script?
-jf