Zarafa LMTP delivery

From Zarafa wiki

Revision as of 10:45, 29 July 2009 by Admin (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

From Zarafa version 6.20 the zarafa-dagent is extended with LMTP support. The LMTP is especially designed for the new single instance storage system which will be available in the 6.30 release. But LMTP also have the advantage that you run the zarafa-dagent only once to deliver an email to multiple recipients and not a zarafa-dagent per user.

When using LMTP you run the zarafa-dagent as a daemon process. At the moment there is not yet an initscript available for the dagent.

To run the zarafa-dagent as a daemon execute the following command:
zarafa-dagent -d

Postfix configuration:

In the old setup you ran the Zarafa-dagent directly from the master.cf or with a procmail script.

To use LMTP you need to replace the line:

mailbox_transport = zarafa:

to

virtual_transport = lmtp:localhost:2003

When using the virtual_transport you need to have the users and aliases configured with virtual_mailbox_maps and virtual_alias_maps.
See the Postfix Openldap integration and the Postfix Active Directory integration for example configurations.


Note: Make sure lmtp is available in your /etc/postfix/master.cf