Hallo Liste,

alter Beitrag (initial Post siehe unten), aber mittlerweile gelöst und zwar ganz trivial:

An MTA1 & MTA2:

relay_domains = proxy:btree:/etc/postfix/relay_domains
transport_maps =
        proxy:btree:/etc/postfix/transport
        proxy:btree:/etc/postfix/relay_domains
virtual_alias_maps = proxy:btree:/etc/postfix/virtual-mailman

virtual-mailman:
[email protected]              [email protected]
[email protected]        [email protected]
[email protected]      [email protected]
[email protected]      [email protected]
[email protected]         [email protected]
[email protected]        [email protected]
[email protected]        [email protected]
[email protected]      [email protected]
[email protected]    [email protected]
[email protected]  [email protected]

relay_domains:
example.de             :[IP-von-Dovecot]
lists.example.de       :[IP-von-Mailman]

Vielen Dank an alle, die mir geholfen haben!

Mfg,
Tobias Hachmer

Am 08.12.2011 22:43, schrieb Tobias Hachmer:
Hallo Liste,

in meinem Mail-Setup möchte ich Mailman Listen sowie Benutzeradressen
derselben Domain verwenden.
Also Listen wie z.B. [email protected] und Benutzeradressen wie z.B.
[email protected].

Folgendes Setup:

+-----+   +-----+   +-------+
|MTA 1|   |MTA 2|   |Dovecot|    /Dovecot mit lokalem Postfix
+-----+   +-----+   +-------+
   |         |          |
   |         |          |
   |      +------+      |
   +------|Bridge|------+
          +------+
             |
        +----------+
        |          |
    +-------+   +-----+
    |Mailman|   |MySQL|          /Mailman mit lokalem Postfix
    +-------+   +-----+

Hier könnte ich zwar einfach auf der dovecot Maschine alles
erschlagen mit virtual:

virtual_mailbox_domains =
        proxy:mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf
virtual_mailbox_base =
        /var/vmail
virtual_mailbox_maps =
proxy:mysql:/etc/postfix/sql/mysql_virtual_mailbox_maps.cf

proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_domain_mailbox_maps.cf

proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_domain_catchall_maps.cf
virtual_alias_maps =
proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf
proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_domain_maps.cf
virtual_mailbox_limit =
proxy:mysql:/etc/postfix/sql/mysql_virtual_mailbox_limit_maps.cf

Ich würde aber gerne die Mails für die Mailman Listen direkt zur
Mailman Maschine transportieren und an den MTAs weitestgehend mit
verify arbeiten.

Wenn ich auf den MTAs einen transport für example.org auf die dovecot
Maschine einrichte und einen weiteren für lists.example.org auf die
mailman Maschine,
wie mappe ich dann die Mailman Aliases wie
[email protected], [email protected], etc. auf den MTAs auf
[email protected], [email protected]?

_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an