Skip to content

Conversation

@pragmatiker
Copy link

Summary

Adds a deploy hook for Postfix mail servers.

Features

  • Exports environment variables:
    • DEPLOY_POSTFIX_PEM_PATH (default: /etc/postfix/cert)
    • DEPLOY_POSTFIX_PEM_NAME (default: .pem)
    • DEPLOY_POSTFIX_RELOAD (default: "true")
  • Atomic PEM write and configurable permissions
  • Deterministic precedence (ENV > saved conf > default)
  • Compatible with existing acme.sh deploy framework

Tested on Debian 12 with Postfix 3.7.

### Summary
Adds a deploy hook for Postfix mail servers.

### Features
- Exports environment variables:
  - DEPLOY_POSTFIX_PEM_PATH (default: /etc/postfix/cert)
  - DEPLOY_POSTFIX_PEM_NAME (default: <domain>.pem)
  - DEPLOY_POSTFIX_RELOAD (default: "true")
- Atomic PEM write and configurable permissions
- Deterministic precedence (ENV > saved conf > default)
- Compatible with existing acme.sh deploy framework

Tested on Debian 12 with Postfix 3.7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant