我搭建的数据库是sql server2008的版本,下面是插入用户的语句,用户表里能够增加相应记录,admin页面也能显示相应账户,但是用户在登录的时候提示:
无法连接POP3服务器,请检查POP3设置。
请大神指导一下如何操作,跪谢~
insert into hm_accounts(accountdomainid,accountadminlevel,accountaddress,accountactive,accountmaxsize,accountvacationmessageon,
accountpersonlastname,accountpassword,accountisad,accountaddomain,accountadusername,accountvacationmessage,accountvacationsubject,
accountpwencryption,accountforwardenabled,accountforwardaddress,accountforwardkeeporiginal,accountenablesignature,accountsignatureplaintext,
accountsignaturehtml,accountlastlogontime,accountvacationexpires,accountvacationexpiredate,accountpersonfirstname)
select 1,0,accountaddress,1,0,0,USER_NAME,'e3b62f52c93758b1ec6da8b64003b24a81be66c4d78265fd350eaacecb877d99c7aee9',0,'','','','',
3,0,'',0,0,'','',GETDATE(),0,GETDATE(),USER_NAME from #accounts
hMailServer中文论坛 QQ群:80049760 搭建专业企业级邮件服务器 联系Q3824517
向数据库insert用户的问题
版面规则
hMailServer中文论坛 已经开通QQ群:80049760
hMailServer中文论坛 已经开通QQ群:80049760
Re: 向数据库insert用户的问题
这数据库我搭建过,建立数据库的时候选择本机验证?