19 messages in net.sourceforge.lists.courier-usersRE: [courier-users] SMTP authentication
FromSent OnAttachments
Bowie BaileyJan 30, 2004 6:13 pm 
Jesse KeatingJan 31, 2004 10:39 am 
Federico BaraldiFeb 1, 2004 3:44 am 
Bowie BaileyFeb 2, 2004 6:17 am 
Bowie BaileyFeb 2, 2004 8:41 am 
Bowie BaileyFeb 2, 2004 8:59 am 
Matthew WilsonFeb 2, 2004 9:09 am 
Bowie BaileyFeb 2, 2004 9:50 am 
Anand BuddhdevFeb 2, 2004 10:15 am 
Bowie BaileyFeb 2, 2004 10:19 am 
Anand BuddhdevFeb 2, 2004 10:49 am 
Kirk A WolffFeb 2, 2004 10:54 am 
Gordon MessmerFeb 2, 2004 10:59 am 
Bowie BaileyFeb 2, 2004 11:43 am 
Malcolm WeirFeb 2, 2004 12:24 pm 
Gordon MessmerFeb 2, 2004 12:39 pm 
Bowie BaileyFeb 2, 2004 12:58 pm 
ScottFeb 2, 2004 1:14 pm 
Malcolm WeirFeb 2, 2004 5:34 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] SMTP authenticationActions...
From:Malcolm Weir (ma@gelt.org)
Date:Feb 2, 2004 5:34:54 pm
List:net.sourceforge.lists.courier-users

-----Original Message----- From: Bowie Bailey Sent: Monday, February 02, 2004 12:58 PM

[ Snip ]

BTW, if MSA is ESMTP with mandatory authentication, why is the setting "AUTH_REQUIRED=0" in the config by default? Doesn't that defeat the purpose?

Ah, sorry, that description was a mix of the standard and my personal implementation. MSA under RFC2476 doesn't *have* to have authentication; in practice, the only additional requirement of MSA over regular SMTP is that MSA's MUST ensure that all envelope address domains are fully qualified.

So Courier basically runs bog standard ESMTP on port 587, *but* has separate files, so you can add, say, AUTH_REQUIRED=1.

The broader import of MSA in general is that you can enforce different rules for messages that your host originates compared to accepts from the outside. For example, maybe you want to limit the maximum message size you can send at a figure smaller than the one you can receive, or want to refuse messages with too many recipients, but accept them, etc.

Bowie

Malc.