PUBLIC   marks

PUBLIC MARKS with tag postfix

Sponsorised links

September 2009

August 2009

Instalarea serverului de email Postfix în OpenSUSE Linux

by costel (via)
Articol in limba română despre instalarea serverului de mail Postfix în Opensuse Linux cu SMTP-AUTH şi TLS

November 2008

Leopard local Postfix

by marco
Tiger = sudo service smtp start, Leopard = sudo postfix start

Sponsorised links

October 2008

Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3

by camel (via)
The configuration described here is not very complicated but still needs to be done carefully. You are expected to have at least basic knowledge of: * MySQL (creating a database, granting access to users, basic SQL queries) * SMTP (what it is and what a basic SMTP dialog looks like) * POP3, IMAP (what they do and what the differences are) * basic Postfix configuration (understand the default settings in your main.cf, have read through the basic configuration document and know that your mail log file is at /var/log/mail.log) * Debian/Linux (general system administration, using a text editor, reading log files)

Drupal Postfix Integration Under Ubuntu 8.04 (Hardy) | HowtoForge - Linux Howtos and Tutorials

by camel
his document is derived from Christoph Haas’ tutorial “Howto: ISP-style Email Server with Debian-Etch and Postfix” (http://workaround.org) and Falko Timme’s tutorial “Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)” (http://www.howtoforge.com). The associated Mailfix Drupal module must be installed as part of this tutorial. It will guide you through the necessary steps to configure a Drupal driven Mail server. Provided features: * Drupal managed email accounts * Support for virtual domains * Automatic forwarding * Postfix quota support * Silent BCC monitoring * Other features: anti-spam, anti-virus

September 2008

August 2008

June 2008

SMTP Performance Benchmarking

by camel (via)
To test and benchmark several common SMTP servers for Unix. This is inspired by the work done by Matthias Andree at his Postfix vs. qmail - Performance page. His information, while likely still highly relevant is based heavily around file system I/O and not overall performance of the MTA. Additionally, more MTAs and OSs will eventually be tested here.

April 2008

Google apps: i dont have any administrator account

by vrossign
Sinon aller à: http://www.google.com/a/cpanel/standard/setup/mondomaine.com

Qmail/Postfix/ClamAV Dual MTA HOWTO

by camel
Here is a quick guide to implementing virus protection on an existing Qmail server by adding Postfix, ClamAV and amavisd-new. Readers may ask themselves why anyone would want to do this. There is an actual reason why this particular set up came about.

February 2008

Artica for Postfix, a full Postfix Management console

by camel & 1 other
You are not a Linux expert, Artica for Postfix allows you to install a full solution by one single command line: * Postfix: Main MTA * Kaspersky Anti-spam: powerfull Anti-spam provided by Kaspersky Inc * Kaspersky Anti-Virus * Bogofilter : Bayesian anti-spam * OpenLDAP: Database for main configuration and user management * emailrelay: little SMTP server (used as a content-filter) * SQLite library: zeroconf sql database engine with high perfomances. * Cyrus-imap: powerfull MDA System * Procmail: MDA Filter * Fetchmail: Email retreival * DnsMasq:DNS forwarder and DHCP server * Mailman:Mailing List manager * Sieve: End-user mail filters * Yorel script: Statistics of yorel * QueueGraph: Statistics for postfix * MailGraph: Statistics for postfix * AWSTats and geoip plugin: Statistics set for postfix * renattach: attachments filter

A frog around the world - Postfix - Installation d'un serveur mail secondaire

by camel & 1 other
Ce billet explique rapidement comment installer un serveur mail secondaire ou appellé aussi MX (Mail eXchanger) secondaire, serveur de relai avec Postfix.

Postfix Cyrus IMAP SSL LDAP

by lecyborg
La série d'articles de cette rubrique est entièrement dédiée à la mise en oeuvre d'un serveur de mail basé sur Postfix et Cyrus-Imap. Ces deux éléments sont tout simplement ce qui ce fait de mieux actuellement dans leur domaine respectif: * Postfix : protocole smpt ou smtps pour le mode sécurisé * Cyrus imap : protocole POP3 ou POP3S (mode sécurisé) ou IMAP ou IMAPS (mode sécurisé).

January 2008

Postfix Virtual Domain Hosting Howto

by lecyborg
This document requires Postfix version 2.0 or later. This document gives an overview of how Postfix can be used for hosting multiple Internet domains, both for final delivery on the machine itself and for the purpose of forwarding to destinations elsewhere. The text not only describes delivery mechanisms that are built into Postfix, but also gives pointers for using non-Postfix mail delivery software.

December 2007

November 2007

Artica for Postfix, a full Postfix Management console

by camel
Regroupés dans un installeur Artica embarque : * - Postfix : Main MTA * - Kaspersky Anti-spam : powerfull Anti-spam provided by Kaspersky Inc * - Kaspersky Anti-Virus : the best antivirus solution provided by Kaspersky Inc * - OpenLDAP : Database for main configuration and user management * - Cyrus-imap : powerfull MDA System * - Procmail : MDA Filter * - Fetchmail : Email retreival * - DnsMasq : DNS forwarder and DHCP server * - RoundCube : End-user Webmail * - Sieve : End-user mail filters * - Yorel script : Statistics of yorel * - QueueGraph : Statistics for postfix * - MailGraph : Statistics for postfix * - AWSTats and geoip plugin : Statistics set for postfix Evidemment, les composantes Kaspersky Antivirus et Antispam sont soumises à licence mais ne sont pas indispensables pour voir le reste fonctionner. Après installation des modules primaires, Artica, Postfix, Ldap, l'utilisateur peut à sa guise installer par un simple bouton les logiciels connexes tels que Kapsersky, fetchmail, Dnsmasq... La console web Artica-Postfix est sous Licence Apache et peut être récupérée gratuitement... Quelques mots sur les fonctionnalités : * - Gestion multidomaine * - Quarantaine par domaine / par utilisateur * - Gestion de Virtual IP * - Gestion de l'intégralité des paramètres Postfix (à ce que je sache, c'est la seule suite logicielle proposant cette fonctionnalité au monde) * - Annuaires basés sur OpenLDAP pour des temps de réponse défiant toute concurrence * - Configuration par domaines / groupes / utilisateurs * - Outils de statistiques avancés * - etc.

October 2007

Full Mail Server Solution w/ Virtual Domains & Users (Debian Etch, Postfix, Mysql, Dovecot, DSpam, ClamAV, Postgrey, RBL) | HowtoForge - Linux Howtos and Tutorials

by camel
This guide describes how to set up a full email solution in Debian Linux (all code is from Debian Etch). I was asked to design a secure, scalable, portable solution for a small company. While the guide references many 'servers', the company only had 4 physical machines, Xen was used to virtualize the entire solution. That particular aspect of the system is not discussed in this guide, although I will try to get it into the next revision.

o3 magazine | The Open Source Enterprise Magazine

by camel
Issue 8 provides a guide to deploying Email systems from End to End. Several columns look at each component of an Enterprise grade email solution using Open Source. These articles lead up to a discussion on designing Scalable SMTP Networks. This issue also looks at Voicemail / Email integration with Asterisk.

September 2007

PUBLIC TAGS related to tag postfix

no tag

Sponsorised links