Changeset - c9b8c60fbd5e
[Not reviewed]
0 2 0
Branko Majic (branko) - 9 years ago 2015-04-10 22:10:57
branko@majic.rs
MAR-4: Deploy the SWAKS utility on servers that forward their mails via relay. Useful for testing.
2 files changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -751,6 +751,7 @@ The role implements the following:
 
* Installs and configures Postfix.
 
* Purges Exim4 configuration (just in case).
 
* Sets-up aliases for the local recipients.
 
* Installs SWAKS (utility for testing SMTP servers).
 

	
 
Postfix is configured as follows:
 

	
roles/mail_forwarder/tasks/main.yml
Show inline comments
 
@@ -19,3 +19,6 @@
 
  with_dict: local_mail_aliases
 
  notify:
 
    - Rebuild mail aliases
 

	
 
- name: Install SWAKS
 
  apt: name="swaks" state=installed
0 comments (0 inline, 0 general)