0

No Mail link in Ajenti V panel

Ivan Nikolaev vor 8 Jahren aktualisiert vor 8 Jahren 1

Hi.

I have installed Ajenti V long ago.

Now i have added ajenti-v-mail.


rpm -qa | grep ajenti
ajenti-v-mysql-0.3.8-1.noarch
ajenti-repo-1.0-1.noarch
ajenti-v-ftp-pureftpd-0.1.9-1.noarch
ajenti-v-php-fpm-0.1.21-1.noarch
ajenti-1.2.23.8-1.noarch
ajenti-v-mail-0.1.35-1.noarch
ajenti-v-nginx-0.1.45-1.noarch
ajenti-v-0.2.57-1.noarch

And there is no Mail under WEB tab in ajenti panel.

Image 134

Any help would me much appreciated.

Евгений?


Seems like there is same problem on Ubuntu


I had to remove ajenti

yum remove ajenti ajenti-v

After that i have installed ajenti-v-mail with dependencies.

wget http://repo.ajenti.org/centos/6Server/courier-authlib-0.64.0-1.el6.i686.rpm
wget http://repo.ajenti.org/centos/6Server/courier-imap-4.9.3-1.i686.rpm
wget http://repo.ajenti.org/centos/6Server/courier-authlib-userdb-0.64.0-1.el6.i686.rpm
wget tp://repo.ajenti.org/centos/6Server/courier-authlib-devel-0.64.0-1.el6.i686.rpm

yum localinstall courier-*
curl https://raw.githubusercontent.com/ajenti/ajenti/1.x/scripts/install-rhel.sh | sh
yum install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm php-mysql ajenti-v-mail ajenti-v-ftp-pureftpd

Now everything works like a charm.

I wish there were more support from developer, but seems like we have to deal all problems by ourself.