github domainaware/parsedmarc 9.5.0

latest releases: 9.5.4, 9.5.3, 9.5.2...
5 hours ago

Added

  • Environment variable configuration support: any config option can now be set via PARSEDMARC_{SECTION}_{KEY} environment variables (e.g. PARSEDMARC_IMAP_PASSWORD, PARSEDMARC_SPLUNK_HEC_TOKEN). Environment variables override config file values but are overridden by CLI arguments.
  • PARSEDMARC_CONFIG_FILE environment variable to specify the config file path without the -c flag.
  • Env-only mode: parsedmarc can now run without a config file when PARSEDMARC_* environment variables are set, enabling fully file-less Docker deployments.
  • Explicit read permission check on config file, giving a clear error message when the container UID cannot read the file (e.g. chmod 600 with a UID mismatch).

Don't miss a new parsedmarc release

NewReleases is sending notifications on new releases.