diff options
| author | Guido Berhoerster <guido+freiesoftware@berhoerster.name> | 2023-09-11 08:52:20 +0200 |
|---|---|---|
| committer | Guido Berhoerster <guido+freiesoftware@berhoerster.name> | 2023-09-11 08:52:20 +0200 |
| commit | 0cc6fe483d61a5a1cfa9449a12dcbee07d7f15e1 (patch) | |
| tree | c1bd6448f2b69eb2111de934b1b9d0ffaa618966 | |
| parent | df2b1e80852e9fb7f32d586c8a985d501fd40c68 (diff) | |
| download | debian-edu-fai+itzks-0cc6fe483d61a5a1cfa9449a12dcbee07d7f15e1.tar.gz debian-edu-fai+itzks-0cc6fe483d61a5a1cfa9449a12dcbee07d7f15e1.tar.bz2 debian-edu-fai+itzks-0cc6fe483d61a5a1cfa9449a12dcbee07d7f15e1.zip | |
Replace nullmailer with exim4
This corresponds to a manual installation and avoids problems with nullmailer
such as excessive delivery attempts of all queued messages at once and
excessive logging of such events (see discussion in #1051461).
| -rw-r--r-- | fai/config/debconf/EDU | 4 | ||||
| -rw-r--r-- | fai/config/package_config/DEBIAN | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/fai/config/debconf/EDU b/fai/config/debconf/EDU index c0751a4..c1bcf7c 100644 --- a/fai/config/debconf/EDU +++ b/fai/config/debconf/EDU @@ -44,9 +44,5 @@ exim4-config exim4/mailname string postoffice.intern exim4-config exim4/dc_minimaldns boolean false exim4-config exim4/dc_other_hostnames string intern -# nullmailer configuration -shared/mailname string postoffice.intern -nullmailer/relayhost string postoffice.intern - # trigger first-boot logics of debian-edu-install debian-edu-install debian-edu-install/run-firstboot boolean true diff --git a/fai/config/package_config/DEBIAN b/fai/config/package_config/DEBIAN index 3142397..e2ec893 100644 --- a/fai/config/package_config/DEBIAN +++ b/fai/config/package_config/DEBIAN @@ -8,7 +8,6 @@ rsync openssh-client openssh-server time procinfo -nullmailer eject locales console-setup kbd |
