Linux Tutorials on the topic “email”
-
Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3
Author: Till Brehm • Tags: control panels, debian, email, ispconfig, mysql, web server • Comments: 46
Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3 This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 6 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers and Unison will be used to Sync the /var/www (websites) and /var/vmail (email account data) folders.
-
AVG Antivirus For Linux/FreeBSD Plus Postfix Mail Server
Author: dervis • Tags: antivirus, email, freebsd, linux, postfix • Comments: 3AVG Antivirus For Linux/FreeBSD Plus Postfix Mail Server This document describes how to deploy AVG Antivirus for Linux/FreeBSD to a Postfix mail server. It is usable for AVG version 8.5, 10 and 2012.
-
Qmail OpenLdap On Ubuntu
Author: nbhadauria • Tags: ubuntu, email • Comments: 8
Qmail OpenLdap On Ubuntu This guide will help you easily set up a email server On Ubuntu using Qmail as MTA, OpenLDAP as a back-end for users, and Courier IMAP for IMAP server.
-
-
How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze
Author: SwOsHiE • Tags: apache, debian, email, ispconfig, linux • Comments: 11
How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze This will guide you thru the installation of the latest stable version of RoundCube (currently version 0.7) and get it to work together with ISPConfig 3. This guide should work for most Linux distributions but may differ on some parts.
-
How To Encrypt Mails With SSL Certificates (S/MIME)
Author: CSch • Tags: linux, security, desktop, email • Comments: 7How To Encrypt Mails With SSL Certificates (S/MIME) This article is about how to use the S/MIME encryption function of common e-mail clients to sign and/or encrypt your mails safely. S/MIME uses SSL certificates which you can either create yourself or let a trusted certificate authority (CA) create one for you.
-
Installing Maia Mailguard On Debian Squeeze (Virtual Users/Domains With Postfix/MySQL)
Author: Terrible Monster • Tags: antivirus, debian, email, postfix • Comments: 0
Installing Maia Mailguard On Debian Squeeze (Virtual Users/Domains With Postfix/MySQL) This guide explains how to install Maia Mailguard, a spam and virus management system, on a Debian Squeeze mailserver. Maia Mailguard is a web-based interface and management system based on the popular amavisd-new email scanner and SpamAssassin. Written in Perl and PHP, Maia Mailguard gives end-users control over how their mail is processed by virus scanners and spam filters, while giving mail administrators the power to configure site-wide defaults and limits.
-
Indicate Mail Accounts On Your Desktop (Ubuntu)
Author: CSch • Tags: desktop, email, ubuntu • Comments: 1
Indicate Mail Accounts On Your Desktop (Ubuntu) This article is about how to get informed about new mails without actually opening your mail client using a handy indication tool called popper. Popper is silently running in the background and gives you a notice when a new mail arrives at your mail account, containing the mail's sender, subject and the time it arrived. Popper does not actually display the mail's content - it only gives you the information mentioned above. I have tested it on Linux Mint 11, but it should work fine with all other Ubuntu derivatives.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.10)
Author: Falko Timme • Tags: antivirus, email, postfix, ubuntu • Comments: 7
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.10) 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'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. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
-
Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu
Author: nbhadauria • Tags: antivirus, email, linux, ubuntu • Comments: 0
Qmail-Scanner With ClamAV And SpamAssassin On Ubuntu In continuation of my document http://www.howtoforge.com/qmail-openldap-on-ubuntu about setting up qmail-ldap on Ubuntu this document will help you to set up Qmail-Scanner with ClamAV antivirus and SpamAssassin spamfilter with your qmail server.
-
How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS
Author: Falko Timme • Tags: email, linux • Comments: 3
How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS This guide explains how you can migrate mailboxes between IMAP servers with IMAP TOOLS. IMAP TOOLS is a collection of Perl scripts that allow you to do various tasks with IMAP servers and also POP3 servers. In this article I will focus on the scripts imapcopy.pl (copies messages and mailboxes from one IMAP server to another) and pop3toimap.pl (copies POP3 messages to an IMAP server). Both scripts support SSL. If you specify port 993 (995 for POP3) then an SSL connection is initiated. If the port number is 143 (110 for POP3) then it will try a non-SSL connection. With any other value the port will be tested to see if it supports SSL. If so, SSL will be used to make the connection; otherwise a non-SSL connection will be made.