Your message dated Wed, 23 Apr 2025 09:06:38 +0000
with message-id <[email protected]>
and subject line Bug#1100449: fixed in postfix 3.10.2-1
has caused the Debian Bug report #1100449,
regarding postfix: main.cf corrupted after upgrade
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1100449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100449
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 3.10.1-1
Severity: normal
Updated postfix from some previous version. Failed to restart
afterwards:
Mar 13 18:28:45 cirrus systemd[1]: Starting postfix.service - Postfix
Mail Transport Agent (main/default instance)...
Mar 13 18:28:46 cirrus postfix[2781841]: postfix: fatal: bad numerical
configuration: message_size_limit = 150000000cyrus_sasl_config_path =
/etc/postfix/sasl
Mar 13 18:28:46 cirrus postfix[2781841]: fatal: bad numerical
configuration: message_size_limit = 150000000cyrus_sasl_config_path =
/etc/postfix/sasl
Mar 13 18:28:47 cirrus systemd[1]: postfix.service: Control process
exited, code=exited, status=1/FAILURE
Mar 13 18:28:47 cirrus systemd[1]: postfix.service: Failed with result
'exit-code'.
Mar 13 18:28:47 cirrus systemd[1]: Failed to start postfix.service -
Postfix Mail Transport Agent (main/default instance).
It appears that my main.cf did not end with a carriage return, and a
new config item was appended:
root@cirrus:/etc/postfix# diff -u main.cf~ main.cf
--- main.cf~2018-02-02 12:13:18.000000000 -0800
+++ main.cf2025-03-13 18:18:53.000000000 -0700
@@ -15,7 +15,7 @@
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
-readme_directory = no
+#readme_directory = /usr/share/doc/postfix
# TLS parameters
#smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
@@ -87,4 +87,4 @@
smtpd_sasl_security_options = noanonymous
###
-message_size_limit = 50000000
\ No newline at end of file
+message_size_limit = 150000000cyrus_sasl_config_path = /etc/postfix/sasl
Putting the cyrus_sasl_config_path element onto its own line fixed
things
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.6.13-amd64 (SMP w/1 CPU thread; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages postfix depends on:
ii adduser 3.137
ii debconf [debconf-2.0] 1.5.89
ii init-system-helpers 1.68
ii libc6 2.41-4
ii libdb5.3t64 5.3.28+dfsg2-9
ii libicu72 72.1-6
ii libnsl2 1.3.0-3+b3
ii libsasl2-2 2.1.28+dfsg1-9
ii libssl3t64 3.4.1-1
ii libtlsrpt0 0.5.0rc1-2
ii netbase 6.4
Versions of packages postfix recommends:
ii ca-certificates 20241223
ii python3 3.13.2-2
ii ssl-cert 1.1.3
Versions of packages postfix suggests:
ii bsd-mailx [mail-reader] 8.1.2-0.20220412cvs-1
ii dovecot-core [dovecot-common] 1:2.3.21.1+dfsg1-1+b1
ii jed [mail-reader] 1:0.99.20~pre.189+dfsg-1
ii libsasl2-modules 2.1.28+dfsg1-9
ii mutt [mail-reader] 2.2.13-1
pn postfix-cdb <none>
pn postfix-doc <none>
pn postfix-ldap <none>
pn postfix-lmdb <none>
pn postfix-mongodb <none>
pn postfix-mta-sts-resolver <none>
pn postfix-mysql <none>
pn postfix-pcre <none>
pn postfix-pgsql <none>
ii postfix-sqlite 3.10.1-1
ii procmail 3.24+really3.22-4
pn resolvconf <none>
pn ufw <none>
-- Configuration Files:
/etc/postfix/main.cf.proto changed:
compatibility_level = 2
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix/sbin
data_directory = /var/lib/postfix
unknown_local_recipient_reject_code = 550
mynetworks = 127.0.0.0/8
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path =
newaliases_path =
mailq_path =
setgid_group =
html_directory =
manpage_directory =
sample_directory =
readme_directory =
inet_protocols = ipv4
/etc/postfix/master.cf.proto changed:
smtp inet n - y - - smtpd
pickup unix n - y 60 1 pickup
cleanup unix n - y - 0 cleanup
qmgr unix n - n 300 1 qmgr
tlsmgr unix - - y 1000? 1 tlsmgr
rewrite unix - - y - - trivial-rewrite
bounce unix - - y - 0 bounce
defer unix - - y - 0 bounce
trace unix - - y - 0 bounce
verify unix - - y - 1 verify
flush unix n - y 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - y - - smtp
relay unix - - y - - smtp
showq unix n - y - - showq
error unix - - y - - error
retry unix - - y - - error
discard unix - - y - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - y - - smtp
anvil unix - - y - 1 anvil
scache unix - - y - 1 scache
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
-- debconf information:
* postfix/relayhost: [smtp.snurgle.org]
* postfix/root_address: chris
postfix/lmtp_retired_warning: true
postfix/mydomain_warning:
postfix/relay_restrictions_warning:
* postfix/destinations:
postfix/retry_upgrade_warning:
postfix/kernel_version_warning:
postfix/dynamicmaps_conversion_warning:
* postfix/mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
library-of-babel.snurgle.org
postfix/sqlite_warning:
* postfix/mailname: cirrus.snurgle.org
postfix/main_cf_conversion_warning: true
postfix/tlsmgr_upgrade_warning:
* postfix/mailbox_limit: 0
* postfix/procmail: false
postfix/rfc1035_violation: false
* postfix/main_mailer_type: Internet with smarthost
* postfix/protocols: all
* postfix/chattr: false
postfix/compat_conversion_warning: true
postfix/not_configured:
* postfix/recipient_delim: +
postfix/newaliases: false
postfix/bad_recipient_delimiter:
--- End Message ---
--- Begin Message ---
Source: postfix
Source-Version: 3.10.2-1
Done: Michael Tokarev <[email protected]>
We believe that the bug you reported is fixed in the latest version of
postfix, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Tokarev <[email protected]> (supplier of updated postfix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 23 Apr 2025 11:42:50 +0300
Source: postfix
Architecture: source
Version: 3.10.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Postfix Team <[email protected]>
Changed-By: Michael Tokarev <[email protected]>
Closes: 1099891 1100449
Changes:
postfix (3.10.2-1) unstable; urgency=medium
.
[ Michael Tokarev ]
* new upstream minor/bugfix/maintenance release
Closes: #1100449 (postfix: main.cf corrupted after upgrade)
* postfix.service: add CAP_DAC_READ_SEARCH (Closes: #1099891)
.
[ Carles Pina i Estany ]
* Update po-debconf Catalan translation
Checksums-Sha1:
eb6a1bd4eda15176009c9030b0920366d975459e 2914 postfix_3.10.2-1.dsc
55c16267e82670b325868ad70a2c76d80f4dec35 5048137 postfix_3.10.2.orig.tar.gz
540d90b52d9bfe1c61530bb16a0150f96741aeab 199812 postfix_3.10.2-1.debian.tar.xz
75184b3351855cb386b6020e235c9ef11c120776 8200 postfix_3.10.2-1_source.buildinfo
Checksums-Sha256:
50481bed8ecd656237230fa231fcc10b8bde55dde3ac33aed2cfb0d54fdf8c63 2914
postfix_3.10.2-1.dsc
bcca564132d4cf5f9c9ce354dab9dd35ee8e9e21900864623c815dac16bfbc27 5048137
postfix_3.10.2.orig.tar.gz
30b5b6eee42d3503458f0871835645b8b0158b23a90ee6a9e7ff494ccebad679 199812
postfix_3.10.2-1.debian.tar.xz
cae97c2e8e2c06893f7d5428a26fbd423f27db523b6c9fd2780d54e2a1218062 8200
postfix_3.10.2-1_source.buildinfo
Files:
4db9e5b5abdbd9994b218a34487a9205 2914 mail optional postfix_3.10.2-1.dsc
c0b89a5aff286148194e9e2bb5529405 5048137 mail optional
postfix_3.10.2.orig.tar.gz
309aa64db0576aa36f2b9cbd5a7ae19f 199812 mail optional
postfix_3.10.2-1.debian.tar.xz
64bd26da21a7e8a1c5d9dc8cfdccbbca 8200 mail optional
postfix_3.10.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEZKoqtTHVaQM2a/75gqpKJDselHgFAmgIqCIACgkQgqpKJDse
lHi+4g//T+m8Fm/M6c6HDnAC3eDC37AuwBLssfXZ8f2612CqUni9iZEOQwF6PG95
SJY4lG+b5gaL/7Zu8T/tfwy2PgFO1oIVYjb0xXLfmUA2QR+Ir5LDBUeM3G3BQL0c
w56zBGvZ0Q1Dzyi7H/vK84LX0vpxAJW+oHhl68V0pFr3NBHQ13R/KxCfSoaTwaNu
8Ch1AFgjGhhd3whUBRb1EBf+olWFMV1q+j0Ukl/8HbzjPrBV2m4nWuWwGzwH0z2s
zr3B+346u11UlP9uxf4hUYr//Ml7ZW2SzdU+bXIe7xkCC4C7ES5tM6yZbENcSVLl
o8O9I+wH4DXci41j33hWRt0483l7zgBi92AZqir+3fPq669w1EyC7qDHAMKsVsyd
e8NiovYiejnR1uqvxnf8DWEAMqnI9S1+GVEVcXpvHJQ2/pWc6cWdiEsWKxbqFbZg
FOk7qjG/i0tN+T1pU9MHH1B4EVjHg5lJxy8m0bkOtSDwh3KAixXGxTG3/uJWtH3P
z8eE9aNToyRgbYisd22aTBqGaPN4T5l5ab8rzDDiPV53flN30I+uEuxgq43xl+1P
iNIS9smgl4AjUil87ERJ2+RbFEziW/XgJhDl1l1iuB5cADp/9pd5Awi3pCBc6AcL
lJ4YJtmve2U5VjAlNPH1Y/NJEdZ8uuSyQPJ+Gh8j6wGPBKPqh5U=
=H1+R
-----END PGP SIGNATURE-----
pgpJPAdg_jeDC.pgp
Description: PGP signature
--- End Message ---