fix issue with headers order -correct DKIM now.

This commit is contained in:
nahakubuilde
2025-06-07 06:52:42 +01:00
parent db5767a547
commit ae2e5d80f1
4 changed files with 177 additions and 47 deletions

View File

@@ -1,4 +1,8 @@
# SMTP MTA server:
# SMTP MTA server
# then you can allow run ports < 1024 with
# create env with `python -m venv .venv --copies` (This will copy the Python binary)
# for f in /opt/PyMTA-server/.venv/bin/python*; do sudo setcap 'cap_net_bind_service=+ep' "$f"; done
aiosmtpd
sqlalchemy
pyOpenSSL