Linux Tutorials on the topic “ubuntu”
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10)
Author: Falko Timme • Tags: antivirus, postfix, ubuntu • Comments: 18
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.
-
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Kamic Koala 9.10
Author: Miguel • Tags: postfix, ubuntu • Comments: 7
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Kamic Koala 9.10 This how to will allow you step by to configure a Postfix mail server with with virtual hosting. Virtual hosting means that you can add as many mail domains as you want and sub sequentially as many mailboxes for these domains as you want. Here we we use an LDAP backend for both the MTA (Postfix) and POP3/IMAP server (Dovecot), and a web based management interface. Optional in this how to is the use of Roundcube webmail and proftpd.
-
Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd On Ubuntu 9.04
Author: eddiechen • Tags: email, ftp, ubuntu • Comments: 0
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.
-
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 30
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.10 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Desktop - Linux Mint 8 (Helena)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 21
The Perfect Desktop - Linux Mint 8 (Helena) This tutorial shows how you can set up a Linux Mint 8 (Helena) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 8 is a Linux distribution based on Ubuntu 9.10 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.
-
The Perfect Desktop - Kubuntu 9.10
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 18
The Perfect Desktop - Kubuntu 9.10 This tutorial shows how you can set up a Kubuntu 9.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Kubuntu 9.10 is derived from Ubuntu 9.10 and uses the KDE desktop instead of the GNOME desktop.
-
Enabling Compiz Fusion On An Ubuntu 9.10 Desktop (NVIDIA GeForce FX 5200)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 10
Enabling Compiz Fusion On An Ubuntu 9.10 Desktop (NVIDIA GeForce FX 5200) This tutorial shows how you can enable Compiz Fusion on an Ubuntu 9.10 (Karmic Koala) desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce FX 5200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
-
Setting Up ProFTPd + TLS On Ubuntu 9.04 (Jaunty Jackalope)
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 0
Setting Up ProFTPd + TLS On Ubuntu 9.04 (Jaunty Jackalope) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 9.04 server.
-
The Perfect Desktop - Ubuntu Studio 9.10
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 0
This tutorial shows how you can set up an Ubuntu Studio 9.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
Setting Up Gitosis On Ubuntu
Author: jgoulah • Tags: ubuntu • Comments: 7
Setting Up Gitosis On Ubuntu Gitosis is a tool for hosting git repositories. Its common usage is for a central repository that other developers can push changes to for sharing. This article is how to setup and manage a git repository.There are some great services out there than can do this for you, but why pay money for something you can easily do for free? This article shows how to setup and manage a secure and private git repository that people can use as a central sharing point.