From 84df248bdac1a28b593fe80d02bef673d71dd78c Mon Sep 17 00:00:00 2001 From: Bram Gillemon Date: Fri, 28 Jul 2017 10:02:08 +0200 Subject: [PATCH] update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3531da4..053469c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ This change in namespace to `node['postfix']['main']` should allow for greater f - `node['postfix']['sasl']['smtp_sasl_passwd']` - SASL password to use. Default empty. - `node['postfix']['sender_canonical_map_entries']` - (hash with key value pairs); default not configured. Setup generic canonical maps. See `man 5 canonical`. If has at least one value, then will be enabled in config. - `node['postfix']['smtp_generic_map_entries']` - (hash with key value pairs); default not configured. Setup generic postfix maps. See `man 5 generic`. If has at least one value, then will be enabled in config. +- `node['postfix']['recipient_canonical_map_entries']` - (hash with key value pairs); default not configured. Setup generic canonical maps. See `man 5 canonical`. If has at least one value, then will be enabled in config. + Example of json role config, for setup *_map_entries: