1

Topic: FreeBSD8.2 iRedMail0.7.2 - Error opening terminal: pcconsole

Hi,
I am trying to install iRedMail in FreeBSD8.2 and at the beginning of the installation I have a problem:

virtual# cd iRedMail-0.7.2
virtual# bash iRedMail.sh
< INFO > Check configuration file: /root/iRedMail-0.7.2/config...    Found, but not finished.
Error opening terminal: pcconsole.
< INFO > Exit.

I found a solution for Linux:

export TERM='linux'

How to solve the problem for FreeBSD?

----

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

2

Re: FreeBSD8.2 iRedMail0.7.2 - Error opening terminal: pcconsole

zet120 wrote:

How to solve the problem for FreeBSD?

You can solve it with same solution:

# export TERM='linux'
# bash iRedMail.sh

3

Re: FreeBSD8.2 iRedMail0.7.2 - Error opening terminal: pcconsole

Well of course!
Only need to change shell.
Thank You.