-
Notifications
You must be signed in to change notification settings - Fork 0
Trusted Networks
Mark Rotteveel | Dotwebster.com edited this page Jul 3, 2026
·
1 revision
Trusted networks control which devices, printers, applications, or local systems can submit SMTP to Relaywright.
Open:
Settings -> Trusted IPs
Relaywright trusts SMTP clients by source IP or CIDR, not by SMTP AUTH.
A trusted network entry can be:
- a single IP address;
- an IPv4 or IPv6 CIDR range.
Examples:
192.168.1.25
192.168.1.0/24
10.10.20.15/32
Keep trusted ranges narrow. Avoid trusting whole office networks if only a few devices need relay access.
Each trusted network can include:
- description;
- owner;
- location;
- enabled or disabled state;
- maximum message size;
- maximum recipients per message;
- hourly rate limit;
- allowed and blocked senders;
- allowed and blocked recipient domains.
Owner and location help operators identify a device before disabling, tightening, or deleting it.
Sender entries can be:
- exact email address, such as
scanner@example.com; - domain pattern, such as
@example.com; - wildcard domain pattern, such as
*@example.com.
Blocked senders take precedence over allowed senders.
Recipient-domain entries can be:
-
example.com; -
*.example.com.
Recipient rules match domains only. Blocked domains take precedence over allowed domains.
- Add one device or small CIDR at a time.
- Record owner and location.
- Start with tighter sender and recipient-domain rules.
- Use Diagnostics Flow Checker before letting the device submit real mail.
- Watch Queue Operations and Logs after enabling the device.
To temporarily stop a device, disable the trusted network entry instead of deleting it.