> i am attempting to setup JAMES as an SMTP/POP3 server on my > machine and i am running into obsatcles > > The first question i have is am i using the correct product?
Yes. > I am looking for a product that will manage emails to and > from a host.. for instance SMTP and POP3 requests from > mail.myDomain.com .. I believe thats what JAMES is but i > could be wrong.. It seems as if the process is get the > configuration right, setup the users and than configure your > email client as if it was any other mailserver.. and > everything should work.. Am i correct in presuming this? Have you changed the config.xml including your domain in the servernames? <servernames autodetect="true" autodetectIP="true"> <servername>mail.myDomain.com</servername> </servernames> There you should write the mail domain. This could differ from the mx host. E.g: yahoo.com is the mail domain, mx1.mail.yahoo.com is one of the MX hosts for that domain. > is there a common step that i missed... The mail server seems > to be good but theres an issue with the users? It seems the <servername> missing. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
