[debian-edu-commits] debian-edu/ 01/02: Correct white space in exim4 preseeding for the main server and clients.

Petter Reinholdtsen pere at moszumanska.debian.org
Thu Oct 16 10:46:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-install.

commit 0a2cb2cef8f4a714a7419e8fac141813bc5c7485
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Oct 16 12:45:01 2014 +0200

    Correct white space in exim4 preseeding for the main server and clients.
---
 debian/changelog                    |  7 +++++++
 preseed-values/defaults.main-server | 11 ++++++-----
 preseed-values/defaults.networked   | 18 +++++++++---------
 3 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00a92f7..4ed9d00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-install (1.811) UNRELEASED; urgency=low
+
+  * Correct white space in exim4 preseeding for the main server and
+    clients.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Thu, 16 Oct 2014 12:44:08 +0200
+
 debian-edu-install (1.810) unstable; urgency=low
 
   [ Petter Reinholdtsen ]
diff --git a/preseed-values/defaults.main-server b/preseed-values/defaults.main-server
index ee0b2db..ec2fdb1 100644
--- a/preseed-values/defaults.main-server
+++ b/preseed-values/defaults.main-server
@@ -97,8 +97,9 @@ dovecot-core dovecot-core/ssl-cert-name string postoffice.intern
 # Initial exim4 configuration for the main server
 # FIXME Complete this and make sure our LDAP and maildir in
 # /var/spool/mail setup can be preseeded.
-exim4-config    exim4/dc_postmaster       string  root
-exim4-config    exim4/mailname            string  postoffice.intern
-exim4-config    exim4/dc_other_hostnames  string  intern
-exim4-config    exim4/dc_relay_nets       string  10.0.0.0/8
-exim4-config    exim4/dc_local_interfaces string
+exim4-config	exim4/dc_postmaster	string	root
+exim4-config	exim4/mailname		string	postoffice.intern
+exim4-config	exim4/use_split_config	boolean	true
+exim4-config	exim4/dc_other_hostnames	string	intern
+exim4-config	exim4/dc_relay_nets	string	10.0.0.0/8
+exim4-config	exim4/dc_local_interfaces	string
diff --git a/preseed-values/defaults.networked b/preseed-values/defaults.networked
index f2ea828..d65ac5a 100644
--- a/preseed-values/defaults.networked
+++ b/preseed-values/defaults.networked
@@ -39,12 +39,12 @@ gosa-desktop gosa-desktop/url string https://www/gosa/
 
 # Initial exim4 configuration for clients
 # FIXME find out if this is correct and enough.
-exim4-config    exim4/dc_eximconfig_configtype  select  mail sent by smarthost; no local mail
-exim4-config    exim4/dc_smarthost      string  postoffice.intern
-exim4-config    exim4/dc_local_interfaces       string  127.0.0.1 ; ::1
-exim4-config    exim4/dc_postmaster     string  root
-exim4-config    exim4/dc_readhost       string  postoffice.intern
-exim4-config    exim4/use_split_config  boolean true
-exim4-config    exim4/mailname  string  postoffice.intern
-exim4-config    exim4/dc_minimaldns     boolean false
-exim4-config    exim4/dc_other_hostnames        string  intern
+exim4-config	exim4/dc_eximconfig_configtype	select	mail sent by smarthost; no local mail
+exim4-config	exim4/dc_smarthost	string	postoffice.intern
+exim4-config	exim4/dc_local_interfaces	string	127.0.0.1 ; ::1
+exim4-config	exim4/dc_postmaster	string	root
+exim4-config	exim4/dc_readhost	string	postoffice.intern
+exim4-config	exim4/use_split_config	boolean	true
+exim4-config	exim4/mailname	string	postoffice.intern
+exim4-config	exim4/dc_minimaldns	boolean	false
+exim4-config	exim4/dc_other_hostnames	string	intern

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list