Skip to content

Commit

Permalink
Also make the 'adminaddr' file protected.
Browse files Browse the repository at this point in the history
The address that is being sent to might also be sensitive, so make
the permissions and ownership tighter.
  • Loading branch information
akumria committed Apr 9, 2013
1 parent 031139b commit b624652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
content => "$nullmailer::adminaddr\n",
require => Class['nullmailer::package'],
notify => Class['nullmailer::service'],
owner => 'mail',
group => 'mail',
mode => 0600,
}
}
}

0 comments on commit b624652

Please sign in to comment.