diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-10 22:50:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-10 22:50:53 +0000 |
commit | 21ee473face1da71ed28d4d5540e9c4b047b1a67 (patch) | |
tree | ac8d58f74e9cf2b5c75d95844f4dcdb969a75614 /modules/postfix | |
parent | c247ef3bd5fd76f97398941d01593f6a6eda46d7 (diff) | |
download | puppet-21ee473face1da71ed28d4d5540e9c4b047b1a67.tar puppet-21ee473face1da71ed28d4d5540e9c4b047b1a67.tar.gz puppet-21ee473face1da71ed28d4d5540e9c4b047b1a67.tar.bz2 puppet-21ee473face1da71ed28d4d5540e9c4b047b1a67.tar.xz puppet-21ee473face1da71ed28d4d5540e9c4b047b1a67.zip |
- fix wrong config ( cause various problem ( mail loop ) without breaking stuff that
should have been broke, I do not fully understand )
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |