Friday, May 29, 2015

How to change the Axigen Admin Password

n order to change the Axigen administration password, the following command
can be used:
Code:

/opt/axigen/bin/axigen -A your_new_password

After this, the service should be restarted for the change to take effect:
Code:

/etc/init.d/axigen restart

Ameerwww.linuxmails.com | khan@azmuna.comRiyadh,KSA



from WordPress http://ift.tt/1PSAY25

Tuesday, May 26, 2015

IMAP doesn’t exist. PHP must be compiled with IMAP enabled.

First off this is not an eventum problem. This is an apache/php problem.
If you ran “apt-get install php5-imap” then you installed and enabled imap.
You need to make sure that you restart Apache afterwards. The install
script enables php5’s imap when you ran it.
To be honest there are so many places where this could reside (based on
flavor) in Linux that I couldn’t begin to tell you where it might be in
your installation. Here are just a couple locations:
/etc/php5/apache2/conf.d/imap.ini
/etc/php5/php.ini
/etc/php.ini
/etc/apache2/
/etc/php/php.ini
The short of it is some where your install script places something similar
to:
; configuration for php IMAP module
extension=imap.so
in the extensions section of your php.ini or an included config file some
where on your machine.

Wednesday, May 20, 2015

My keyboard doesn`t work on firefox (only on firefox)


Question:

i uninstalled then reinstalled the newest version of firefox but i'm still having the same issue- i'm not able to type anything in the url or the google search box.
i am able to type in all other programs on my computer though

Answer:

WeI made it working back by pressing WinKey+LeftShift.