annotate admin/README @ 299:ca2d11aec2a3
fixed compile error; removed PROT_BSMTP; made protocol names ucase
Dont know what PROT_BSMTP had been for. It's not used.
RFC 5321 requires the protocol to be:
Protocol = "ESMTP" / "SMTP" / Attdl-Protocol
We now use upper case too, although it might not matter much.
author |
markus schnalke <meillo@marmaro.de> |
date |
Thu, 09 Dec 2010 13:53:48 -0300 |
parents |
44043b92114f |
children |
|
rev |
line source |
meillo@227
|
1 The files in admin/ are for system administrators and maybe for users too.
|
meillo@220
|
2
|
meillo@220
|
3 They may be helpful but are not required to run masqmail.
|