PowerMTA configuration example

MailWizz authenticated relay

A submission listener and dedicated SMTP user for MailWizz.

This is a teaching baseline, not a drop-in universal production configuration. Replace all example values and test with your installed release.

Configuration

# MailWizz authenticated relay
# Review every address, hostname, credential and path before use.
host-name pmta1.example.com
postmaster [email protected]

<virtual-mta vmta-03>
    smtp-source-host 192.0.2.13 mail3.example.com
</virtual-mta>

<domain *>
    max-smtp-out 2
    max-msg-per-connection 20
    retry-after 15m
    bounce-after 4d
</domain>

<smtp-user mailwizz-app>
    password "replace-with-long-random-secret"
</smtp-user>

Deployment checklist

  1. Replace documentation IP addresses and domains.
  2. Confirm PTR, forward DNS, SPF, DKIM, DMARC, and Return-Path alignment.
  3. Validate object names and included files.
  4. Start with low traffic and review responses by provider.
  5. Keep credentials outside publicly readable files and rotate them periodically.

What to monitor

Search Trushilla Documentation