diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-22 22:57:48 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-22 22:57:48 +0000 |
commit | 64386b20ce92a6c58069a79d0fd0833efcc88afe (patch) | |
tree | ffa51b25c18c224246e5cff5cf538f5b152c7709 /modules/postfix | |
parent | c373e51833c9348a6fe0a0f40989ccda7c5e4518 (diff) | |
download | puppet-64386b20ce92a6c58069a79d0fd0833efcc88afe.tar puppet-64386b20ce92a6c58069a79d0fd0833efcc88afe.tar.gz puppet-64386b20ce92a6c58069a79d0fd0833efcc88afe.tar.bz2 puppet-64386b20ce92a6c58069a79d0fd0833efcc88afe.tar.xz puppet-64386b20ce92a6c58069a79d0fd0833efcc88afe.zip |
- fix last message of postfix, even if this still work fine
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 59948191..5146d5f9 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -45,6 +45,10 @@ mydestination = <%= fqdn %> virtual_mailbox_domains = <%= domain %> +# postfix complain if not set +# Mar 22 23:51:20 alamut postfix/virtual[22952]: fatal: bad string length 0 < 1: virtual_mailbox_base = +virtual_mailbox_base = /var/lib/mail + # local_recipient_maps is disabled, as we need to route all # non local email to ryu as long as mageia ml are hosted # there. Hence the use of fallback_transport , but this is |