]> Frank Brehm's Git Trees - my-stuff/postfix-maps.git/commitdiff
Weitere Mappings in Config erfasst
authorFrank Brehm <frank@brehm-online.com>
Fri, 16 Jul 2010 20:07:17 +0000 (20:07 +0000)
committerFrank Brehm <frank@brehm-online.com>
Fri, 16 Jul 2010 20:07:17 +0000 (20:07 +0000)
git-svn-id: http://svn.brehm-online.com/svn/my-stuff/postfix-maps/trunk@103 ec8d2aa5-1599-4edb-8739-2b3a1bc399aa

etc/config.yml

index 9c011293f766b1f59c2aff53fb668c2261bf91f1..c3a749377e423cb9e48f3220d49a1f35e6b1f8f5 100644 (file)
@@ -49,3 +49,103 @@ maps:
          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