diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 09:52:29 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 09:52:29 -0300 | 
| commit | 83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 (patch) | |
| tree | e430248a398e93edafd7b4dea73ee1dbbbeb9f40 /templates/virtual/postfixadmin | |
| parent | 0fae80a1a028a20bfe2b133995d60b2cb29bde4a (diff) | |
| download | puppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.gz puppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.bz2 | |
Updates templates
Diffstat (limited to 'templates/virtual/postfixadmin')
| -rw-r--r-- | templates/virtual/postfixadmin/config.inc.php.erb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/templates/virtual/postfixadmin/config.inc.php.erb b/templates/virtual/postfixadmin/config.inc.php.erb index 58b91b7..79dfa58 100644 --- a/templates/virtual/postfixadmin/config.inc.php.erb +++ b/templates/virtual/postfixadmin/config.inc.php.erb @@ -131,10 +131,10 @@ $CONF['page_size'] = '10';  // Default Aliases  // The default aliases that need to be created for all domains.  $CONF['default_aliases'] = array ( -    'abuse' => 'abuse@<%= domain %>', -    'hostmaster' => 'hostmaster@<%= domain %>', -    'postmaster' => 'postmaster@<%= domain %>', -    'webmaster' => 'webmaster@<%= domain %>' +    'abuse' => 'abuse@<%= @domain %>', +    'hostmaster' => 'hostmaster@<%= @domain %>', +    'postmaster' => 'postmaster@<%= @domain %>', +    'webmaster' => 'webmaster@<%= @domain %>'  );  // Mailboxes | 
