|
|
|
Similar results: "Scalix install on Debian"
- coWiki installation
- Compile PHP5 from source Set up a new php.ini file Reconfigure Apache Download the CVS version of coWiki from I wanted to install coWiki for BrainDump which requires PHP 5, but the current server only had PHP4 available. Upgrading the whole server to PHP 5 was not suitable because there are other...
- openvpn on debian
- /etc/openvpn/server.conf :
port 1194
proto udp
dev tap0
ca ca.crt
cert server1.crt
key server1.key
dh dh1024.pem
server-bridge
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb 3
/etc/openvpn/client.conf :
client
dev tap0
remote server1 1194
resolv-retry...
- Box Backup installation
- Build RPMS for SuSE Build RPMS for Mandrake Configure Box Backup Server Configure Box Backup Client
Build RPMS for SuSE
mv boxbackup-0.09.tgz /usr/src/packages/SOURCES/
tar xzf /usr/src/packages/SOURCES/boxbackup-0.09.tgz
rpmbuild -bb boxbackup-0.09/contrib/rpm/boxbackup.spec
You will need to...
- Scalix install on Debian
- I prefer Exim for spam filtering. We will configure Scalix to listen on port 587 and require SMTP Authentication. Incoming mail will flow to Exim on port 25 and be sent to port 26 (Scalix) for local delivery.
Create a fake "sendmail" package Continue with the installation "Too many...
- SpamAssassin on Debian
- Installation SARE Updates
Installation Make sure both volatile and backports are in your /etc/apt/sources.list :
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://www.backports.org/debian lenny-backports main contrib non-free
aptitude...
- qmail-ldap with dovecot on Debian
- aptitude remove courier-authdaemon courier-authlib courier-authlib-userdb
aptitude install dovecot-imapd dovecot-pop3d
Patch qmail-ldap with this patch to add auth_dovecot:
qmail-1.03# patch -p1 < ../qmail-ldap-1.03-20060201-dovecot.patch
/etc/dovecot/dovecot.conf :
--- ./dovecot.conf...
- OpenManage on Dell with Debian AMD64
- OpenManage has already been packaged into a deb file: Add
deb ftp://ftp.sara.nl/pub/sara-omsa dell sara
to your /etc/apt/sources.list file You will need 32-bit versions of the pam libraries. To keep things neat, I created a simple package of the required libs
# dpkg -L lib32-pam
/.
/emul
...
- FuzzyOcr for SpamAssassin on Debian
- Installation Create a FuzzyOCR home Maintenance Image spam has seen an increase in use lately, and getting SpamAssassin to recognize keywords from attached images is best done with OCR (Optical Character Recognition).
Installation OCRAD is the easiest OCR scanning engine to use on Debian 4.0...
|
 |