在MDaemon.ini下添加:
[Custom-SMTP]
7000=" %s ESMTP MAIL ready"
[Custom-POP]
7200="+OK %s POP MAIL ready"
|
如果要屏蔽POP下后面一长段的代码,需要设置MDaemon:
Setup --> Misc Options --> [Servers] tab and uncheck "Servers honor APOP/CRAM-MD5 authentication methods"
其实后面的那一段就是关于MD5加密的,因为帐号密码是通过明文方式传递的,所以MD为了安全加入了MD5,只要禁用就可以了!
It will stop users from using CRAM-MD5 or APOP authentication methods
and will force users to provide passwords in plain-text. The string in
the greeting is required for CRAM-MD5 and/or APOP to function correctly.