wie stelle ich mein postfix bzw. die main.cf ein um mehrere domains auf
einem root-server zu empfangen und richtig einzuordnen?
bisher landen alle mails an die hauptdomaine.
Hier die Zeile in der main.cf:
virtual_maps = hash:/etc/postfix/virtual,
hash:/etc/postfix/confixx_virtualUsers,
hash:/etc/postfix/confixx_localDomains
die Dateien selber sehen so aus:
[confixx_virtualUsers]
irgendwas@email.de web4p2
[confixx_localDomains]
email.de confixx
leider klappt das Routing dennoch nicht. Alle Mails gehen an die Hauptdomain, der DNS läuft ohne Probleme.
im voraus besten dank.
cu
ja
Postfix mit mehreren Domains?
Do it over CONFIXX
Hi,
If you enter the reseller layout you can add a IP/Domain to the user, in there you add the domain you need. Logout and enter the CONFIXX user interface....go to >> Email and you will now see 2 domain names in the dropdown list. Bind the alias to the domain name of your choice and save the hole thing.
ps Remember that CONFIXX only applies the changes after 2 minutes so you might need to wait until the domain pops up.
Cheers
If you enter the reseller layout you can add a IP/Domain to the user, in there you add the domain you need. Logout and enter the CONFIXX user interface....go to >> Email and you will now see 2 domain names in the dropdown list. Bind the alias to the domain name of your choice and save the hole thing.
ps Remember that CONFIXX only applies the changes after 2 minutes so you might need to wait until the domain pops up.
Cheers
Re: Postfix mit mehreren Domains?
lange her, dass ich mal was mit Postfix gemacht habe, aber da war zusätzlich zu den virtual_maps auch noch was mit den transport einstellungen. d.h. man muss postfix irgendwie sagen, dass mails für die domain virtual und nicht local zugestellt werden.
Die Lösung - Postfix mit mehreren DOMAINS
main.cf:
mydestination = $myhostname, localhost.$mydomain, $mydomain,
/etc/postfix/mydestinations.dat
mydestinations.dat:
domain1
domain2
domain3
That`s it!
cu
ja
mydestination = $myhostname, localhost.$mydomain, $mydomain,
/etc/postfix/mydestinations.dat
mydestinations.dat:
domain1
domain2
domain3
That`s it!
cu
ja