Plesk 11.x / Linux :: Webmail On Normal Domain Without Separate Subdomain

Sep 1, 2014

change the webmail from Plesk over

/usr/local/psa/admin/conf/templates/custom/domainWebmail.php

thats working without a problem if i change the Webmail Subdomain from one to another.

But i want to change the webmail from

webmail.domain.tld

to

domain.tld/webmail

The following change in domainWebmail.php does not work:

ServerAlias "<?php echo $VAR->domain->asciiName ?>/webmail"
<?php foreach ($VAR->domain->mailAliases AS $alias): ?>
ServerAlias "<?php echo $alias->asciiName ?>/webmail"
<?php endforeach; ?>

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Redirect All Hosted Domain Webmail To Main Hosting Webmail URL

Nov 29, 2014

My requirement is to redirect all hosted domain's webmail to the main hosting webmail url .. how can this be achieved ?

View 7 Replies View Related

Plesk 12.x / Linux :: Webmail Without Subdomain?

Jul 10, 2015

I'm planning on hosting some websites for customers. I am using Plesk 12. So far so good.

Now here's the problem. For some reason my host by default doesn't offer subdomains (unless I buy a more expensive package). Will this cause any problems? For example webmail.mydomain.com won't work because it uses a subdomain.

Will there be another way for customers to access their webmail?

View 3 Replies View Related

Plesk 12.x / Linux :: Wildcards With Webmail And Subdomain

Nov 20, 2014

My config :

CPUAuthenticAMD, AMD Opteron(tm) Processor 4334
VersionParallels Plesk v12.0.18_build1200140606.15 os_CentOS 6
OSCentOS 6.5 (Final)

I install and use a site with wordpress in multisite mode using subdomain > its ok to make it work,

I create vhost.conf in /var/www/vhosts/system/mydomain.com/conf/vhost.conf

And add A key *.mydomain.com in DNS

I try to go to webmail.mydomain.com and it always redirect to my domain.com, I create a subdomain manually and subdomain don't work WHY ?

Question : What must I do to allow manual subdomain and webmail under Plesk v12.0.18_build1200140606.15

View 2 Replies View Related

Plesk 11.x / Linux :: Setting Up Separate Mail Accounts For Domain Alias?

May 6, 2014

I've got a situation in which I need to have a set of mail accounts that share a domain name with a domain that's already in use as a domain alias and because the domain is already in use, I'm unable to create a new account using that domain. I tried explicitly adding "www" to the domain alias so I could keep the www.domain.com address as an alias and reserve the "domain.com" name for use as a separate account, but Plesk won't allow for that.

How to address this? The idea I'm currently considering is to delete the domain alias and then create the new account and manually set the DOCUMENT ROOT of the new account to refer to the other domain's document root. I'm sure this could create some difficulty in Plesk so I'm looking for input before trying it. I'm actually not even sure exactly where I would be able to redefine the document root with Plesk allowing the change and not overwriting it later.

If all else fails, I can setup a new account on a different and unrelated Plesk server, but I'd prefer not to do that.

View 2 Replies View Related

Plesk 12.x / Linux :: Enable Webmail In A Domain With Disable Website

Jun 23, 2015

I have a Plesk 12 server running under Debian 7. I have a website with only mail so I disable web hosting. The problem is that the client needs to use webmail but webmail does not work (maybe because web hosting is disabled)...

View 1 Replies View Related

Plesk 12.x / Linux :: Easy Way To Convert Subdomain Into Domain?

Apr 7, 2015

I've got a customer that has a website at hisdomain.com . He created a subdomain called dev.hisdomain.com for the new version of his website. Now he wants to take it live. Had he created dev.hisdomain.com as a subscription instead of a subdomain, it would have been easy to "rename" the old site to old.hisdomain.com and then rename the new site to the current name.

Am I going to have to move all the files around at the command line or is there an easier way to switch around the sites? The server in use is CentOS 6.6

I thought that those were my options.

Click to expand...
Click for original message

View 6 Replies View Related

Plesk 12.x / Linux :: Warning When Adding New Domain Or Subdomain?

Jan 20, 2015

When i add a Domain or Subdomain through Plesk Panel, I get the following Warning :

