HowtoForge Newsletter 12/17/2009
================================
New HOWTOs:
===========
* Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10)
* Paravirtualization With Xen On CentOS 5.4 (x86_64)
* How To Install VMware Server 1.0.x On An Ubuntu 9.10 Desktop
* Installing VirtualBox 3.1 On An Ubuntu 9.10 Desktop
* Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd On Ubuntu 9.04
* How To Install vcPanel - VPS Control Panel
* Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Mandriva 2009.1
* Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10)
=====================================================================================
This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll 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'll 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). 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 change their passwords.
You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu-9.10
Paravirtualization With Xen On CentOS 5.4 (x86_64)
==================================================
This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.4 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.
You can find the document here:
-------------------------------
http://www.howtoforge.com/paravirtualization-with-xen-on-centos-5.4-x86_64
How To Install VMware Server 1.0.x On An Ubuntu 9.10 Desktop
============================================================
This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.10 at the time of this writing) on an Ubuntu 9.10 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-an-ubuntu-9.10-desktop
Installing VirtualBox 3.1 On An Ubuntu 9.10 Desktop
===================================================
This tutorial shows how you can install Sun xVM VirtualBox 3.1 on an Ubuntu 9.10 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system.
You can find the document here:
-------------------------------
http://www.howtoforge.com/installing-virtualbox-3.1-on-an-ubuntu-9.10-desktop
Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd On Ubuntu 9.04
=======================================================================
iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since version 0.5, it supports CentOS 5.x, Debian 5.x, Ubuntu 8.04 and Ubuntu 9.04 (both i386 and x86_64). iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users. The OpenLDAP backend of iRedMail allows you to integrate all kinds of applications. This guide shows you how to integrate pure-ftpd into the iRedMail ldap backend on Ubuntu 9.04, passwords will be stored in ldap and you can change the password through webmail.
You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-mail-and-ftp-hosting-with-iredmail-and-pure-ftpd-on-ubuntu-9.04
How To Install vcPanel - VPS Control Panel
==========================================
vcPanel is a vps control panel for managing VPS servers around the globe from one portal. It is mainly written in PHP + MySQL so you can install it on any hosting server.
You can find the document here:
-------------------------------
http://www.howtoforge.com/how-to-install-vcpanel-vps-control-panel
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Mandriva 2009.1
=======================================================================
This document describes how to install a Proftpd 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 with this setup.
You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-hosting-with-proftpd-and-mysql-mandriva-2009.1
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.1
=================================================================================================
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.
You can find the document here:
-------------------------------
http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-mandriva-2009.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You can now support HowtoForge by becoming a subscriber:
HowtoForge Subscription
=======================
For a monthly fee of 5 EUR or 25 EUR for half a year, you can become a HowtoForge supporter and help us cover our costs (servers, bandwidth, etc.) and support ISPConfig development. In return, you receive the following benefits:
1. Access the whole HowtoForge web site without any ads.
2. Download the results of our tutorials as VMware images (where available) (a list of downloadable VMware images is available here: http://www.howtoforge.com/list-of-downloadable-vmware-images).
3. Download our tutorials as PDF files.
4. View our tutorials as printer-friendly pages.
5. You will be marked as a "HowtoForge Supporter" in your forum posts.
If you have the free VMware Server or Player installed, you can import our VMware images and start playing around with the results of our tutorials immediately. It's a great way to track down problems with your own setup or simply to save time. ;-)
More details can be found on http://www.howtoforge.com/subscription.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Best Regards,
Your HowtoForge Team
Email: info@howtoforge.com
URL: http://www.howtoforge.com
To unsubscribe or update your records, click here: http://newsletter.howtoforge.com/howtoforge/user/update.php?email=matrixunix.ubuntu@blogger.com&code=d8531959c7da2982ec3a7f8f82a13961
No comments:
Post a Comment