X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Froles%2Fmanifests%2Fwww_master.pp;h=d8019a8918d209e7dd648a92be5425300c9b6562;hb=faf0b00a7b3ef90757b7fcf9dec93c9987383f8a;hp=737c1979e61c526cd0d5ca51b7839107562c6ca4;hpb=97ba21fd4934fd10d98cf6abd1b7810a8447ba23;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/www_master.pp b/modules/roles/manifests/www_master.pp index 737c1979e..d8019a891 100644 --- a/modules/roles/manifests/www_master.pp +++ b/modules/roles/manifests/www_master.pp @@ -20,4 +20,13 @@ class roles::www_master { notify => Exec['service apache2 reload'], key => true, } + + # tell the mail-relays to forward this domain to us + exim::manualroute{ 'www-master.debian.org': } + # and then handle it locally + exim::vdomain { 'www-master.debian.org': + owner => 'debwww', + group => 'debwww', + maildir => '/srv/www.debian.org/mail', + } }