summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-12-02 14:44:57 -0400
committerKali Kaneko <kali@leap.se>2015-12-02 14:44:57 -0400
commit24f2bb2b4cef60598ca5e924eb7e3788929daaae (patch)
treec3ccd6238bd7d51332e7377880beb08de016ed07 /doc
parent80b80d34818840ea60f57c4580db19527dd4ea0c (diff)
parent0226ccbc7a8b43e5d8ea9825a5a9aebb6c0c5755 (diff)
Merge branch 'develop' into debian/platform-0.8
Diffstat (limited to 'doc')
-rw-r--r--doc/DESIGN.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/DESIGN.md b/doc/DESIGN.md
index e98976d..e33c6ae 100644
--- a/doc/DESIGN.md
+++ b/doc/DESIGN.md
@@ -145,6 +145,18 @@ virtual transport instead, we should append the domain (eg
123456@example.org). see
http://www.postfix.org/ADDRESS_REWRITING_README.html#resolve
+#### Return values
+
+The return codes and content of the tcp maps are:
+
+ +----------------------------------------------------------+
+ | virtual_alias_map | check_recipient_access |
++----------------+---------------------+------------------------------------+
+| user not found | 500 "NOT FOUND SRY" | 500 "REJECT" |
+| key not found | 200 "<uuid>" | 400 "4.7.13 USER ACCOUNT DISABLED" |
+| both found | 200 "<uuid>" | 200 "OK" |
++----------------+---------------------+------------------------------------+
+
### Current status