Changes

From Amahi Wiki
Jump to: navigation, search
* 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:
** # In the '''users''' table, insert a new record with the following information...*# * ''user'': <u>user@foo.com</u>*# * ''password'': choose 'ENCRYPT' for the function and enter the users password. (Alternatively, you can have the user enter their password and click the "Go" button)*# * ''quota'': do NOT edit this field (unless you know what you are doing)*# * Click the "Go" button** # In the '''forwardings''' table, insert a new record for each forwarded email addresses to <u>user@foo.com</u> and click the "Go" button** # 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/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.
12,424

edits