Search Results
Postfix manual - virtual(8)
www.postfix.org/virtual.8.html
VIRTUAL(8) VIRTUAL(8) NAME virtual - Postfix virtual domain mail delivery agent SYNOPSIS virtual [generic Postfix daemon options] DESCRIPTION The virtual(8) delivery agent is designed for virtual mail hosting ser- vices. Originally based on the Postfix local(8) delivery agent, this agent looks up recipients with map ...Postfix manual - virtual(5)
www.postfix.org/virtual.5.html
The main applications of virtual aliasing are: o To redirect mail for one address to one or more addresses. o To implement virtual alias domains where all addresses are aliased to addresses in other domains. Virtual alias domains are not to be confused with the virtual mailbox domains that are implemented with the Postfix ...Postfix Virtual Domain Hosting Howto
www.postfix.org/VIRTUAL_README.html
Canonical versus hosted versus other domains; Local files versus network databases; As simple as can be: shared domains, UNIX system accounts; Postfix virtual ALIAS example: separate domains, UNIX system accounts; Postfix virtual MAILBOX example: separate domains, non-UNIX accounts; Non-Postfix mailbox store: ...Postfix Address Rewriting
www.postfix.org/ADDRESS_REWRITING_README.html
Rewrite addresses to standard form; Canonical address mapping; Address masquerading; Automatic BCC recipients; Virtual aliasing. Address rewriting when mail is delivered. Resolve address to destination; Mail transport switch; Relocated users table. Address rewriting with remote delivery. Generic mapping for outgoing ...Postfix Address Classes
www.postfix.org/ADDRESS_CLASS_README.html
The Postfix SMTP server rejects invalid recipients with "User unknown in virtual alias table". The default value is $virtual_maps for Postfix 1.1 compatibility. There is no mail delivery transport parameter. Every address must be aliased to some other address. The virtual mailbox domain class. Purpose: final delivery for hosted ...Postfix After-Queue Content Filter
www.postfix.org/FILTER_README.html
The "receive_override_options" line disables address manipulation before the content filter, so that the content filter sees the original mail addresses instead of the result of virtual alias expansion, canonical mapping, automatic bcc, address masquerading, etc. The "content_filter" line causes Postfix to add one content filter ...Postfix Add-on Software
www.postfix.org/addon.html
Korreio is a graphical toolkit to electronic mail systems management. It has several independent modules: Postfix Queue Manager, LDAP management, Cyrus-IMAP Mailbox management and Cyrus-Sieve management. KyaPanel server manager from Anahuac. Phamm Web Based Management tool for Virtual Domains and ...Postfix Basic Configuration
www.postfix.org/BASIC_CONFIGURATION_README.html
Here are a few things that you need to be aware of: What you need to know about Postfix logging. If your machine has unusual security requirements you may want to run Postfix daemon processes inside a chroot environment. Running Postfix daemon processes chrooted. If you run Postfix on a virtual network interface, or ifRejecting Unknown Local Recipients with Postfix
www.postfix.org/LOCAL_RECIPIENT_README.html
/etc/postfix/main.cf mydestination = $myhostname localhost.$mydomain localhost ... local_transport = virtual local_recipient_maps = $virtual_mailbox_maps. If you use a different delivery agent for $mydestination etc. domains, see the section "Postfix Lookup Table Overview
www.postfix.org/DATABASE_README.html
/etc/postfix/main.cf: alias_maps = hash:/etc/postfix/aliases (local aliasing) header_checks = regexp:/etc/postfix/header_checks (content filtering) transport_maps = hash:/etc/postfix/transport (routing table) virtual_alias_maps = hash:/etc/postfix/virtual (address rewriting). All Postfix lookup tables store information as (key, value) ...