Apache VHost (dyndns) vs. Mailserver

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Apache VHost (dyndns) vs. Mailserver

Postby SphaeroX » 10. January 2008 05:17

Hallo ich habe das Problem das der Mailserver nicht geht bei meinen VHosts. Normal sollte DynDns ja einen eigenen Mailserver haben und das mit den MX-Hosts blick ich nicht so ganz (welchen Mailserver).
Hier mal ein auszug auser meiner vhost config:

Code: Select all
NameVirtualHost *:80

<VirtualHost *:80>
ServerName URL1
ServerAlias URL1
ServerAdmin -
DocumentRoot "C:/xampp/htdocs/URL1"
ServerName URL1
CustomLog C:/xampp/apache/logs/URL1.log combined
ServerSignature On
<Directory "C:/xampp/htdocs/URL1">
AllowOverride All
Options IncludesNoExec
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName URL2
ServerAlias URL2
ServerAdmin -
DocumentRoot "C:/xampp/htdocs/URL2"
ServerName URL2
CustomLog C:/xampp/apache/logs/URL2.log combined
ServerSignature On
<Directory "C:/xampp/htdocs/URL2.cx">
AllowOverride All
Options IncludesNoExec
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName URL3
ServerAlias URL3
ServerAdmin -
DocumentRoot "C:/xampp/htdocs/URL3"
ServerName URL3
CustomLog C:/xampp/apache/logs/URL3.log combined
ServerSignature On
</VirtualHost>
<Directory "C:/xampp/htdocs/URL3">
AllowOverride All
Options IncludesNoExec
Order allow,deny
Allow from all
</Directory>

SphaeroX
 
Posts: 8
Joined: 31. July 2007 21:07

Postby Wiedmann » 10. January 2008 10:32

Hallo ich habe das Problem das der Mailserver nicht geht bei meinen VHosts.

Ein Mailserver und die VHosts von Apache haben überhaupt nichts miteinander zu tun. (Die VHosts interessieren nur den Apachen selbst)
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 34 guests