Files
PyMTA-server/requirements.txt

12 lines
315 B
Plaintext
Raw Normal View History

# 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
2025-05-30 06:15:06 +01:00
aiosmtpd
sqlalchemy
pyOpenSSL
bcrypt
dnspython
dkimpy
cryptography