# HG changeset patch # User Paul Boddie # Date 1446332457 -3600 # Node ID d493f960bf81070939c4d2a8e1fdaf345db87cc8 # Parent 7105cc03077e853aee1523983437a147d489ada6 Added local SMTP changes for Postfix and the simple integration method. diff -r 7105cc03077e -r d493f960bf81 docs/wiki/MailIntegration--Simple --- a/docs/wiki/MailIntegration--Simple Sat Oct 31 23:58:19 2015 +0100 +++ b/docs/wiki/MailIntegration--Simple Sun Nov 01 00:00:57 2015 +0100 @@ -67,18 +67,32 @@ `virtual_alias_maps_people_outgoing` }}} -Where [[../LocalSMTP|local SMTP routing]] is being performed ''and'' the -recipients are local system users, the following file is also useful: +Where [[../LocalSMTP|local SMTP routing]] is being performed, the following +files are also useful: {{{#!table '''File''' || '''Purpose''' == +`lmtp_generic` +|| Configures LMTP delivery for local recipients +== +`master.cf.items` +|| Enables LMTP delivery for local recipients +== +`transport.items` +|| Defines LMTP delivery methods for local recipients +== +`virtual_alias_maps_local_lmtp` +|| Defines recipients for delivery to mailboxes for virtual users +== `virtual_alias_maps_local_system` || Defines recipients for delivery to mailboxes for local system users }}} These files can be incorporated into the Postfix configuration. On Debian -systems, `main.cf.example` can be merged into `/etc/postfix/main.cf`, +systems, `master.cf.items` can be merged into `/etc/postfix/master.cf`, +`main.cf.example` can be merged into `/etc/postfix/main.cf`, +`transport.items` can be merged into `/etc/postfix/transport`, whereas the remaining files would be installed into `/etc/postfix/simple`. The following files are common to [[../LDAP|LDAP]] and simple integration