Linux Tutorials on the topic “email”

  • Talking SOAP With Exchange

    Author: ErikCederstrandTags: , Comments: 24

    Talking SOAP With Exchange Previously, talking to Exchange without using Microsoft products was pretty much out of the question. The binary MAPI protocol is proprietary and poorly documented. Exchange supports IMAP and POP, but these protocols only give acesss to emails, not the calendar, address book, todo lists etc. But beginning with version 2007, Exchange now ships with a SOAP interface called Exchange Web Services, or EWS. This interface gives us access to the functions necessary to write clients in any programming language on any platform. This article describes a PHP program to look up, delete and insert items in an Exchange calendar.

  • Configuring fail2ban With SquirrelMail On CentOS 5.3/ISPConfig 3

    Author: gscott187Tags: , , Comments: 0

    Configuring fail2ban With SquirrelMail On CentOS 5.3/ISPConfig 3 This tutorial shows how you can prevent unlimited login attempts and hence brute force attacks against your SquirrelMail web login by using fail2ban.

  • Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd

    centos Author: eddiechenTags: , , Comments: 1

    Virtual Mail And FTP Hosting With iRedMail And Pure-FTPd iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since iRedMail 0.5, it supports Debian 5.0.1 and Ubuntu 8.04 & 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 CentOS 5.x, passwords will be stored in ldap and you can change the password through webmail.

  • Goldfish, A PHP Autoresponder Script

    postfix Author: Falko TimmeTags: , , Comments: 4

    Goldfish, A PHP Autoresponder Script For The HowtoForge "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail " Setups Goldfish is a quite simple autoresponder script (written in PHP) for Postfix. It consists of only one PHP file which can be started through a cronjob. It works with our "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail" tutorials (it cannot be used for other setups, especially Postfix setups that don't use a MySQL database).

  • How To Install Qmailtoaster (CentOS 5.3)

    Author: jakev383Tags: , Comments: 14

    How To Install Qmailtoaster (CentOS 5.3) Qmailtoaster is a project that aims to make the installation of Qmail onto RPM based systems a snap. All of the packages are distributed in source RPMs so building the packages for your particular distro and architecture is as easy as running a script or a simple command for each package. The RPMs have all of the needed and commonly asked for patches included so you can have a mail server up and running in about an hour. When it's all complete, you'll have a full Qmail mail server installation ready for just about anything. I personally run Qmailtoaster servers for other companies and ISPs who have tens of thousands of users on their systems.

  • How To Configure An Email Account In Thunderbird

    Author: rini90Tags: , Comments: 0

    How To Configure An Email Account In Thunderbird This guide explains how you can configure a POP3 account in Mozilla Thunderbird. I'm assuming that Mozilla Thunderbird is already installed.

  • How To Configure An Email Account In Evolution

    Author: rini90Tags: , Comments: 13

    How To Configure An Email Account In Evolution This tutorial shows step by step how to set up a POP3 email address with Evolution Email under the most Linux distributions. I'm assuming that Evolution Email is already installed on your system.

  • Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy)

    ubuntu Author: asaavedraTags: , , , , , , Comments: 6

    Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy) This document  will guide you through the necessary steps to configure a Drupal driven mail server. It provides the following features: Drupal managed email accounts, support for virtual domains, automatic forwarding, Postfix quota support, silent BCC monitoring, anti-spam, anti-virus.

  • Retrieving Emails From Remote Servers With getmail (Debian Etch)

    Author: Falko TimmeTags: , Comments: 1

    Retrieving Emails From Remote Servers With getmail (Debian Etch) Getmail is a program for retrieving emails from remote servers; it is very similar to fetchmail, but more flexible. For example, it can be configured to deliver mails directly to a Maildir or mbox mailbox without the need for an MTA such as Postfix, but of course it can also pipe the mails through an MTA if you want. Getmail can use so called filters such as SpamAssassin and ClamAV to scan the mails, and you can even tell getmail to delete mails on the original server only after a certain number of days.

  • Mail Server Setup With Exim, MySQL, Cyrus-Imapd, Horde Webmail On Centos 5.1

    Author: topdogTags: , Comments: 8

    Mail Server Setup With Exim, MySQL, Cyrus-Imapd, Horde Webmail On Centos 5.1 This how to 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.