Hallo,
ich habe nach dem HowTo
webmail einrichten versucht für jede Kundendomain eine
webmail.kundendomain.tld einzurichten.
Leider hat das nicht funktioniert.
Nach stundenlangen suchen in Foren, Google & Co. habe ich keine Lösung gefunden.
Folgendes habe ich verändert:
in
/etc/ispcp/bind/parts/db_e.tpl
Code:
; CNAME for webmail
webmail IN CNAME www
und in
/etc/apache2/sites-enabled/00_master.conf
Code:
<VirtualHost !!!_meine_ip_!!!:80>
ServerAdmin !!!_meine_mail_!!!
DocumentRoot /var/www/ispcp/gui/tools/webmail
ServerName webmail.meinedomain.de
ServerAlias webmail.*
ErrorLog /var/log/apache2/users/webmail-error.log
TransferLog /var/log/apache2/users/webmail-access.log
CustomLog /var/log/apache2/webmail-traf.log traff
CustomLog /var/log/apache2/webmail-combined.log combined
<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
<Directory /var/www/ispcp/gui/tools/webmail>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/master
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_php4.c>
<Directory /var/www/ispcp/gui/tools/webmail>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>
</VirtualHost>
So, nach dem ich
webmail.meinedomain.de aufrufe,
kommt leider folgendes:
Quote:Forbidden
You don't have permission to access /index.php on this server.
Apache/2.2.8 (Ubuntu) Server at webmail.wimatik.de Port 80
(08-13-2009 05:38 AM)forquato Wrote: Hallo,
ich habe nach dem HowTo webmail einrichten versucht für jede Kundendomain eine webmail.kundendomain.tld einzurichten.
Leider hat das nicht funktioniert.
Nach stundenlangen suchen in Foren, Google & Co. habe ich keine Lösung gefunden.
Folgendes habe ich verändert:
in /etc/ispcp/bind/parts/db_e.tpl
Code:
; CNAME for webmail
webmail IN CNAME www
und in /etc/apache2/sites-enabled/00_master.conf
Code:
<VirtualHost !!!_meine_ip_!!!:80>
ServerAdmin !!!_meine_mail_!!!
DocumentRoot /var/www/ispcp/gui/tools/webmail
ServerName webmail.meinedomain.de
ServerAlias webmail.*
ErrorLog /var/log/apache2/users/webmail-error.log
TransferLog /var/log/apache2/users/webmail-access.log
CustomLog /var/log/apache2/webmail-traf.log traff
CustomLog /var/log/apache2/webmail-combined.log combined
<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
<Directory /var/www/ispcp/gui/tools/webmail>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/master
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_php4.c>
<Directory /var/www/ispcp/gui/tools/webmail>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>
</VirtualHost>
So, nach dem ich webmail.meinedomain.de aufrufe,
kommt leider folgendes:
[quote]
Forbidden
You don't have permission to access /index.php on this server.
Apache/2.2.8 (Ubuntu) Server at webmail.wimatik.de Port 80
Könnt ihr mir was vorschlagen, wie ich dieses kleine Problemchen aus der Welt schaffen kann?