-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1aa1d
commit ade0e44
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ A simple example that doesn't use SASL relaying: | |
--- | ||
- hosts: all | ||
roles: | ||
- postfix | ||
- oefenweb.postfix | ||
vars: | ||
postfix_aliases: | ||
- user: root | ||
|
@@ -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 }}" | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -160,7 +160,7 @@ Conditional relaying: | |
--- | ||
- hosts: all | ||
roles: | ||
- postfix | ||
- oefenweb.postfix | ||
vars: | ||
postfix_transport_maps: | ||
- pattern: '[email protected]' | ||
|
@@ -182,7 +182,7 @@ For AWS SES support: | |
--- | ||
- hosts: all | ||
roles: | ||
- postfix | ||
- oefenweb.postfix | ||
vars: | ||
postfix_aliases: | ||
- user: root | ||
|
@@ -200,7 +200,7 @@ For MailHog support: | |
--- | ||
- hosts: all | ||
roles: | ||
- postfix | ||
- oefenweb.postfix | ||
vars: | ||
postfix_aliases: | ||
- user: root | ||
|
@@ -216,7 +216,7 @@ For Gmail support: | |
--- | ||
- hosts: all | ||
roles: | ||
- postfix | ||
- oefenweb.postfix | ||
vars: | ||
postfix_aliases: | ||
- user: root | ||
|
@@ -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: | ||
- | | ||
|