Difference between revisions of "Archiving Emails from Scalix"
[unchecked revision] | [unchecked revision] |
m (Changed first heading.) |
|||
Line 1: | Line 1: | ||
− | + | = Archiving Incoming and Outgoing Emails Directly = | |
Scalix offers an easy way to deliver copies of all emails going through the Scalix server into another archive mailbox. With MailStore you are able to archive that mailbox by using an "IMAP Multidrop" profile. | Scalix offers an easy way to deliver copies of all emails going through the Scalix server into another archive mailbox. With MailStore you are able to archive that mailbox by using an "IMAP Multidrop" profile. | ||
'''Important notice:''' Since Scalix 11.1 the Scalix Archiver feature is only available to Business and Enterprise license users of Scalix. | '''Important notice:''' Since Scalix 11.1 the Scalix Archiver feature is only available to Business and Enterprise license users of Scalix. | ||
− | + | == Step 1: Modifying Scalix configuration == | |
To enable the described function in Scalix, you need to open the file <tt>general.cfg</tt> of you Scalix installation. The default path of the file is <tt>/var/opt/<nodename>/sys</tt>. | To enable the described function in Scalix, you need to open the file <tt>general.cfg</tt> of you Scalix installation. The default path of the file is <tt>/var/opt/<nodename>/sys</tt>. | ||
Line 11: | Line 11: | ||
ARCHIVE=bcc:mailstore@mydomain.tld | ARCHIVE=bcc:mailstore@mydomain.tld | ||
− | + | == Step 2: Restarting Scalix Archiver service == | |
To active the configuration changes, the Scalix Archiver service has to be restarted. | To active the configuration changes, the Scalix Archiver service has to be restarted. | ||
Line 17: | Line 17: | ||
omon archiver sr | omon archiver sr | ||
− | + | = Weblinks = | |
* [http://www.scalix.com/ Scalix Homepage] | * [http://www.scalix.com/ Scalix Homepage] | ||
* [[Wikipedia:en:Scalix|Wikipedia: Scalix]] | * [[Wikipedia:en:Scalix|Wikipedia: Scalix]] | ||
[[de:E-Mail-Archivierung von Scalix]] | [[de:E-Mail-Archivierung von Scalix]] |
Revision as of 07:40, 16 June 2010
Archiving Incoming and Outgoing Emails Directly
Scalix offers an easy way to deliver copies of all emails going through the Scalix server into another archive mailbox. With MailStore you are able to archive that mailbox by using an "IMAP Multidrop" profile.
Important notice: Since Scalix 11.1 the Scalix Archiver feature is only available to Business and Enterprise license users of Scalix.
Step 1: Modifying Scalix configuration
To enable the described function in Scalix, you need to open the file general.cfg of you Scalix installation. The default path of the file is /var/opt/<nodename>/sys.
Now set the variable ARCHIVE to the email address of the mailbox you want to use for archiving with MailStore Server. Prepend bcc: to the email address as required by Scalix. Example:
ARCHIVE=bcc:mailstore@mydomain.tld
Step 2: Restarting Scalix Archiver service
To active the configuration changes, the Scalix Archiver service has to be restarted.
omoff -d0 archiver sr omon archiver sr