diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-10-12 11:04:16 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-10-12 11:04:16 (GMT) |
commit | f15be757df3e2a40e6f47722cddc6b279ccce64c (patch) | |
tree | d8476c27f8b78f49fb1c1fc8ddd6eddd9e835e1e | |
parent | 91611bae612035b7291e85d2fd51a734be2b8b1c (diff) | |
download | kolab-conf-f15be757df3e2a40e6f47722cddc6b279ccce64c.tar.gz |
Fix for issue942 -- had to partially revert the prev. fix and do a workaround instead to keep compatibility
-rw-r--r-- | conf/templates/main.cf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/templates/main.cf.template b/conf/templates/main.cf.template index 066e33f..2d2d17b 100644 --- a/conf/templates/main.cf.template +++ b/conf/templates/main.cf.template @@ -28,7 +28,7 @@ default_privs= @l_nusr@ myhostname = @@@fqdnhostname@@@ mydomain = @@@postfix-mydomain@@@ myorigin = $mydomain -relayhost = [@@@postfix-relayhost@@@]:@@@postfix-relayport@@@ +relayhost = @@@postfix-relayhost@@@ # masquerade_domains = $mydomain |