[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] 3 commits: etc/dovecot/local.conf: Adapt to config setting changes in Dovecot 2.4.x.
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Fri Jun 13 09:06:21 BST 2025
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
63523d4c by Mike Gabriel at 2025-06-13T09:58:54+02:00
etc/dovecot/local.conf: Adapt to config setting changes in Dovecot 2.4.x.
- - - - -
858a9689 by Mike Gabriel at 2025-06-13T10:00:11+02:00
cf3/: Stop installing packages via cfengine3. The required packages should have been pulled in via meta-packages already (and if not, then this needs to be amended in debian-edu src:pkg).
- - - - -
07d7cda0 by Mike Gabriel at 2025-06-13T10:06:04+02:00
upload to unstable (debian/2.12.901)
- - - - -
7 changed files:
- − cf3/cf.desktop-networked
- cf3/cf.finalize
- cf3/cf.icinga
- cf3/cf.ntp
- cf3/promises.cf
- debian/changelog
- etc/dovecot/local.conf
Changes:
=====================================
cf3/cf.desktop-networked deleted
=====================================
@@ -1,11 +0,0 @@
-bundle agent desktop
-{
-# Install desktop related packages, suited only for networked machines.
-
-commands:
-
- debian.desktopintern.installation::
-
- "/usr/bin/apt-get install -y jxplorer gosa-desktop krb5-auth-dialog"
- contain => in_shell;
-}
=====================================
cf3/cf.finalize
=====================================
@@ -113,8 +113,6 @@ commands:
debian.(server|ltspserver).lxqt.di.installation::
- "/usr/bin/apt-get install -y network-manager-gnome"
- contain => in_shell;
"/usr/bin/apt-get purge -y connman"
contain => in_shell;
}
=====================================
cf3/cf.icinga
=====================================
@@ -6,11 +6,6 @@ commands:
debian.server.di.installation::
- # Install package needed for Icinga Ido-Mysql functionality.
- # Needs to be done here and not by the tool below (due to debconf use).
- "DEBIAN_FRONTEND=noninteractive apt-get install -y icinga2-ido-mysql"
- contain => in_shell;
-
# Run the setup tool.
"/usr/share/debian-edu-config/tools/edu-icinga-setup"
contain => in_shell;
=====================================
cf3/cf.ntp
=====================================
@@ -21,13 +21,4 @@ files:
"/usr/lib/systemd/timesyncd.conf.d/debian-edu-timesyncd.conf"
copy_from => local_cp("/usr/share/debian-edu-config/debian-edu-timesyncd.conf"),
perms => mog("644","root","root");
-
-commands:
-
- # Make sure ntpsec gets installed
-
- debian.server.installation::
-
- "/usr/bin/apt-get install -y ntpsec"
- contain => in_shell;
}
=====================================
cf3/promises.cf
=====================================
@@ -80,7 +80,6 @@ body common control
"debian-edu/cf.chromium",
"debian-edu/cf.cups",
"debian-edu/cf.samba",
- "debian-edu/cf.desktop-networked",
"debian-edu/cf.dhcpserver",
"debian-edu/cf.exim",
"debian-edu/cf.firefox-esr",
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+debian-edu-config (2.12.901) unstable; urgency=medium
+
+ * etc/dovecot/local.conf:
+ - Adapt to config setting changes in Dovecot 2.4.x.
+ * cf3/:
+ - Stop installing packages via cfengine3. The required packages should
+ have been pulled in via meta-packages already (and if not, then this
+ needs to be amended in debian-edu src:pkg).
+
+ -- Mike Gabriel <sunweaver at debian.org> Fri, 13 Jun 2025 10:03:03 +0200
+
debian-edu-config (2.12.900) unstable; urgency=medium
* Debian Edu 13 development has started.
=====================================
etc/dovecot/local.conf
=====================================
@@ -4,7 +4,9 @@
auth_krb5_keytab = /etc/krb5.keytab.imap
auth_mechanisms = gssapi
auth_gssapi_hostname = postoffice.intern
-mail_location = maildir:~/Maildir:INBOX=/var/mail/%u
+mail_driver = maildir
+mail_path = ~/Maildir
+mail_inbox_path = /var/mail/%u
passdb {
args = uid=uid home=homeDirectory
driver = static
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/dbfd36477414adbc4ed63bb7459c58f559b57917...07d7cda02309da33eaf93e0aff3630fe725d810a
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/dbfd36477414adbc4ed63bb7459c58f559b57917...07d7cda02309da33eaf93e0aff3630fe725d810a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20250613/605f2ce5/attachment-0001.htm>
More information about the debian-edu-commits
mailing list