merged changes from default(61aaa7a98ec0).
--- a/doc/web/source/ext_references.rst Sun Mar 17 17:07:14 2013 +0000
+++ b/doc/web/source/ext_references.rst Sat Jun 08 15:12:16 2013 +0000
@@ -9,6 +9,7 @@
.. _GPG: http://en.wikipedia.org/wiki/GNU_Privacy_Guard
.. _IDN: http://en.wikipedia.org/wiki/Internationalized_domain_name
.. _LDA: http://wiki.dovecot.org/LDA
+.. _LMTP: http://master.wiki2.dovecot.org/LMTP
.. _Maildir: http://wiki2.dovecot.org/MailboxFormat/Maildir
.. _MainConfig: http://wiki.dovecot.org/MainConfig
.. _Mercurial: http://mercurial.selenic.com/
--- a/doc/web/source/howto/manage_domains.rst Sun Mar 17 17:07:14 2013 +0000
+++ b/doc/web/source/howto/manage_domains.rst Sat Jun 08 15:12:16 2013 +0000
@@ -184,6 +184,8 @@
.. versionadded:: 0.6.0
+.. _domaintransport:
+
domaintransport
---------------
Syntax:
--- a/doc/web/source/installation/dovecot_configuration.rst Sun Mar 17 17:07:14 2013 +0000
+++ b/doc/web/source/installation/dovecot_configuration.rst Sat Jun 08 15:12:16 2013 +0000
@@ -168,6 +168,8 @@
# uncomment if you want to use the quota plugin
#mail_plugins = quota
+.. _conf-d-10-master.conf:
+
conf.d/10-master.conf
^^^^^^^^^^^^^^^^^^^^^
.. code-block:: text
--- a/doc/web/source/installation/postfix_configuration.rst Sun Mar 17 17:07:14 2013 +0000
+++ b/doc/web/source/installation/postfix_configuration.rst Sat Jun 08 15:12:16 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