Powermta Configuration Guide Top ~upd~ Link
pmta reload
PowerMTA supports various authentication methods, including SASL, TLS, and authentication using external scripts. Here's an example of configuring SASL authentication: powermta configuration guide top
# Backoff Configuration # If we see these errors, slow down backoff-notify Postmaster@yourdomain.com powermta configuration guide top
Example:
$ pmta status Virtual MTA 'main': Active: 45 connections Queue: 12,340 messages Rate: 23.4 msg/s powermta configuration guide top
# Global settings or specific domain retry-interval 5m # Wait 5 mins before retry max-retries 10 # Give up after 10 tries
relay_host smarthost.example.com relay_auth username "your_username" password "your_password"