Attention: relink-vhost-logs failed: mkdir: cannot create directory `./vps118861.ovh.net/logs': File exists ERROR: Cannot relink logs. Target directory '/var/www/vhosts/vps118861.ovh.net/logs' is in invalid state.

[URL]

I tried the 2 solutions but I still have the error... here are the results of the two commands :

[root@vps118861 logs]# ls -alh
total 2,3M
drwxr-xr-x 16 administrateur root 4,0K 20 janv. 13:59 .

[Code]....

View 2 Replies View Related

Plesk 12.x / Linux :: Domain / Subdomain - Hosting Type?

Nov 28, 2014

Following configuration given:

Abo with "domain.com" - Hosting Type - Webspace (with E-Mail Services)
Subdomain "sub.domain.com" - Hosting Type - Forward

Customer asked us to activate Forward for "domain.com "to other Domain for 2 weeks - but as soon as a Subdomain points on a Domain - I can NOT change the Hosting Type anymore ... WHY???

If I want to change Hosting Type from Hosting to Forward for some weeks - it always deletes the whole Webspace for the Domain ... ?!?

1) Why can't I change Hosting Type when a Sub-Domain is created?
2) Why can't I tell Plesk to change Hosting Type WITHOUT deleting the whole Webspace ...

View 1 Replies View Related

Plesk 12.x / Linux :: Adding Subdomain To Forwarding Root Domain

Apr 23, 2015

I want to add a subdomain foo.bar.com to a master domain bar.com in the subscription bar.com. Normally this works but if I set the hosting type of the master domain to forward, I cannot add subdomains anymore. If I have already added a subdomain, I cannot change the hosting type of the master domain. Also it is not possible to add a second domain to the subscription anymore.

View 6 Replies View Related

Plesk 12.x / Linux :: How To Install Wildcard SSL For Domain / Subdomain Hosted On Server

Apr 13, 2015

I am running a CentOS 6.5, 64-bit server with Plesk 12.0.18, and need to install a wildcard SSL for one of the domains/sub domains hosted on this server.

So you have the csr and private key installed (and domain.crt?), you just need to open..

1. COMODORSAAddTrustCA
2. COMODORSADomainValidationSecureServerCA

On your desktop and combine the two files into a new intermediate.crt file and upload that as the CA File.

But I'm not sure why you can't add it as text.

Click to expand...
Click for original message

View 7 Replies View Related

Plesk 12.x / Linux :: Making Subdomain Serve Files From Same Directory As Main Domain

Sep 28, 2014

I'm setting up a SAAS service which is built on top of Laravel. To put it simply the service itself knows whether its being called from a sub.example.com or just example.com and serves a correct response accordingly. So going to sub.example.com will use the same index.php file as example.com but the routes and controllers within the application will provide a different response. sub.example.com will show a tenant login page where as example.com will show a new tenant subscription page or something else.

So when someone new subscribes I add a new entry to the database with a subdomain name for them and when a request comes from that subdomain and they are logged in it will show them their information. Easy right.

There is a problem though with setting it up with Plesk. When I add a wildcard subdomain, it will look for /subdomains/sub/ for the files which is a bit problematic since I want it to serve the files from the same place as the domain example.com.

Is there a way to configure that so that regardless of the subdomain it will try and serve the exact same content as my main domain?

View 2 Replies View Related

Plesk 11.x / Windows :: Error - Invalid Webmail Type When Creating Subdomain

Jun 30, 2012

I recently upgraded to version 11.0. Since the upgrade, I am not longer able to to create Sub-Domains. I did this all the time with version 10x with NO issues whatsover, but now I get the following error when trying to create a subdomain:

Error: Invalid webmail type

SCREENSHOT OF ERROR IS ATTACHED.

View 9 Replies View Related

How To Point A Subdomain To A Separate IP

Dec 12, 2007

I have a domain : [url] pointed to server A with IP : 11.11.11.11

I want to make : [url] pointed to server B with IP : 22.22.22.22

I'm using CentOS on server A and I have cPanel/WHM on it and btw I found this tutorial about what I'm asking for but it didn't work after I did it

View 5 Replies View Related

CPanel- Separate Account For Subdomain

Nov 28, 2008

In an effort to install an SSL cert for a subdomain (secure.domain.com), I recreated my accounts in WHM. Account 1 has userA and domain domain.com, and Account 2 has userB and domain secure.domain.com. I think I have everything back to normal, but I want to get everything stable before testing the cert install.

My question is, when visiting cpanel.domain.com, to enter the cpanel for that account, I am able to login with both userA and userB credentials, and the same when logging in to cpanel.secure.domain.com. As stated, I have separate WHM accounts for the main domain and the secure subdomain, I have dedicated an IP address for the secure subdomain, and the main domain uses the share IP address, and also, there are separate DNS zones setup for the secure subdomain and the main domain.

How do I set it up so that only userA can login to cpanel.domain.com and only userB can login to cpanel.secure.domain.com? Or is this not an ideal setup, and if not, what would be the ideal setup here?

View 6 Replies View Related

Plesk 12.x / Linux :: Each Website In Separate Directory

Dec 15, 2014

I just started using plesk for my blogs and websites, so testing and finding my way around i notice every site i add instead of having its own folder just like in cpanel(shared hosting) the sites are been added under the primary domain.

example; maindomain.com/seconddomain.com

I want it to be

maindomain.com
seconddomain.com
thirddomain.com
etc ...

View 3 Replies View Related

Plesk 12.x / Linux :: Using Remote Database Server On Separate Installs?

Nov 24, 2014

Is it possible to use a remote database server on two or more Plesk installations without issue?

Plesk A (192.168.1.1):

Local MySQL (default)
Remote A MySQL (192.168.1.5)
Plesk B (192.168.1.2):

Local MySQL (default)
Remote A MySQL (192.168.1.5)

... etc etc. Is that possible? It'll allow me to create databases on the remote server from both/all the Plesk servers without conflict?

View 1 Replies View Related

Plesk 11.x / Windows :: Promote Subdomain To Full Domain?

Feb 19, 2013

I've got a plesk 11 server and I've created a subdomain for a client but I need to have this as a full domain for the SSL certificate. Is there a way to convert a subdomain to a full domain without deleting the subdomain and creating a new hosting subscription?

View 2 Replies View Related

Plesk 11.x / Windows :: Promote Subdomain To Full Domain

Sep 18, 2012

I have a client that has a subdomain shop.xxxx.com. This subdomain needs its own SSL and own IP address for it. Right now its listed as a subdomain under xxxx.com. Also, the xxxx.com has another SSL and IP.

Since there doesnt seem to be any way to do this in plesk, I had to create the subdomain as a regular subdomain and then manually manipulate IIS to change the IP and add the ssl mapping.

If I try to add a new domain, it automatically tags it with the WWW.

Is there any way to just create a new domain without the www infront of it, so I can move shop.xxxx.com from a subdomain to a primary domain that stands alone...

I haven't played around much with the new iis 7+, but in older iis, you needed a dedicated IP for each SSL certificate.

View 3 Replies View Related

Plesk 11.x / Windows :: Dedicated IIS Application Pool For Each Domain / Subdomain

Aug 1, 2012

How can I set dedicated IIS Application Pool for each domain/subdomain? I only can found the setting assign one application pool for each subscription. But my subscription have two subdomain (one subdomain have virtual directory to share to other subdomain) and would like have two application pools.

View 7 Replies View Related

Plesk 12.x / Windows :: Create Subdomain Without Creating Main Domain

Mar 21, 2015

I am using Web admin edition .I need to create two subdomains namely sub1.example.com and sub2.example.com with different IP address. So i need to create two webspaces since a webspace cannot have two domians pointing to two different IP. So now to I can create two webspaces set to different IP. But to create sub1.example.com in one webspace and sub2.example.com in another webspace , i need main domain example.com in both the workspace. But if try to create example.com in second webspace it already exists.Because it exists in another webspace. Actually i dont want to create example.com in both webspace. i need to its subdomain in different webspace.

So one solution is to create example.com and sub1.example.com in one webspace and create another webspace using Adding new webspace and specifying domain name as sub2.example.com. But i don't know does the second subdomain will work properly without creating main domain.

View 1 Replies View Related

Plesk 12.x / Linux :: Unsecured Connection For Webmail

Jul 13, 2015

I noticed Plesk uses an unsecured connection for webmail: webmail.mydomain.com

Can this connection be secured or is that not possible?

(Isn't this a security risk?)

View 2 Replies View Related

Plesk 11.x / Linux :: Unable To Get Webmail Password?

Jun 16, 2013

I get an error when i try to access my webmail(horde) over the i-net i get error Unable to get webmail password every time. The error appeared when i upgraded from 11.09 to 11.5. I also followed this tutorial but it didn't worked too. --> [URL] ....

View 8 Replies View Related

Plesk 11.x / Linux :: Login To Horde Webmail Not Possible

Jul 13, 2012

When I try to login via webmail horde I get always:

Login failed because your username or password was entered incorrectly.

The logfile shows:

Jul 13 12:23:32 HORDE [error] [imp] FAILED LOGIN for mail@domain.tld [1.2.3.4] to to {127.0.0.1:143 [imap/notls]} [pid 5358 on line 139 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]Click to expand...

View 17 Replies View Related

Plesk 11.x / Linux :: Can't View Subdomains And Webmail

Sep 28, 2014

I have a server in my house. My IP local is 192.168.1.61 and i have other ip static public. I can view my domain and one subdomain, but i don't view other subdomain and webmail.

View 1 Replies View Related

Plesk 12.x / Linux :: Webmail - Roundcube Not Working

Aug 18, 2014

I installed PLESK12 (or better: I installed the distributed Debian-Image from my hoster) onto my server. Everything works fine as always - except webmail. I did the following:

- in the general webmail properties, I deactivated Horde. roundcube was active and still is (also tried to activate it again)
- I also activated roundcube as webmailer in the hosting itsel.
- tried to open webmail.mydomain.com --> site not found. I added a mail-adress and tried to use the icon to the webmail --> site not found.
- I restarted the server (maybe deactivation Horde did some stuff there...)... no changes.

PLESK 12 (latest update), running on Debian 7.6 ....

View 1 Replies View Related

Get A Domain Name With Hosting, Or Separate

Feb 10, 2007

Before I went to register with GoDaddy, I looked back at some web hosts I was considering. Some real good ones include free domains. What are advantages to bundling a domain with the hosting package? Is setup usually quicker? What if, at the end of a yearly contract, I decide I want to host my site with a different company? I certainly hope domain names are transferrable around the expiration period.

View 17 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved