From 002de6cc59cc778f74f1228321a9be31278d40b5 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 10 Mar 2016 10:43:55 +0800 Subject: [PATCH] Typo in en_US/faq/amavisd.sql.db.md. --- en_US/faq/amavisd.sql.db.md | 22 +++++++--------------- html/amavisd.sql.db.html | 23 +++++++---------------- 2 files changed, 14 insertions(+), 31 deletions(-) diff --git a/en_US/faq/amavisd.sql.db.md b/en_US/faq/amavisd.sql.db.md index 04d14d50..4b6ef425 100644 --- a/en_US/faq/amavisd.sql.db.md +++ b/en_US/faq/amavisd.sql.db.md @@ -6,31 +6,23 @@ Amavisd has two settings to use its SQL tables: -* `@storage_sql_dsn`: used to store: +* `@storage_sql_dsn` uses 4 sql tables (`msgs`, `msgrcpt`, `maddr`, + `quarantine`), and it's used to store: * basic info of inbound and outbound message. e.g. mail subject, sender address, recipient address, timestamp, etc. Note: no mail body. * quarantined mails. Note: it stores full message of quarantined mail, including mail body. - `@storage_sql_dsn` uses 4 sql tables: - - * `msgs` - * `msgrcpt` - * `maddr` - * `quarantine` - -* `@lookup_sql_dsn`: used to store: +* `@lookup_sql_dsn`: uses 4 sql tables (`mailaddr`, `policy`, `users`, + `wblist`), and it's used to store: * per-account spam policy * per-account white/blacklists - `@lookup_sql_dsn` uses 4 sql tables: - - * `mailaddr` - * `policy` - * `users` - * `wblist` + Note: iRedMail has addition sql table `outbound_wblist` to store + white/blacklists for outbound emails, but it's used by iRedAPD (plugin + `amavisd_wblist`), not by Amavisd. ## Details diff --git a/html/amavisd.sql.db.html b/html/amavisd.sql.db.html index 9ab88289..f2746ea8 100644 --- a/html/amavisd.sql.db.html +++ b/html/amavisd.sql.db.html @@ -26,34 +26,25 @@

Amavisd has two settings to use its SQL tables:

Details