Difference between revisions of "Archiving Emails from a Postfix Based Email Server"

[unchecked revision][unchecked revision]
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Please note:''' This tutorial only covers the specifics of archiving an email server based on the mail transfer agent Postfix. It is assumed that you already have a MailStore Server installation or [http://www.mailstore.com/en/lp/sendlicense.aspx test installation] and are familiar with the fundamentals of MailStore Server. Please refer to the [[Manual]] or [http://www.mailstore.com/en/doc/server4-quickstart-en.pdf Quick-Start-Guide].
+
#REDIRECT [[Archiving Emails from Linux-based Email Servers]]
 
 
MailStore Server offers several ways to archive emails from an email server, which are described below. If you are not sure which archiving method best suits your company, please refer to chapter [[Choosing the right archiving strategy]].
 
 
 
 
 
= Archiving Incoming and Outgoing Emails Directly =
 
To integrate MailStore into an email infrastructure build upon the Unix/Linux mail transfer agent Postfix, it is recommended to deliver all emails in copy into a second archiving mailbox. To achive this, it is required to make some changes to your Postfix configuration.
 
 
 
== Set up an archiving mailbox ==
 
 
 
The easiest way to achieve a complete archiving of all emails, is creating an user and assign an email address like <tt>[email protected]</tt> to him. Now let Postfix deliver a copy of all emails to that address. You need to add
 
 
 
  always_bcc = [email protected]
 
 
 
to your Posfix's <tt>main.cf</tt>.
 
 
 
To be able to put all emails into the corresponding user archives, MailStore needs to be configured to archive emails from that mailbox via the "IMAP multidrop" profile.
 
 
 
'''Important note''': The email address <tt>[email protected]</tt> '''must not''' be assigned to any MailStore user.
 
 
 
= Weblinks =
 
 
 
* [http://www.postfix.org Postfix Homepage]
 
* [[Wikipedia:en:Postfix_(software)|Wikipedia: Postfix (software)]]
 
 
 
 
 
[[de:E-Mail-Archivierung von einem auf Postfix basierenden E-Mail-Server]]
 

Latest revision as of 18:07, 25 June 2014