Skip to content
Snippets Groups Projects
Commit ba2e54c0 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Use @mail_user instead of vmail (fix #31)

parent 5724532c
No related branches found
No related tags found
No related merge requests found
fixtures:
repositories:
"augeas": "git://github.com/camptocamp/puppet-augeas.git"
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"augeas": "https://github.com/camptocamp/puppet-augeas.git"
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
"postfix": "#{source_dir}"
......@@ -69,7 +69,7 @@ scache unix - - n - 1 scache
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
flags=DRhu user=<%= @mail_user %> argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment