Skip to content

Version 5.0.7

Choose a tag to compare

@andreapollastri andreapollastri released this 05 Aug 22:44

[5.0.7] — 2026-08-06

Fixed

  • cipi smtp test / send failed with /etc/msmtprc: Read-only file system — every send rewrites system /etc/msmtprc; when the kernel remounted / read-only that redirect aborted (same remount-ro class as basicauth/vault). lib/smtp.sh: _smtp_write_rc and _smtp_delete now call _cipi_ensure_config_writable + probe /etc (with mount -n remount) and print a clear recovery hint. Migration 5.0.7 remounts on cipi self-update and regenerates /etc/msmtprc when SMTP is already configured.