Changes

From Amahi Wiki
Jump to: navigation, search
61 bytes removed ,  20:57, 12 May 2011
==== Tips ====
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].
* These are the steps needed to add Add '''NEW''' users to the foo.com domain (does not include any DNS MX records). Use [http://www.amahi.org/apps/phpmyadmin phpMyAdmin] or [http://www.amahi.org/apps/adminer Adminer] to modify the ''mail'' database and substitute your information accordingly. In the '''mail''' mySQL database:
*# In the '''users''' table, insert a new record with the following information...
*#* ''user'': <u>user@foo.com</u>
*# Run the command line below to set up the /home/vmail/foo.com/user mail files:
{{Code|mailx -s Welcome user@foo.com < /var/hda/web-apps/mail/html/config/welcome.txt}}
* These are the steps needed to add Add an additional mail domain (does not include any DNS MX records). Use [http://www.amahi.org/apps/phpmyadmin phpMyAdmin] or [http://www.amahi.org/apps/adminer Adminer] to modify the ''mail'' database and substitute your information accordingly.
*# Creating a mail domain e.g. :
*#* ''domain'' is: <u>bar.com</u>
12,424

edits