dingopride / iredmail

Automatically exported from code.google.com/p/iredmail
0 stars 0 forks source link

Installation in a freebsd jail #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FreeBSD jails don't have any interface associated to 127.0.0.1 [ref: 
http://tomster.org/blog/djbdns-using-freebsd-jails ]. 

Installation works perfectly. However, some connections won't occur with 
the default configuration. 

If, for example, the jail ip is 192.168.10.5, it looks like the following 
workaround help things to work correctly :

* Authorize the default jail for mysql created users, 

* Add a

@inet_acl = qw( 127.0.0.1 [::1] 192.168.10.5 );

to amavis.conf, and 

-o mynetworks=192.168.10.5/32

to the 127.0.0.1:10025 section of postfix/master.cf .

Original issue reported on code.google.com by psaml...@gmail.com on 9 Apr 2010 at 2:44

GoogleCodeExporter commented 9 years ago
Useful tip. Can you share me a detail tutorial to setup Jail in FreeBSD? so 
that i can make iRedMail work better in 
FreeBSD jail. :)

Original comment by michaelb...@gmail.com on 10 Apr 2010 at 12:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is a pretty good tutorial to setup FreeBSD jails: 

http://www.freebsd.org/doc/handbook/jails-application.html

However, as the directory names not really explicit in this tutorial, on my 
system I use "workspaces" instead of 
"js", "instances" instead of "j" ; "mroot" and "skel" are subdirectories of a 
"common" directory.

Thank you very muh for all your work on iRedMail. :)

Original comment by psaml...@gmail.com on 10 Apr 2010 at 5:39

GoogleCodeExporter commented 9 years ago
There's a contributed wiki artitile available:
http://www.iredmail.org/wiki/index.php?title=Install/iRedMail/FreeBSD/Jail

Original comment by michaelb...@gmail.com on 20 Feb 2011 at 9:47