Hello everyone, I'm having a problem with my setup that I will be very grateful to acquire some assistance with troubleshooting
I have been trying to set up a mailserver on a linode. This is basically my first time attempting to set something like this up. I'm very new to all this.
After reading through the linode library, it seemed like a good idea to set up Citadel as the mailserver and then put Squirrelmail overtop of it to access the emails. However I ran into some problems.
I started by following this guide
http://library.linode.com/email/citadel ... 0.04-lucid
It is on a domain of classicneighbourhoods.com . At the end of the guide I expected to see the Citadel panel at
https://classic.classicneighbourhoods.com as per the setup. This however was giving a page not found error.
Things of note in terms of deviations from the guide is that the following two items were not there as the instructions said they would be:
- /usr/share/citadel-server/messages/hello (the whole messages directory does not seem to be there)
- etc/mailname (I added this in manually though and put in the values as instructed)
I changed the ports in the Citadel setup to 8080 for HTTP or 4343 for HTTPS as per instructions at the top of the guide for situations where the mailserver is running alongside an apache2 webserver.
The installation of Citadel as per the guide proceeded as planned and no errors were given. Citadel responds to restart and other commands as expected.
At this point I contacted support and was instructed to add an A record (which was missing) for the classic.classicneighbourhoods.com domain. I did this , but to no luck
classic.classicneighbourhoods.com resolves to the public_html folder when entered without https:// . When entered with Https:// it got a page not found.
Again I contacted support and they instructed me to enable ssl. So I did.. I ran the command to start the ssl module and that worked correctly.
Now when I go to
https://classic.classicneighbourhoods.com domain it gives the following error:
An error occurred during a connection to classic.classicneighbourhoods.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
At this point I am stuck. A linode support agent directed me to take a look at the following stack overflow thread on a similar sounding issue
http://stackoverflow.com/questions/1193 ... apache-ssl
However, being rather new at this, I feel completly over my head in attempting to apply what is being discussed in that thread to how to fix my problem here.
I would appreciate any help in the matter.
p.s I know posting a cry for help as the first post on a forum is generally bad etiquette and I feel bad about this. In this regard, hello to everyone, I hope to continue using linode to host websites in the future and being a part of your community. If all goes well maybe one day I can help others as well after I wisen up a lot.