Difference between revisions of "Qpsmtpd:dont require anglebrackets"

From SME Server
Jump to navigationJump to search
(Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = dont_require_anglebrackets = SYNOPSIS = accept addresses in MAIL FROM:/RCPT TO: commands without...")
 
(No difference)

Latest revision as of 15:02, 8 April 2019

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