Qpsmtpd:dont require anglebrackets

From SME Server
Revision as of 15:02, 8 April 2019 by Mmccarn (talk | contribs) (Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = dont_require_anglebrackets = SYNOPSIS = accept addresses in MAIL FROM:/RCPT TO: commands without...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Qpsmtpd#Plugins

NAME

dont_require_anglebrackets

SYNOPSIS

accept addresses in MAIL FROM:/RCPT TO: commands without surrounding <>

DESCRIPTION

RFC821 requires that email addresses presented during the SMTP conversation be enclosed in angle brackets. Like this:

MAIL FROM:<user@example.com>

This plugin relaxes that requirement, accepting messages in this format:

MAIL FROM:user@example.com