allow_null_envelope_sender
Last updated March 2020
Name
allow_null_envelope_sender — allow the null envelope sender in e-mail addresses
Synopsis
allow_null_envelope_sender = true
Description
This directive instructs Momentum to respect (or reject) null envelope senders. Null envelope senders (MAIL FROM:<>
) are used by systems to send Delivery Status Notifications (DSNs) and Message Disposition Notifications (MDNs). These are messages about a previous message, and are used for non-delivery reports, among other things. Note that RFC 1123 requires null sender support, and that if you disable this feature, your senders will never receive any bounce notification when their messages are undeliverable.
Scope
allow_null_envelope_sender is valid in the global, listener, listen, peer, pathway_group, and pathway scopes.
See Also
Was this page helpful?