diff options
Diffstat (limited to 'ansible/roles/postfix')
-rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index b708dbd..a2e7012 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -199,10 +199,10 @@ # Service Mail pipes fortune-pipe unix - n n - - pipe - flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fortune-reply.sh + flags=Fq user=servicemailer argv=/usr/bin/nice /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 + flags=Fq user=servicemailer argv=/usr/bin/nice /etc/postfix/service-scripts/fredrick-reply.sh tags: - role::postfix - role::postfix::service-scripts |