16th December 2005 - By Aaron
You must have permissions to install software on your server.
First you will need to install and test ffmpeg. There are several ways of doing this. The way I accomplished this was using yum. If you’ve never used yum before then a different way might be easier.
I edited /etc/yum.conf to include the DAG repository by adding the following code
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Read the rest of this entry »
Posted in Computers, Server Management | 49 Comments »
16th December 2005 - By Aaron
This is a fairly simple process, so don’t worry too much before you get started. To complete this you will need permission to edit horde’s configuration file.
First you need to find horde’s configuration file, I use Plesk 7.5.4 Reloaded on FC3, so mine is located at /etc/psa-horde/horde/conf.php.
Next you need to open it in an editor. I like joe. You can open it with joe using joe /etc/psa-horde/horde/conf.php
You will need to change a few lines in this file, depending on Plesk and/or other software, some of these changes may already be made
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params']['host'] = 'your.smtp.server';
And that’s it. This change requires no reboots of the system or the software. Test it would by sending an email using the webmail interface.
Posted in Computers, Server Management | No Comments »