mysql
Submitted by falko on Sun, 2008-04-27 10:33.
Unix/Linux | apache | bind | courier | hardy | lamp | linux | lts | mysql | php | postfix | proftpd | ruby | server | ubuntu
This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP and Ruby, Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.
Submitted by falko on Tue, 2008-04-22 10:02.
Unix/Linux | ftp | mandriva | mysql | pureftpd | server
This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
Submitted by falko on Tue, 2008-04-15 11:00.
Unix/Linux | clamav | courier | mandriva | mysql | postfix | spamassassin | squirrelmail
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and chan
Submitted by falko on Thu, 2008-04-10 11:43.
Unix/Linux | apache | bind | dovecot | ispconfig | lamp | linux | mandriva | mysql | php | postfix | ruby | server
This is a detailed description about how to set up a Mandriva 2008 Spring Free (Mandriva 2008.1) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Mandriva 2008.1, but should apply to the 64-bit version with very little modifications as well.
Submitted by falko on Thu, 2008-02-21 11:16.
Unix/Linux | centos | cyrus-imapd | exim | horde | mailserver | mysql
This guide describes the installation and configuration of a mail system on Centos 5.1 with SELinux enabled for enhanced security. This system will be able to service HTTP, HTTPS, SMTP, TLS, SMTP-AUTH, IMAP, POP3 clients and is virtual enabled allowing more than one domain to be served from the system.
Submitted by falko on Tue, 2008-02-19 11:34.
Unix/Linux | fedora | linux | master-master replication | mysql | replication | server
This document describes how to set up master-master replication with MySQL 5 on Fedora 8. Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you do not have to modify your applications to make write accesses only to the mas
Submitted by falko on Tue, 2008-01-15 10:31.
Unix/Linux | amavisd | clamav | courier | linux | mandriva | mysql | postfix | server | spamassassin | virtual users
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk).
Submitted by falko on Thu, 2008-01-10 12:51.
Unix/Linux | apache | centos | dovecot | email | ftp | ispconfig | lamp | mysql | php | postfix | server
This tutorial shows how to set up a CentOS 4.6 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.6, but should apply to the 64-bit version with very little modifications as well.
Submitted by falko on Tue, 2007-12-11 09:27.
Unix/Linux | amavisd | centos | clamav | courier | linux | mail | mysql | postfix | server | spamassassin | virtual users
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk).
Submitted by falko on Sun, 2007-12-09 12:18.
Unix/Linux | dns | fedora | linux | mydns | mydnsconfig | mysql | server
In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig on Fedora 8. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to r
|