From 21ee473face1da71ed28d4d5540e9c4b047b1a67 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 10 Mar 2011 22:50:53 +0000 Subject: - fix wrong config ( cause various problem ( mail loop ) without breaking stuff that should have been broke, I do not fully understand ) --- modules/postfix/templates/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 7474467e..eee9c6ed 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -46,7 +46,7 @@ mydestination = <%= fqdn %> # taken in account only of local_recipient_maps is empty local_recipient_maps = # route ml to ryu ( ml being mageia-*@mageia ) -fallback_transport = regexp:/etc/postfix/transport_regexp +fallback_transport_maps = regexp:/etc/postfix/transport_regexp alias_maps = hash:/etc/postfix/aliases -- cgit v1.2.1