On 05/04/2016 06:27 PM, Mark Constable wrote:
> We can do almost anything with incoming mail using maildrop but is
> there anything we can do to manipulate outgoing mail, per user?


That's an interesting idea.  Courier implements send-by-IMAP, but I 
don't know of any clients that support it.  This would be the inverse, I 
suppose.

I think you'd have to do this with a courierfilter, since the delivery 
commands are disabled by mailfilter in embedded mode. Check if the 
message was sent with authentication.  If so, copy the message, add a 
header to indicate that this is a copy intended for the Sent folder, and 
send it to the authenticated user. Maildrop would need to check for that 
header and deliver to the Sent folder.

Seems reasonably straightforward.  I'll give it a shot.


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to