Difference between revisions of "Postfix/main.cf/virtual mailbox domains"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "* '''parameter''': virtual_mailbox_domains * '''default''': $virtual_mailbox_maps (this is backwards-compatible with Postfix 1.1) * '''versions''': 2.0 and later ==About== Postfi...")
 
(one more missing link)
Line 3: Line 3:
 
* '''versions''': 2.0 and later
 
* '''versions''': 2.0 and later
 
==About==
 
==About==
Postfix is final destination for the specified list of domains; mail is delivered via the $[[../virtual_transport|virtual_transport]] mail delivery transport. By default this is the Postfix [http://www.postfix.org/virtual.8.html virtual(8)] delivery agent. The SMTP server validates recipient addresses with $virtual_mailbox_maps and rejects mail for non-existent recipients. See also the virtual mailbox domain class in the [http://www.postfix.org/ADDRESS_CLASS_README.html ADDRESS_CLASS_README] file.
+
Postfix is final destination for the specified list of domains; mail is delivered via the $[[../virtual_transport|virtual_transport]] mail delivery transport. By default this is the Postfix [http://www.postfix.org/virtual.8.html virtual(8)] delivery agent. The SMTP server validates recipient addresses with $[[../virtual_mailbox_maps|virtual_mailbox_maps]] and rejects mail for non-existent recipients. See also the virtual mailbox domain class in the [http://www.postfix.org/ADDRESS_CLASS_README.html ADDRESS_CLASS_README] file.
  
 
This parameter expects the same syntax as the [http://www.postfix.org/postconf.5.html#mydestination mydestination] configuration parameter.
 
This parameter expects the same syntax as the [http://www.postfix.org/postconf.5.html#mydestination mydestination] configuration parameter.

Revision as of 17:22, 12 June 2011

  • parameter: virtual_mailbox_domains
  • default: $virtual_mailbox_maps (this is backwards-compatible with Postfix 1.1)
  • versions: 2.0 and later

About

Postfix is final destination for the specified list of domains; mail is delivered via the $virtual_transport mail delivery transport. By default this is the Postfix virtual(8) delivery agent. The SMTP server validates recipient addresses with $virtual_mailbox_maps and rejects mail for non-existent recipients. See also the virtual mailbox domain class in the ADDRESS_CLASS_README file.

This parameter expects the same syntax as the mydestination configuration parameter.