Changes

From Amahi Wiki
Jump to: navigation, search
558 bytes added ,  16:47, 16 October 2009
no edit summary
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].
* For https, most certificates are self-signed. You may need to follow the procedures listed [[Web_Browser_Tips|here]] when accessing [http://webmail http://webmail].
* These are the steps needed to add '''NEW''' users to the foo.com domain (does not include any DNS MX records). Use [http://www.amahi.org/apps/phpmyadmin phpMyAdmin] to modify the ''mail'' database and substitute your information accordingly.** In the mail mySQL database tables:*** ''user'': add <u>user@foo.com</u>*** add any forwarded email addresses to <u>user@foo.com</u>** Run the command line below to set up the /home/vmail/foo.com/user mail files: mailx -s Welcome user@foo.com < /var/hda/web-apps/webmail/html/patch/welcome.txt* These are the steps needed to add an additional mail domain (does not include any DNS MX records). Use [http://www.amahi.org/apps/phpmyadmin phpMyAdmin] to modify the ''mail'' database and substitute your information accordingly.
** Creating a mail domain e.g. :
*** ''domain'' is: <u>bar.com</u>
*** ''transport'': add <u>bar.com</u>
*** ''user'': add <u>me@bar.com</u>
*** ''forward'': add <u>postmaster@bar.com</u>, and <u>meabuse@bar.com</u>, and to <u>abuseme@bar.com</u>
** Run the command line below to set up the /home/vmail/bar.com/me mail files:
mailx -s Welcome me@bar.com < /var/hda/web-apps/webmail/html/patch/welcome.txt
 
==== Future Plans ====
* Add additional Squirrelmail [http://squirrelmail.org/plugins.php plugins].
16

edits