1

Topic: iRedMail 0.7.1 on FreeBSD 8.2 (JAILED)

Hello, I ve got few comments on the installation script

I ve got a FreeBSD 8.2 x64 box and I tried to save me the trouble of setting everything manually and ended up in quite a mess after using iRedMail.

- PHP 5.3.6 was build without APACHE22 module
- Dovecot was build without the SQL driver
- LDAP was installed although I selected MySQL for storage
- There was a syntax error in the PHP.INI - (expose_php=no;yes)
- MySQL 5.0.x .. kinda obsolete considering performance monster 5.5
- I ran into this one again:
http://code.google.com/p/iredmail/issues/detail?id=52

Now I get " Access denied for user 'vmail'@'89.190.201.183' (using password: YES)" while Postfix tries to access MySQL
and 89.190.201.183 is localhost

that one will wait a fag wink
laterz

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iRedMail 0.7.1 on FreeBSD 8.2 (JAILED)

I need some time to test FreeBSD 8.2. again.

- PHP 5.3.6 was build without APACHE22 module

We have "WITH_APACHE=true" in /var/db/ports/php5/options. Maybe it's incorrect for apache-2.2 now. will test it later.

- Dovecot was build without the SQL driver
   - LDAP was installed although I selected MySQL for storage

Dovecot is built with both LDAP support and MySQL support. Will try to fix it later, not to build unnecessary backend.

- There was a syntax error in the PHP.INI - (expose_php=no;yes)

Will test it later.

- MySQL 5.0.x .. kinda obsolete considering performance monster 5.5

Good idea.

This is a known issue, i have no idea about how to fix it yet.

3

Re: iRedMail 0.7.1 on FreeBSD 8.2 (JAILED)

- PHP 5.3.6 was build without APACHE22 module
We have "WITH_APACHE=true" in /var/db/ports/php5/options. Maybe it's incorrect for apache-2.2 now. will test it later.

http://www.freebsd.org/cgi/cvsweb.cgi/~ … xt%2Fplain
Here says that option is fine, ... I don't know .. but I added new plain jail just for that, so I m pretty sure there was nothing in there that could have affected the installation.

- Dovecot was build without the SQL driver

I had to recompile it, because of an error in the dovecot log, saying that it was built without the SQL driver

FreeBSD 8.2 is version like any other .. ports tree is the problem ... as aways wink