Displaying 1 result from an estimated 1 matches for "senderlocalpart".
2014 Feb 10
3
Undertanding what the lmtp_save_to_detail_mailbox actually does
...in my existing system.
Postfix has nowhere near the flexibility of Exim to develop rules like
that, but I think I could potentially use an sql query on my user
database to set up a sender_bcc_map that addressed the result to <sender
local part>+Sent.<yyyy>.<mm> (or
maybe<senderlocalpart>+Sent/<yyyy>/<mm> and then send that to dovecot.
I have then to decide how to handle it.
The problem I am facing is I can find no documentation about what
lmtp_save_to_detail_mailbox actually causes lmtp to actually do.
Searching the wiki refers to it only in the LMTP page.
How...