From 8f0ef13d4d6d5bc9cdda55b205d7c70ef8902303 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 20 Aug 2020 08:04:31 +0800 Subject: [PATCH] Typo --- en_US/integrations/0-integration.mlmmj.mysql.md | 7 ++++--- en_US/integrations/0-integration.mlmmj.pgsql.md | 7 ++++--- html/integration.mlmmj.mysql.html | 7 ++++--- html/integration.mlmmj.pgsql.html | 7 ++++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/en_US/integrations/0-integration.mlmmj.mysql.md b/en_US/integrations/0-integration.mlmmj.mysql.md index 4907948f..b7f860ec 100644 --- a/en_US/integrations/0-integration.mlmmj.mysql.md +++ b/en_US/integrations/0-integration.mlmmj.mysql.md @@ -143,13 +143,14 @@ mlmmj_destination_recipient_limit = 1 ``` * Open Postfix config file `/etc/postfix/main.cf`, update existing parameter - `transport_maps`, add new sql lookup like below. We will create required sql - lookup file later. + `transport_maps`, add new sql lookup `/etc/postfix/mysql/transport_maps_maillist.cf` + AFTER `/etc/postfix/mysql/transport_maps_user.cf` like below. We will create + required sql lookup file later. ``` transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf - proxy:mysql:/etc/postfix/mysql/transport_maps_maillist.cf # <- Add this line + proxy:mysql:/etc/postfix/mysql/transport_maps_maillist.cf ... ``` diff --git a/en_US/integrations/0-integration.mlmmj.pgsql.md b/en_US/integrations/0-integration.mlmmj.pgsql.md index 9a1689a1..fd83c8c7 100644 --- a/en_US/integrations/0-integration.mlmmj.pgsql.md +++ b/en_US/integrations/0-integration.mlmmj.pgsql.md @@ -144,13 +144,14 @@ mlmmj_destination_recipient_limit = 1 ``` * Open Postfix config file `/etc/postfix/main.cf`, update existing parameter - `transport_maps`, add new sql lookup like below. We will create required sql - lookup file later. + `transport_maps`, add new sql lookup `/etc/postfix/pgsql/transport_maps_maillist.cf` + AFTER `/etc/postfix/pgsql/transport_maps_user.cf` like below. We will create + required sql lookup file later. ``` transport_maps = proxy:pgsql:/etc/postfix/pgsql/transport_maps_user.cf - proxy:pgsql:/etc/postfix/pgsql/transport_maps_maillist.cf # <- Add this line + proxy:pgsql:/etc/postfix/pgsql/transport_maps_maillist.cf ... ``` diff --git a/html/integration.mlmmj.mysql.html b/html/integration.mlmmj.mysql.html index 86357943..13cc4b93 100644 --- a/html/integration.mlmmj.mysql.html +++ b/html/integration.mlmmj.mysql.html @@ -164,12 +164,13 @@ mlmmj unix - n n - - pipe
transport_maps =
     proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf
-    proxy:mysql:/etc/postfix/mysql/transport_maps_maillist.cf   # <- Add this line
+    proxy:mysql:/etc/postfix/mysql/transport_maps_maillist.cf
     ...
 
diff --git a/html/integration.mlmmj.pgsql.html b/html/integration.mlmmj.pgsql.html index da213847..5dccbeb2 100644 --- a/html/integration.mlmmj.pgsql.html +++ b/html/integration.mlmmj.pgsql.html @@ -165,12 +165,13 @@ mlmmj unix - n n - - pipe
transport_maps =
     proxy:pgsql:/etc/postfix/pgsql/transport_maps_user.cf
-    proxy:pgsql:/etc/postfix/pgsql/transport_maps_maillist.cf   # <- Add this line
+    proxy:pgsql:/etc/postfix/pgsql/transport_maps_maillist.cf
     ...