Ticket #808 (closed enhancement: fixed)

Opened 11 months ago

Last modified 7 months ago

webmail.mydomain.tld, pma.mydomain.tld

Reported by: anonymous Assigned to:
Priority: feature Milestone: ispCP ω 1.0.0 - RC4
Component: Backend (Engine) Version: ispCP ω 1.0.0 - DEV
Severity: Keywords:
Cc:

Description

create a subdomain which embeddeds webmail.mydomain.tld to admin.mydomain.tld/tools/webmail
do the same for pma, filemanager...

OR:
create a universal login for ftp, mail, domain, sql on admin.mydomain.tld (maybe a selectbox will help)

Attachments

Change History

(follow-up: ↓ 2 ) 10/21/07 22:05:30 changed by joximu

(in reply to: ↑ 1 ) 10/21/07 22:06:53 changed by joximu

Replying to joximu:

it's not a bug...

sorry - you flagged it an enhancement...

but the solution still should work :-)

See about a solution: http://www.isp-control.net/forum/links-webmail-pma-filemanager-ispcp-omega-100-rc2c-t-584-2.html#pid4535

(follow-up: ↓ 4 ) 10/21/07 22:31:21 changed by anonymous

sure there are workarounds, but wouldn't it be nice to have it by default? not everyone has access to the user management interface (e.g. friends, family) they just want to access the webmailer. telling them to use admin.mydomain.de/tools/webmail would make them go crazy

(in reply to: ↑ 3 ) 11/16/07 14:46:28 changed by hodza <kozak@fofrnet.cz>

Replying to anonymous:

sure there are workarounds, but wouldn't it be nice to have it by default? not everyone has access to the user management interface (e.g. friends, family) they just want to access the webmailer. telling them to use admin.mydomain.de/tools/webmail would make them go crazy

First add redirect rules to the parts of Apache config files

ns1:~# cd /etc/ispcp/apache/parts/
ns1:/etc/ispcp/apache/parts# diff -U1 dmn_entry.tpl-old dmn_entry.tpl
--- dmn_entry.tpl-old   2007-11-04 21:56:16.000000000 +0100
+++ dmn_entry.tpl       2007-11-16 08:32:38.000000000 +0100
@@ -27,2 +27,5 @@
     Redirect /ispcp http://{BASE_SERVER_VHOST}
+    Redirect /filemanager http://{DMN_NAME}/ispcp/tools/webmail/
+    Redirect /phpmyadmin http://{DMN_NAME}/ispcp/tools/pma/
+    Redirect /webmail http://{DMN_NAME}/ispcp/tools/webmail/

Stop daemon

ns1:~# /etc/init.d/ispcp_daemon stop

Connect to MySQL database as root

ns1:~# mysql -u root -p
Enter password:

Change databse to ispcp

mysql> USE ispcp;

Update domain status

mysql> UPDATE `ispcp`.`domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';

Exit from MySQL command line

mysql> quit

Regenerate config files

ns1:~# /var/www/ispcp/engine/ispcp-rqst-mngr

Start daemon

ns1:~# /etc/init.d/ispcp_daemon start

Test it

http://example.com/phpmyadmin
http://example.com/webmail
http://example.com/filemanager
http://example.com/ispcp

11/29/07 23:16:13 changed by rats

  • version set to ispCP ω 1.0.0 - DEV.
  • milestone changed from ispCP ω 1.0.0 to ispCP ω 1.0.0 - RC4.

02/12/08 23:50:07 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

added in r999

02/13/08 00:25:05 changed by joximu

well - the fix is now the redirect version.

The original ticket was a subdomain solution as described in http://www.isp-control.net/ispcp/wiki/customer_webtools

So maybe this will be opened again....

02/13/08 00:49:36 changed by rats

not possible. we have to redirect. no matter if subdomain or not ... do not see where the benefit of a subdomain should be to an path ...

(follow-up: ↓ 10 ) 02/15/08 11:42:10 changed by joximu

We do *not* have to redirect. benefit: it's shorter and most people (customers) can keep this better in their brain.

Technically there's no big difference... of course.

Sometimes I wonder who's the target for this software - either for the sub-basic noob who needs everything to be set up automatically on the other side a small improvment for non technical people/customers is ignored.

(in reply to: ↑ 9 ) 02/15/08 17:36:03 changed by rats

Replying to joximu:

We do *not* have to redirect. benefit: it's shorter and most people (customers) can keep this better in their brain.

We have to. Webmail, Web-FTP and PMA are running under the controll user (mostly vu2000). So we have to redirect to the admin-domain.

Technically there's no big difference... of course.

It is a difference, in a logical way ... and it's unimportant if we do or not. We cannot and we won't preconficure anything.


Add/Change #808 (webmail.mydomain.tld, pma.mydomain.tld)




Action