XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > Altair WAI 3.9 > Can't Login


Posted by: steve4jobs Mar 6 2004, 07:59 AM
if you get this error, the values in the web.config file are not correct

<appSettings>
<add key="PrimaryDomain" value="test.com" />
<add key="XMailServerAddress" value="127.0.0.1" />
<add key="XMailServerCtrlPort" value="6017" />
<add key="XMailServerCtrlLogin" value="admin" />
<add key="XMailServerCtrlPassword" value="pass" />
<add key="XMailServerPath" value="C:\MailRoot" />
<add key="WelcomeSmtpServerAddress" value="127.0.0.1" />
<add key="WelcomePop3ServerAddress" value="127.0.0.1" />
<add key="WelcomeSupportPhoneNumber" value="" />
<add key="WelcomeSupportEmailAddress" value="" />
<add key="WelcomeSupportURL" value="" />
<add key="MailSenderName" value="XMail WAI .NET" />
<add key="MailSenderAddress" value="postmaster@test.com" />
<add key="EnableAutoReply" value="0" />
<add key="SecurePort" value="0" />
</appSettings>

make sure the login and pass match the values in xmail

Posted by: hschneider Mar 6 2004, 10:20 AM
Thanks for your experiences.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)