September 26, 2012
Adding a mail server to a Railo instance
We turn off all GUI based administration consoles in our production environments, this includes Railo’s admin area.
If you need to configure your Railo instance to include an SMTP server, you can add a line in WEB-INF/railo/railo-web.xml.cfm
Open up that file (probably as sudo), look for the tag (which is empty by default) and insert the following:
<server port="25" smtp="127.0.0.1" /> The “smtp” attribute should be the IP address of your SMTP server.
...
Read more