# HG changeset patch # User Pascal Volk # Date 1370701019 0 # Node ID 61aaa7a98ec04853dd72ee09d334c9cf64cd2f62 # Parent d24f094d1cb5438385b7c7594061690add16d3a3 doc/web: Added a note about using Dovecot's LMTP with Postfix. This solves issue #1. diff -r d24f094d1cb5 -r 61aaa7a98ec0 doc/web/source/ext_references.rst --- a/doc/web/source/ext_references.rst Sat Jan 05 23:49:42 2013 +0000 +++ b/doc/web/source/ext_references.rst Sat Jun 08 14:16:59 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/ diff -r d24f094d1cb5 -r 61aaa7a98ec0 doc/web/source/howto/manage_domains.rst --- a/doc/web/source/howto/manage_domains.rst Sat Jan 05 23:49:42 2013 +0000 +++ b/doc/web/source/howto/manage_domains.rst Sat Jun 08 14:16:59 2013 +0000 @@ -164,6 +164,8 @@ .. versionadded:: 0.6.0 +.. _domaintransport: + domaintransport --------------- Syntax: diff -r d24f094d1cb5 -r 61aaa7a98ec0 doc/web/source/installation/dovecot_configuration.rst --- a/doc/web/source/installation/dovecot_configuration.rst Sat Jan 05 23:49:42 2013 +0000 +++ b/doc/web/source/installation/dovecot_configuration.rst Sat Jun 08 14:16:59 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 diff -r d24f094d1cb5 -r 61aaa7a98ec0 doc/web/source/installation/postfix_configuration.rst --- 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