Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Rewrite cronjob email addresses to our proper one by efault
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Holzhauer committed Oct 16, 2015
1 parent 02976b7 commit 334d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postfix/attributes/default.rb
Expand Up @@ -3,4 +3,4 @@
set_unless['postfix']['relay'] = { 'user' => 'foo@example.org', 'pass' => 'test123', 'host' => nil, 'full_host' => nil }
set_unless['postfix']['aliases'] = %w(postmaster mailer-daemon www-data)
#if true: rewrites all from addresses to sysadmin_mail
set_unless['postfix']['rewrite_address'] = false
set_unless['postfix']['rewrite_address'] = true

0 comments on commit 334d5a9

Please sign in to comment.