Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 2, 2023
1 parent ce1aa1d commit ade0e44
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A simple example that doesn't use SASL relaying:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -97,7 +97,7 @@ A simple example with virtual aliases for mail forwarding that doesn't use SASL
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_mydestination:
- "{{ postfix_hostname }}"
Expand All @@ -118,7 +118,7 @@ A simple example that rewrites the sender address:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_sender_canonical_maps:
- sender: root
Expand All @@ -131,7 +131,7 @@ Provide the relay host name if you want to enable relaying:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -145,7 +145,7 @@ Provide the relay domain name and use MX records if you want to enable relaying
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -160,7 +160,7 @@ Conditional relaying:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_transport_maps:
- pattern: '[email protected]'
Expand All @@ -182,7 +182,7 @@ For AWS SES support:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -200,7 +200,7 @@ For MailHog support:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -216,7 +216,7 @@ For Gmail support:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_aliases:
- user: root
Expand All @@ -241,7 +241,7 @@ A simple example that shows how to add some raw config:
---
- hosts: all
roles:
- postfix
- oefenweb.postfix
vars:
postfix_raw_options:
- |
Expand Down

0 comments on commit ade0e44

Please sign in to comment.