diff --git a/README.md b/README.md index f286cff..d9f8bed 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ postfix_files: content: example.com user:password postmap: true - name: sender_canonical_maps - content: /.+/ info@example.com + content: /.+/ user@example.com ``` This is a list of files that will be placed in /etc/postfix and that can be converted into Postfix Lookup Tables if needed. diff --git a/defaults/main.yml b/defaults/main.yml index 1b6c0b6..dbfe7ac 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -8,11 +8,11 @@ postfix_conf: {} # Additional config maps/files, e.g.: # postfix_files: -# - name: 'sasl_passwd' -# content: 'smtp.example.com user@example.com:myFirstPassword +# - name: sasl_passwd +# content: example.com user:password # postmap: true -# - name: 'sender_canonical_maps' -# content: '/.+/ user@example.com' +# - name: sender_canonical_maps +# content: /.+/ user@example.com postfix_files: [] # Whether to run 'postfix check' before it's started