Changes

From Amahi Wiki
Jump to: navigation, search
230 bytes added ,  03:41, 3 January 2014
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].
* Should your mail server hang up and stop working, you can most likely fix it with the <b>mail-stop.sh</b> and <b>mail-start.sh</b> scripts included in the app. [[Open_Terminal_as_root|Open a terminal as '''root''']] and do the following:
<pre>cd /var/hda/web-apps/ams/html
./mail-stop.sh
./mail-start.sh</pre>
* You can change the Login Credentials for the integrated database manager/web-based installer by doing the following:
*# * Open the Login-class.php file in the '''''/var/hda/web-apps/ams/html''''' directory*# * On lines 29 and 32, change to whatever works for you*# * Save and now you can log in using the new credentials
* Change the sender default email address format (i.e. root@hda.amahi.net) by following [[Masquerade_email_address|Masquerade email address]] tutorial.
 
* Update mail certificate
** Should you need to update the mail certificates, use the mail-cert-update.sh script.
cd /var/hda/web-apps/ams/html
./mail-cert-update.sh
 
* Move mailbox data files to share
** <u>MUST</u> be accomplished prior to doing the install (Step #12).
sed -i '74s|/home/vmail|/var/hda/files/ams|' html/users.php;
sed -i '12s|/home/vmail|/var/hda/files/ams|' html/config/authmsqlrc;
 
====Troubleshooting====
* Should your mail server hang up and stop working, you can most likely fix it with the <b>mail-stop.sh</b> and <b>mail-start.sh</b> scripts included in the app. [[Open_Terminal_as_root|Open a terminal as '''root''']] and do the following:
<pre>cd /var/hda/web-apps/ams/html
./mail-stop.sh
./mail-start.sh</pre>
 
* If you have certificate issues appear in /var/logs/maillog or Postfix fails to start. [[Open_Terminal_as_root|Open a terminal as '''root''']] and execute the following:
yum install cyrus-sasl-plain
<!--* Add '''NEW''' users to the foo.com domain (does not include any DNS MX records). Modify the '''mail''' database and substitute your information accordingly:
*# In the '''users''' table, insert a new record with the following information...
12,424

edits