doc/web/source/installation/postfix_configuration.rst
changeset 697 61aaa7a98ec0
parent 634 6f1aba75b693
--- a/doc/web/source/installation/postfix_configuration.rst	Sat Jan 05 23:49:42 2013 +0000
+++ b/doc/web/source/installation/postfix_configuration.rst	Sat Jun 08 14:16:59 2013 +0000
@@ -72,4 +72,18 @@
 For more details about the `flags` used above see: `pipe(8)`_.
 All other arguments are explained in the Dovecot LDA_ documentation.
 
+Using Dovecot's LMTP
+--------------------
+In order to use Dovecot's LMTP_ as `virtual_transport` with Postfix make sure
+you have have:
+
+ ‣ `lmtp` in your `protocols` setting (:ref:`dovecot2.conf`)
+ ‣ configured a `lmtp` listener: `service lmtp {}`
+   (:ref:`conf-d-10-master.conf`)
+ ‣ set `lmtp:unix:private/dovecot-lmtp` as the `domain.transport` in your
+   :file:`vmm.cfg`.
+
+If you want to switch the transport of existing domains and/or accounts, you
+can use the subcommands :ref:`domaintransport` and :ref:`usertransport`.
+
 .. include:: ../ext_references.rst