Am 13.12.2011 03:12, schrieb Stan Hoeppner:
> On 12/12/2011 2:17 PM, Andrew M wrote:
>> I'm running Dovecot 2.0.15 and Postfix 2.7.7 with postfix handing off to
>> Dovecot's LDA.  I am hosting multiple virtual domains with multiple
>> users and everything is working.  I would now like to create a permanent
>> archive of all sent/received mail with each virtual user's mail saved to
>> its own sent file and received file.  This needs to be independent of
>> the user's regular Maildir store since he can't delete or modify the
>> permanent archive.
>>
>> Any suggestions on how to best accomplish this either via postfix or
>> dovecot?
> 
> Take a look an Enkive:  http://www.enkive.org
> 

postfix

always_bcc (default: empty)

    Optional address that receives a "blind carbon copy" of each message
that is received by the Postfix mail system.

    Note: if mail to the BCC address bounces it will be returned to the
sender.

    Note: automatic BCC recipients are produced only for new mail. To
avoid mailer loops, automatic BCC recipients are not generated after
Postfix forwards mail internally, or after Postfix generates mail itself.

recipient_bcc_maps (default: empty)

    Optional BCC (blind carbon-copy) address lookup tables, indexed by
recipient address. The BCC address (multiple results are not supported)
is added when mail enters from outside of Postfix.

    This feature is available in Postfix 2.1 and later.

    The table search order is as follows:

        Look up the "user+extens...@domain.tld" address including the
optional address extension.
        Look up the "u...@domain.tld" address without the optional
address extension.
        Look up the "user+extension" address local part when the
recipient domain equals $myorigin, $mydestination, $inet_interfaces or
$proxy_interfaces.
        Look up the "user" address local part when the recipient domain
equals $myorigin, $mydestination, $inet_interfaces or $proxy_interfaces.
        Look up the "@domain.tld" part.

    Specify the types and names of databases to use. After change, run
"postmap /etc/postfix/recipient_bcc".

    Note: if mail to the BCC address bounces it will be returned to the
sender.

    Note: automatic BCC recipients are produced only for new mail. To
avoid mailer loops, automatic BCC recipients are not generated after
Postfix forwards mail internally, or after Postfix generates mail itself.

    Example:

    recipient_bcc_maps = hash:/etc/postfix/recipient_bcc

sender_bcc_maps (default: empty)

    Optional BCC (blind carbon-copy) address lookup tables, indexed by
sender address. The BCC address (multiple results are not supported) is
added when mail enters from outside of Postfix.

    This feature is available in Postfix 2.1 and later.

    The table search order is as follows:

        Look up the "user+extens...@domain.tld" address including the
optional address extension.
        Look up the "u...@domain.tld" address without the optional
address extension.
        Look up the "user+extension" address local part when the sender
domain equals $myorigin, $mydestination, $inet_interfaces or
$proxy_interfaces.
        Look up the "user" address local part when the sender domain
equals $myorigin, $mydestination, $inet_interfaces or $proxy_interfaces.
        Look up the "@domain.tld" part.

    Specify the types and names of databases to use. After change, run
"postmap /etc/postfix/sender_bcc".

    Note: if mail to the BCC address bounces it will be returned to the
sender.

    Note: automatic BCC recipients are produced only for new mail. To
avoid mailer loops, automatic BCC recipients are not generated after
Postfix forwards mail internally, or after Postfix generates mail itself.

    Example:

    sender_bcc_maps = hash:/etc/postfix/sender_bcc


https://www.milter.org/milter/61

MailArchiver and simular milters

http://freecode.com/projects/aox

Archiveopteryx

Archiveopteryx is an Internet mail server, optimized to support heavy
usage and long-term archiving. It stores mail in a PostgreSQL database,
and provides access to it through IMAP, POP, and more.

and so on.....
-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria

Reply via email to