My only input with this would be to be aware that ESMTP AUTH is typically
also used to open routing access in addressing the dynamic IP roaming user.
It also enforces a non-null address, and in our case, optionally enforces or
restricts the return path domain provided.
In other words, ESMTP AUTH trumps all. LMAP or no LMAP, it opens routing
to users.
Yes, except that AUTH does nothing on the public internet if spammers can
originate messages from someone without authenticating as that someone.
These are complementary. LMAP makes it so that mail from a given address can
only come from a limited set of servers, and AUTH lets those servers ensure
that the address on mail they're transmitting is not forged.However, POP3 BEFORE SMTP is based on the premise that most end-user mail
software POP3 into a system before SENDING any mail. For example, you will
see this option in Outlook as
(*) Pick up mail first before sending mail
or something like that as alternative option to ( ) Server requires login to
send mail.
POP-before-SMTP was an ugly hack to make up for shortcomings in existing
software. Unfortunately, it stuck. It's clearly obsoleted by SMTP AUTH, but
there's no compelling reason for users to switch, and thus ISPs have to deal
with the inertia of their users. I think we're going to have to live with it
for a long time.