[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18031: {projects} Add hint for Exim, fix translation file installation (projects/gettor)
Author: kaner
Date: 2009-01-08 14:44:59 -0500 (Thu, 08 Jan 2009)
New Revision: 18031
Modified:
projects/gettor/README
Log:
Add hint for Exim, fix translation file installation
Modified: projects/gettor/README
===================================================================
--- projects/gettor/README 2009-01-08 18:58:51 UTC (rev 18030)
+++ projects/gettor/README 2009-01-08 19:44:59 UTC (rev 18031)
@@ -16,10 +16,14 @@
message_size_limit = 30360000
+In Exim, the default message size is now 50MB, which should be sufficient. The
+value is also adaptable through the config file paramter 'message_size_limit'
+in case you need to.
+
You will want to ensure that you have a properly configured set
-of mo files for each translation:
+of mo files for each translation. Generate and install mo files as follows:
- msgfmt -v gettor_en.po -o gettor.mo
+ gettor.py -r
As an example, for the user 'gettor' we will setup gettor.py like so: