1

Topic: Getting error while installing on freebsd 8.0

top in /usr/ports/mail/dovecot.
*** Error code 1

Stop in /usr/ports/mail/dovecot-sieve.
< ERROR > Port was not success installed, please fix it manually and then re-execute this script.

Getting error while installing on freebsd 8.0.is there any work around?

----

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

2

Re: Getting error while installing on freebsd 8.0

Any other detail log on terminal?

3

Re: Getting error while installing on freebsd 8.0

Nope thats the only error .

4

Re: Getting error while installing on freebsd 8.0

top in /usr/ports/mail/dovecot.
*** Error code 1
Stop in /usr/ports/mail/dovecot-sieve.

iRedMail try to install dovecot-sieve, but dovecot must be installed first as dependence.

You can try to install dovecot manually:

# cd /usr/ports/mail/dovecot/
# make install clean

If install success, append this line in iRedMail-x.y.z/.iRedMail.installation.status:

export status_install_port_maildovecot='DONE'

Then re-execute iRedMail.sh:

# bash iRedMail.sh