mta.pp 288 B

123456789101112131415161718
  1. # Module:: public
  2. # Manifest:: apt.pp
  3. #
  4. # Lorraine Data Network http://ldn-fai.net/
  5. class public::mta {
  6. include '::postfix::server'
  7. mailalias { 'root':
  8. ensure => present,
  9. recipient => 'root@ldn-fai.net',
  10. notify => Service['postfix'];
  11. }
  12. #TODO: nullmailer?
  13. }