ispCP - Board - Support
Email Domainmapping - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Email Domainmapping (/thread-7139.html)



Email Domainmapping - tmueko - 07-06-2009 10:54 PM

hallo,

ich fange gerade erst mit isp-control an, verzeiht deswegen falls dieses Thema uralt ist.
Wir haben früher Cobalt bzw. BlueQuartz eingesetzt. Dort konnte man zusätzliche Domains eintragen und alle Emails an <domain2> wurde auf <domain1> gemappt.

Bei einem "normalen" postfix würde ich darauf achten, dass regexp-maps unterstützt werden und einfach eine zusätzliche Tabelle:
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases, regexp:/etc/postfix/regexp
die Datei /etc/postfix/regexp sieh dann so aus

/^(.*)@domain2$/ ${1}@domain1
/^(.*)@domain3$/ ${1}@domain1
...


Das ganze funkt auch mit isp-control. Frage ist: Warum fehlt so eine einfache (und imho sinnvolle) Sache?


tmueko


RE: Email Domainmapping - joximu - 07-07-2009 06:58 PM

Ist sicher noch ein Punkt, den man einbauen müsste.

Es geht bei postfix doch aber auch so, im aliases:

@aliasdomain.tld @hauptdomain.tld

fertig.

/J