diff options
Diffstat (limited to 'ansible/roles')
| -rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 3 | ||||
| -rw-r--r-- | ansible/roles/postfix/templates/transport.j2 | 2 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index c71f800..ef83d24 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -198,6 +198,9 @@        # Service Mail pipes        fortune-pipe unix  -       n       n       -       -       pipe          flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fortune-reply.sh + +      fredrick-pipe unix  -       n       n       -       -       pipe +        flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fredrick-reply.sh    tags:      - role::postfix    notify: diff --git a/ansible/roles/postfix/templates/transport.j2 b/ansible/roles/postfix/templates/transport.j2 index ff3bd07..623d005 100644 --- a/ansible/roles/postfix/templates/transport.j2 +++ b/ansible/roles/postfix/templates/transport.j2 @@ -3,3 +3,5 @@  # Postfix Mail Transport Map  [email protected]    fortune-pipe: + [email protected]       fredrick-pipe: | 
