ispCP - Board - Support
Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c (/thread-584.html)

Pages: 1 2 3


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 05:18 AM

quick question that i have is about this line:
Quote: ServerName webmail.admin.isp-domain.tld
the route to my webmail (via browser) is http://admin.ispcp.dodgeintrepidchat.net/tools/webmail/src/webmail.php do i need to edit anything?

also, the "isp-domain.tld" do i need to change that?


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - BeNe - 10-29-2007 05:29 AM

Yeah use the vhost one.
You do not need to change the URL, becaus you set the DocumentRoot to /var/www/ispcp/gui/tools/webmail.

Quote:also, the "isp-domain.tld" do i need to change that?
Change it to yours

Greez BeNe


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 06:17 AM

ok, does this look right?

Quote:# related URL to customers webmail
<VirtualHost 65.255.217.202:80>

ServerAdmin admin@dodgeintrepidchat.net
DocumentRoot /var/www/ispcp/gui/tools/webmail

ServerName webmail.admin.dodgeintrepidchat.net
ServerAlias webmail.*

ErrorLog /var/log/httpd/users/webmail-error.log
TransferLog /var/log/httpd/users/webmail-access.log

CustomLog /var/log/httpd/webmail-traf.log traff
CustomLog /var/log/httpd/webmail-combined.log combined

<IfModule mod_fastcgi.c>
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>

<IfModule mod_php5.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>



RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - BeNe - 10-29-2007 06:20 AM

Yeah looks good so far...try it Smile

Greez BeNe


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 06:24 AM

no go


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - BeNe - 10-29-2007 06:30 AM

In which file did you added this lines ?
Any Apache2 Errors ?

Greez BeNe


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - joximu - 10-29-2007 06:35 AM

what is no go?

If I surf to
http://webmail.dodgeintrepidchat.net/

I get your webmail (http://webmail.dodgeintrepidchat.net/src/login.php)

Well - of cource the name must be resolvable - so there must be a DNS which is set up the right way:
webmail.xyz has to point also to your server - which does not seem to.

Only http://www.dodgeintrepidchat.net resolves to your IP - the admin. and webmail. don't

-> DNS problem

/J


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - graywolf - 10-29-2007 08:19 AM

it was a DNS issue i added a entry in the servers DNS Database and it works fine with the pointer in 00_master.conf


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - joximu - 10-29-2007 08:33 AM

that's what I was telling... so, are we fine?


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 09:22 AM

yep, unfortunately while i am learning this, i am also learning Linux, so i might ask some stupid questions that are actually covered, just that for some reason i didn't search right or something