From 64386b20ce92a6c58069a79d0fd0833efcc88afe Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Mar 2011 22:57:48 +0000 Subject: - fix last message of postfix, even if this still work fine --- modules/postfix/templates/main.cf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/postfix') 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 -- cgit v1.2.1