<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jinxy</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jinxy"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Jinxy"/>
	<updated>2026-05-01T21:58:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Mail_System&amp;diff=29629</id>
		<title>Amahi Mail System</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Mail_System&amp;diff=29629"/>
		<updated>2011-01-11T03:20:48Z</updated>

		<summary type="html">&lt;p&gt;Jinxy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
&lt;br /&gt;
==NOTE:  This should only be attempted by advanced users.==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;DISCLAIMER:&amp;lt;/b&amp;gt; Although this has been tested, use at your own risk. I cannot guarantee that it will work for your system or not cause any serious problems.  &lt;br /&gt;
&lt;br /&gt;
==== Purpose ====&lt;br /&gt;
The primary intent of the Amahi Mail System is to allow you to pull all ISP email into your server.  Keep in mind this is still under development.  &lt;br /&gt;
&lt;br /&gt;
* It allows you to send/receive mail from your HDA.  There are some quirks depending on if you have a registered domain with a paid service provider (i.e. [http://www.godaddy.com GoDaddy], [http://www.hostgator.com Host Gator]).  With these services, there is typically what is called a MX record associated with the domain name.  This will allow you to send/receive mail as your hostname (i.e. myhda@home.com).  &lt;br /&gt;
&lt;br /&gt;
* If you use the free ones (i.e. user.yourhda.com, [http://www.no-ip.org no-ip.org]), you will have to masquerade your email address as your ISP (i.e. myhda@yourisp.com).  This will ensure you can receive email replies from those you send from your HDA.&lt;br /&gt;
'''Note:''' There is now a complete guide to installing the Amahi Mail System with a free ddns and using a gmail account at [http://wiki.amahi.org/index.php/Amahi_Mail_-_The_Free_Way Amahi Mail - The Free Way].&lt;br /&gt;
&lt;br /&gt;
==== Current Version ====&lt;br /&gt;
1.75 (Fedora 12) released 9 Feb 10&lt;br /&gt;
&lt;br /&gt;
[http://wiki.amahi.org/images/1/1c/Amahi-Mail-System.PNG Login Screen Shot]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
* Working upgrade for Fedora 14&lt;br /&gt;
&lt;br /&gt;
==== Script download links: ====&lt;br /&gt;
32-bit:  http://dl.getdropbox.com/u/1380867/32bit-virtual-mail-1.75.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
64-bit:  http://dl.getdropbox.com/u/1380867/64bit-virtual-mail-1.75.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Updated RPMs (20 Nov 10) ====&lt;br /&gt;
32-bit:  http://dl.dropbox.com/u/1380867/32-bit-rpm.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
64-bit:  http://dl.dropbox.com/u/1380867/32-bit-rpms.tar.gz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  These have not been added to the the download above or the install scripts yet.  Also, ''maildrop'' is now part of the Fedora repo and no longer needs to be custom built.&lt;br /&gt;
&lt;br /&gt;
==== How to Install ====&lt;br /&gt;
Here's the sequence of events to get the virtual email server up and running:&lt;br /&gt;
# Restart your HDA so it's fresh for the install.  This is not required, just a recommendation.&lt;br /&gt;
# Enable Advanced Settings in the Amahi Dashboard (Settings--&amp;gt;Settings)&lt;br /&gt;
# Create a web app in Amahi named '''webmail'''.&lt;br /&gt;
# Open a terminal window, become '''root''', and navigate to &amp;lt;u&amp;gt;/var/hda/web-apps/webmail&amp;lt;/u&amp;gt; directory.&lt;br /&gt;
# Download script file (pick the correct one for your system) to this directory and extract it into &amp;lt;u&amp;gt;html&amp;lt;/u&amp;gt; directory of webmail.&lt;br /&gt;
# From the &amp;lt;u&amp;gt;html&amp;lt;/u&amp;gt; directory, run the '''host-update-virtual-mail-1.75.sh''' script.  This will check your hostname.  If it is not correct, you will be given an opportunity to change it (See '''NOTE''' below for unusual host names).&lt;br /&gt;
# Answer all the questions.  The answers will further customize your install.  '''Note:'''  Mail user name and password must be one word only (i.e. mailuser, mail_user, or mail.user are acceptable)&lt;br /&gt;
# Once it completes, run the '''install-virtual-mail-1.75.sh''' script. The dependencies will be installed first.  Depending on your system, 68 is the typical amount for install on a new system.&lt;br /&gt;
# Watch the script for errors.  This may help narrow down the problem if you cannot log in.&lt;br /&gt;
# Once the script is complete, note the user name and password.&lt;br /&gt;
# Run the following, selecting #2 so that postfix is used to send mail:&lt;br /&gt;
 /usr/sbin/alternatives --config mta&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Within a network it is possible to have a hostname that consists of xxx.xxx.xxx.xxx which this script can not recognize. Instead modify line 13 domnm=your.domain.name then run the script, all should be good (it is very rare to have a 4 level domain).&lt;br /&gt;
* Navigate to &amp;lt;u&amp;gt;http://webmail&amp;lt;/u&amp;gt; and enter your login credentials.&lt;br /&gt;
* To uninstall, run the '''uninstall-virtual-mail-1.75.sh''' script.&lt;br /&gt;
&lt;br /&gt;
==== Tips ====&lt;br /&gt;
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].&lt;br /&gt;
* 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].&lt;br /&gt;
*  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.&lt;br /&gt;
** In the '''mail''' mySQL database:&lt;br /&gt;
*** In the '''users''' table: &lt;br /&gt;
**** Insert a new record with the following information...&lt;br /&gt;
***** ''user'':  &amp;lt;u&amp;gt;user@foo.com&amp;lt;/u&amp;gt;&lt;br /&gt;
***** ''password'': choose 'ENCRYPT' for the function and enter the users password. (Alternatively, you can have the user enter their password and click the &amp;quot;Go&amp;quot; button)&lt;br /&gt;
***** ''quota'': do NOT edit this field (unless you know what you are doing)&lt;br /&gt;
***** Click the &amp;quot;Go&amp;quot; button&lt;br /&gt;
*** In the '''forwardings''' table:&lt;br /&gt;
**** Insert a new record for each forwarded email addresses to &amp;lt;u&amp;gt;user@foo.com&amp;lt;/u&amp;gt; and click the &amp;quot;Go&amp;quot; button&lt;br /&gt;
** Run the command line below to set up the /home/vmail/foo.com/user mail files:&lt;br /&gt;
 mailx -s Welcome user@foo.com &amp;lt; /var/hda/web-apps/webmail/html/patch/welcome.txt&lt;br /&gt;
*  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.&lt;br /&gt;
** Creating a mail domain e.g. :&lt;br /&gt;
*** ''domain'' is: &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''server'' is: &amp;lt;u&amp;gt;foo.bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''admin user'' is: &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
** In the mail mySQL database tables:&lt;br /&gt;
*** ''domain'':  add &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''transport'':  add &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''user'':  add &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''forward'':  add &amp;lt;u&amp;gt;postmaster@bar.com&amp;lt;/u&amp;gt;, and &amp;lt;u&amp;gt;abuse@bar.com&amp;lt;/u&amp;gt; to &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
** Run the command line below to set up the /home/vmail/bar.com/me mail files:&lt;br /&gt;
 mailx -s Welcome me@bar.com &amp;lt; /var/hda/web-apps/webmail/html/patch/welcome.txt&lt;br /&gt;
*  For every domain supported, the following either need to be added as users or forwarded.  Without them a site MAY end up on various spam block lists:&lt;br /&gt;
  postmaster@foo.com&lt;br /&gt;
  abuse@foo.com&lt;br /&gt;
* Some ISPs block port 25 for mail.  Thus a remote user would be able to retrieve mail, but not send mail.  To accommodate this, port 587 is used by email clients for sending mail.&lt;br /&gt;
** To enable port 587, edit /etc/postfix/master.cf and uncomment the line starting with &amp;quot;# submission&amp;quot;&lt;br /&gt;
** Reload postfix&lt;br /&gt;
* Add capability to fetch Yahoo mail:&lt;br /&gt;
# Download the latest [http://fetchyahoo.twizzler.org/ FetchYahoo]&lt;br /&gt;
# Install instructions included&lt;br /&gt;
&lt;br /&gt;
==== Future Plans ====&lt;br /&gt;
* Add additional Squirrelmail [http://squirrelmail.org/plugins.php plugins].&lt;br /&gt;
* Database front end to manage users, accounts, etc.&lt;br /&gt;
* Include interface with fetchmail to automatically retrieve mail.&lt;br /&gt;
* Change dependency on MYSQL root user for database creation.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
You should now be able to log in to your account via webmail. There will be 2 messages, one is a welcome and the other is a SPAM test to show it's working. I forgot to mention that you can access the mail server from any email client (i.e. Thunderbird, MS Outlook, etc) as well within your network.&lt;br /&gt;
&lt;br /&gt;
==== Mailman addon option ====&lt;br /&gt;
You can now add the Mailman software to your Amahi Mail System.  Follow the instructions at [http://wiki.amahi.org/index.php/Amahi_Mailman Amahi Mailman].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt;  These scripts were adapted from a tutorial authored by Falko Timme at [http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-12-x86_64 http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-12-x86_64].&lt;/div&gt;</summary>
		<author><name>Jinxy</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Mail_System&amp;diff=29575</id>
		<title>Amahi Mail System</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Mail_System&amp;diff=29575"/>
		<updated>2011-01-09T23:25:21Z</updated>

		<summary type="html">&lt;p&gt;Jinxy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
&lt;br /&gt;
==NOTE:  This should only be attempted by advanced users.==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;DISCLAIMER:&amp;lt;/b&amp;gt; Although this has been tested, use at your own risk. I cannot guarantee that it will work for your system or not cause any serious problems.  &lt;br /&gt;
&lt;br /&gt;
==== Purpose ====&lt;br /&gt;
The primary intent of the Amahi Mail System is to allow you to pull all ISP email into your server.  Keep in mind this is still under development.  &lt;br /&gt;
&lt;br /&gt;
* It allows you to send/receive mail from your HDA.  There are some quirks depending on if you have a registered domain with a paid service provider (i.e. [http://www.godaddy.com GoDaddy], [http://www.hostgator.com Host Gator]).  With these services, there is typically what is called a MX record associated with the domain name.  This will allow you to send/receive mail as your hostname (i.e. myhda@home.com).  &lt;br /&gt;
&lt;br /&gt;
* If you use the free ones (i.e. user.yourhda.com, [http://www.no-ip.org no-ip.org]), you will have to masquerade your email address as your ISP (i.e. myhda@yourisp.com).  This will ensure you can receive email replies from those you send from your HDA.&lt;br /&gt;
&lt;br /&gt;
==== Current Version ====&lt;br /&gt;
1.75 (Fedora 12) released 9 Feb 10&lt;br /&gt;
&lt;br /&gt;
[http://wiki.amahi.org/images/1/1c/Amahi-Mail-System.PNG Login Screen Shot]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
* Working upgrade for Fedora 14&lt;br /&gt;
&lt;br /&gt;
==== Script download links: ====&lt;br /&gt;
32-bit:  http://dl.getdropbox.com/u/1380867/32bit-virtual-mail-1.75.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
64-bit:  http://dl.getdropbox.com/u/1380867/64bit-virtual-mail-1.75.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Updated RPMs (20 Nov 10) ====&lt;br /&gt;
32-bit:  http://dl.dropbox.com/u/1380867/32-bit-rpm.tar.gz&amp;lt;br /&amp;gt;&lt;br /&gt;
64-bit:  http://dl.dropbox.com/u/1380867/32-bit-rpms.tar.gz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  These have not been added to the the download above or the install scripts yet.  Also, ''maildrop'' is now part of the Fedora repo and no longer needs to be custom built.&lt;br /&gt;
&lt;br /&gt;
==== How to Install ====&lt;br /&gt;
Here's the sequence of events to get the virtual email server up and running:&lt;br /&gt;
# Restart your HDA so it's fresh for the install.  This is not required, just a recommendation.&lt;br /&gt;
# Enable Advanced Settings in the Amahi Dashboard (Settings--&amp;gt;Settings)&lt;br /&gt;
# Create a web app in Amahi named '''webmail'''.&lt;br /&gt;
# Open a terminal window, become '''root''', and navigate to &amp;lt;u&amp;gt;/var/hda/web-apps/webmail&amp;lt;/u&amp;gt; directory.&lt;br /&gt;
# Download script file (pick the correct one for your system) to this directory and extract it into &amp;lt;u&amp;gt;html&amp;lt;/u&amp;gt; directory of webmail.&lt;br /&gt;
# From the &amp;lt;u&amp;gt;html&amp;lt;/u&amp;gt; directory, run the '''host-update-virtual-mail-1.75.sh''' script.  This will check your hostname.  If it is not correct, you will be given an opportunity to change it.&lt;br /&gt;
NOTE: within my network my hostname consists of xxx.xxx.xxx.xxx which this script can not recognise. Instead modify line 13 domnm=your.domain.name then run the script, all should be good (it is very rare to have a 4 level domain so in most cases ignore this).&lt;br /&gt;
# Answer all the questions.  The answers will further customize your install.  '''Note:'''  Mail user name and password must be one word only (i.e. mailuser, mail_user, or mail.user are acceptable)&lt;br /&gt;
# Once it completes, run the '''install-virtual-mail-1.75.sh''' script. The dependencies will be installed first.  Depending on your system, 68 is the typical amount for install on a new system.&lt;br /&gt;
# Watch the script for errors.  This may help narrow down the problem if you cannot log in.&lt;br /&gt;
# Once the script is complete, note the user name and password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Run the following, selecting #2 so that postfix is used to send mail:&lt;br /&gt;
 /usr/sbin/alternatives --config mta&lt;br /&gt;
&lt;br /&gt;
* Navigate to &amp;lt;u&amp;gt;http://webmail&amp;lt;/u&amp;gt; and enter your login credentials.&lt;br /&gt;
* To uninstall, run the '''uninstall-virtual-mail-1.75.sh''' script.&lt;br /&gt;
&lt;br /&gt;
==== Tips ====&lt;br /&gt;
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].&lt;br /&gt;
* 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].&lt;br /&gt;
*  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.&lt;br /&gt;
** In the '''mail''' mySQL database:&lt;br /&gt;
*** In the '''users''' table: &lt;br /&gt;
**** Insert a new record with the following information...&lt;br /&gt;
***** ''user'':  &amp;lt;u&amp;gt;user@foo.com&amp;lt;/u&amp;gt;&lt;br /&gt;
***** ''password'': choose 'ENCRYPT' for the function and enter the users password. (Alternatively, you can have the user enter their password and click the &amp;quot;Go&amp;quot; button)&lt;br /&gt;
***** ''quota'': do NOT edit this field (unless you know what you are doing)&lt;br /&gt;
***** Click the &amp;quot;Go&amp;quot; button&lt;br /&gt;
*** In the '''forwardings''' table:&lt;br /&gt;
**** Insert a new record for each forwarded email addresses to &amp;lt;u&amp;gt;user@foo.com&amp;lt;/u&amp;gt; and click the &amp;quot;Go&amp;quot; button&lt;br /&gt;
** Run the command line below to set up the /home/vmail/foo.com/user mail files:&lt;br /&gt;
 mailx -s Welcome user@foo.com &amp;lt; /var/hda/web-apps/webmail/html/patch/welcome.txt&lt;br /&gt;
*  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.&lt;br /&gt;
** Creating a mail domain e.g. :&lt;br /&gt;
*** ''domain'' is: &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''server'' is: &amp;lt;u&amp;gt;foo.bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''admin user'' is: &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
** In the mail mySQL database tables:&lt;br /&gt;
*** ''domain'':  add &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''transport'':  add &amp;lt;u&amp;gt;bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''user'':  add &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
*** ''forward'':  add &amp;lt;u&amp;gt;postmaster@bar.com&amp;lt;/u&amp;gt;, and &amp;lt;u&amp;gt;abuse@bar.com&amp;lt;/u&amp;gt; to &amp;lt;u&amp;gt;me@bar.com&amp;lt;/u&amp;gt;&lt;br /&gt;
** Run the command line below to set up the /home/vmail/bar.com/me mail files:&lt;br /&gt;
 mailx -s Welcome me@bar.com &amp;lt; /var/hda/web-apps/webmail/html/patch/welcome.txt&lt;br /&gt;
*  For every domain supported, the following either need to be added as users or forwarded.  Without them a site MAY end up on various spam block lists:&lt;br /&gt;
  postmaster@foo.com&lt;br /&gt;
  abuse@foo.com&lt;br /&gt;
* Some ISPs block port 25 for mail.  Thus a remote user would be able to retrieve mail, but not send mail.  To accommodate this, port 587 is used by email clients for sending mail.&lt;br /&gt;
** To enable port 587, edit /etc/postfix/master.cf and uncomment the line starting with &amp;quot;# submission&amp;quot;&lt;br /&gt;
** Reload postfix&lt;br /&gt;
* Add capability to fetch Yahoo mail:&lt;br /&gt;
# Download the latest [http://fetchyahoo.twizzler.org/ FetchYahoo]&lt;br /&gt;
# Install instructions included&lt;br /&gt;
&lt;br /&gt;
==== Future Plans ====&lt;br /&gt;
* Add additional Squirrelmail [http://squirrelmail.org/plugins.php plugins].&lt;br /&gt;
* Database front end to manage users, accounts, etc.&lt;br /&gt;
* Include interface with fetchmail to automatically retrieve mail.&lt;br /&gt;
* Change dependency on MYSQL root user for database creation.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
You should now be able to log in to your account via webmail. There will be 2 messages, one is a welcome and the other is a SPAM test to show it's working. I forgot to mention that you can access the mail server from any email client (i.e. Thunderbird, MS Outlook, etc) as well within your network.&lt;br /&gt;
&lt;br /&gt;
==== Mailman addon option ====&lt;br /&gt;
You can now add the Mailman software to your Amahi Mail System.  Follow the instructions at [http://wiki.amahi.org/index.php/Amahi_Mailman Amahi Mailman].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt;  These scripts were adapted from a tutorial authored by Falko Timme at [http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-12-x86_64 http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-12-x86_64].&lt;/div&gt;</summary>
		<author><name>Jinxy</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Translate_Amahi&amp;diff=29257</id>
		<title>Translate Amahi</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Translate_Amahi&amp;diff=29257"/>
		<updated>2011-01-05T02:10:38Z</updated>

		<summary type="html">&lt;p&gt;Jinxy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiple languages and localization are supported Amahi for a while.&lt;br /&gt;
&lt;br /&gt;
= Please help with Amahi translations =&lt;br /&gt;
&lt;br /&gt;
We are currently in need of contributers to translate Amahi to your language.&lt;br /&gt;
&lt;br /&gt;
Translation is really very easy using our online translation site and is the preferred way to make Amahi available in your language!&lt;br /&gt;
&lt;br /&gt;
If you are interested in contributing get in touch with us at amahi org, via the forums or the irc channel, PM Jinxy, CPG or pjcrux&lt;br /&gt;
&lt;br /&gt;
= How to Translate Amahi offline =&lt;br /&gt;
&lt;br /&gt;
This method achieves the same goals, in a more &amp;quot;manual&amp;quot; way.&lt;br /&gt;
&lt;br /&gt;
It involves converting a &amp;quot;master&amp;quot; english file (en.yml) to a file in your own language.&lt;br /&gt;
&lt;br /&gt;
Here is the  [http://git.amahi.org/?p=amahi.git;a=blob;f=platform/platform/html/config/locales/en.yml;h=05555fc01e55cf7036b1c9cd69c96d843a55683d;hb=HEAD en.yml file] set of sentences to translate (in a format called yml, ready for rails 2.3).&lt;br /&gt;
&lt;br /&gt;
(that's formatted) the raw file is at [http://git.amahi.org/?p=amahi.git;a=blob_plain;f=platform/platform/html/config/locales/en.yml;hb=HEAD raw en.yml]&lt;br /&gt;
&lt;br /&gt;
Basically what the translation consists of is this:&lt;br /&gt;
&lt;br /&gt;
* duplicate the original file, change the name to something appropriate (e.g. de.yml for german, fr for french)&lt;br /&gt;
* change the strings after the colon to the end of the line for the new language.&lt;br /&gt;
&lt;br /&gt;
That's it! you can do it by cut and paste or with git:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    git clone git://git.amahi.org/amahi.git&lt;br /&gt;
    cd amahi/platform/platform/html/config/locales&lt;br /&gt;
    cp en.yml yourlocale.yml&lt;br /&gt;
    [edit the yourlocale.yml file]&lt;br /&gt;
    git commit yourlocale.yml&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For brownie points, you can also add those to&lt;br /&gt;
  amahi/platform/platform/html/app/controllers/setup_controller.rb&lt;br /&gt;
&lt;br /&gt;
To find the code of your language, please visit [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes the iso codes page]&lt;br /&gt;
Columns 6 is the name of the language *in the native language* (we need that) and column 1 is the ISO code&lt;br /&gt;
&lt;br /&gt;
Please put them here in alphabetical order so that the user can more easily find his/hers!&lt;br /&gt;
&lt;br /&gt;
Here is how to [http://forums.amahi.org/viewtopic.php?f=15&amp;amp;t=188&amp;amp;start=0#p880 submit a patch directly] with git or you can send your locale file by email or post it in the forums or amahi-devel list.&lt;br /&gt;
&lt;br /&gt;
Here is the original [http://forums.amahi.org/viewtopic.php?f=15&amp;amp;t=188&amp;amp;start=0 localization thread in the forums].&lt;br /&gt;
&lt;br /&gt;
= Translation Tips =&lt;br /&gt;
&lt;br /&gt;
We have some important translation tips that you must read before attempting translation. Sounds simple, but there are a few interesting wrinkles to it:&lt;br /&gt;
&lt;br /&gt;
[[Translation tips]]&lt;/div&gt;</summary>
		<author><name>Jinxy</name></author>
		
	</entry>
</feed>