git-svn-id: http://svn.brehm-online.com/svn/my-stuff/postfix-maps/trunk@103
ec8d2aa5-1599-4edb-8739-
2b3a1bc399aa
type: local
enabled: y
order_by: domain
+ recipient_bcc:
+ file: recipient_bcc
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: RecipientBcc
+ columns:
+ - email
+ - destination
+ where:
+ enabled: y
+ order_by: email
+ relay_domains:
+ file: relay_domains
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: Domain
+ columns:
+ - domain
+ - domain
+ where:
+ type: relay
+ enabled: y
+ order_by: domain
+ relocated:
+ file: relocated
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: Relocated
+ columns:
+ - email
+ - destination
+ where:
+ enabled: y
+ order_by: email
+ sender_bcc:
+ file: sender_bcc
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: SenderBcc
+ columns:
+ - email
+ - destination
+ where:
+ enabled: y
+ order_by: email
+ virtual_alias_domains:
+ file: virtual_alias_domains
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: Domain
+ columns:
+ - domain
+ - domain
+ where:
+ type: valias
+ enabled: y
+ order_by: domain
+ virtual_alias_maps:
+ file: virtual_alias_maps
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: Virtual
+ columns:
+ - email
+ - destination
+ where:
+ enabled: y
+ order_by: email
+ virtual_mailbox_domains:
+ file: virtual_mailbox_domains
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: Domain
+ columns:
+ - domain
+ - domain
+ where:
+ type: vmbox
+ enabled: y
+ order_by: domain
+ virtual_mailbox_maps:
+ file: virtual_mailbox_maps
+ enabled: 1
+ db_type: hash
+ text_type: map
+ resultset: User
+ columns:
+ - email
+ - maildir
+ where:
+ enabled: y
+ postfix: y
+ order_by: email