doc/web/source/installation/postfix_configuration.rst
changeset 697 61aaa7a98ec0
parent 634 6f1aba75b693
equal deleted inserted replaced
675:d24f094d1cb5 697:61aaa7a98ec0
    70 The command of the `argv` attribute points to the
    70 The command of the `argv` attribute points to the
    71 :ref:`root SETUID copy of deliver <root-setuid-copy-of-deliver>`.
    71 :ref:`root SETUID copy of deliver <root-setuid-copy-of-deliver>`.
    72 For more details about the `flags` used above see: `pipe(8)`_.
    72 For more details about the `flags` used above see: `pipe(8)`_.
    73 All other arguments are explained in the Dovecot LDA_ documentation.
    73 All other arguments are explained in the Dovecot LDA_ documentation.
    74 
    74 
       
    75 Using Dovecot's LMTP
       
    76 --------------------
       
    77 In order to use Dovecot's LMTP_ as `virtual_transport` with Postfix make sure
       
    78 you have have:
       
    79 
       
    80  ‣ `lmtp` in your `protocols` setting (:ref:`dovecot2.conf`)
       
    81  ‣ configured a `lmtp` listener: `service lmtp {}`
       
    82    (:ref:`conf-d-10-master.conf`)
       
    83  ‣ set `lmtp:unix:private/dovecot-lmtp` as the `domain.transport` in your
       
    84    :file:`vmm.cfg`.
       
    85 
       
    86 If you want to switch the transport of existing domains and/or accounts, you
       
    87 can use the subcommands :ref:`domaintransport` and :ref:`usertransport`.
       
    88 
    75 .. include:: ../ext_references.rst
    89 .. include:: ../ext_references.rst