X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Ftemplates%2Fvirtualdomains.erb;h=7296d175e45896ce89f85f7869d6e842fa263c17;hb=23b3472027a552a8d691d19cdfb60a521f027955;hp=94a090702cd6f704a02a491ddedfc24df6c3a5cb;hpb=7e6a77113d74d1672e5b435cacaef369120a350d;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/templates/virtualdomains.erb b/modules/exim/templates/virtualdomains.erb index 94a090702..7296d175e 100644 --- a/modules/exim/templates/virtualdomains.erb +++ b/modules/exim/templates/virtualdomains.erb @@ -1,23 +1,5 @@ -## -## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. -## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git -## - -# This file lists the virtual domains that this host should handle. The -# format is -# host: user=user group=group directory=dir -# Host may be a wildcard. -# User/Group are the symbolic names of the uid/gid to operate under when -# performing deliveries for this name. These should not be root! -# Directory is the directory to look in for data files. The directory and -# files may be group writable. The first file to lookup is DIR/aliases -# which is a traditional exim/sendmail alias file. You can specify -# users, patterns, pipes and filenames. If that fails then -# .forward-foo is tried, should that fail then .forward-default is tried. -# Finally the email will bounce. - <%= -vdoms = case scope.lookupvar('::fqdn') +vdoms = case @fqdn when "busoni.debian.org" then "bugs.debian.org: user=debbugs group=debbugs directory=/srv/bugs.debian.org/mail" when "buxtehude.debian.org" then "bugs.debian.org: user=debbugs group=debbugs directory=/srv/bugs.debian.org/mail" @@ -47,9 +29,9 @@ debian.eu: user=nobody group=Debian directory=/srv/star.debian.star/" when "nono.debian.org" then "nm.debian.org: user=nm group=nm directory=/srv/nm.debian.org/mail/" - when "popov.debian.org" then "popcon.debian.org: user=popcon group=popcon directory=/srv/popcon.debian.org/mail/" + when "picconi.debian.org" then "packages.debian.org: user=pkg_user group=Debian directory=/srv/packages.debian.org/mail/" - when "powell.debian.org" then "packages.debian.org: user=pkg_user group=Debian directory=/org/packages.debian.org/mail/" + when "popov.debian.org" then "popcon.debian.org: user=popcon group=popcon directory=/srv/popcon.debian.org/mail/" when "quantz.debian.org" then "qa.debian.org: user=qa group=qa directory=/srv/qa.debian.org/mail/ packages.qa.debian.org: user=qa group=qa directory=/srv/packages.qa.debian.org/mail"