Plesk 11.x / Linux :: How To Get Apps Into Featured App Section

Feb 2, 2014

We have access to apps enabled in subscriptions, but we only see Drupal as the Featured App. In all other Plesk servers, we've installed, it showed at least Drupal, WordPress and Joomla. How do we add Apps to the Featured section of Applications?

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Turn Off Prompt To Update Vault Apps

Oct 9, 2014

How do I turn off prompt to update application vault apps?

View 10 Replies View Related

Plesk 11.x / Windows :: Cannot Change Preferred Domain Section After Upgrade

Jun 14, 2013

After upgrade plesk 11 to 11.5 there is a new feature in domain hosting settings which is called "Preferred domain"

We can not change the state of Preferred domain. It always remain domain.tld When we try to change it to "none" panel says "Information: The settings were successfully updated."

When we check hosting settings again Preferred domain section is domain.tld . due to that reason we r having lots of diffuculties. Lots web page down due to web.config file has redirection.

View 8 Replies View Related

Hostfresh Featured On F-Secure

Mar 14, 2009

The type of spam runs we saw late last year (Obama and BofA) are starting to pick up again in volume. We've seen Classmates being used as a theme and two days ago it was fake Facebook messages. Today it's back to fake Bank of America certificates.

As in all previous spam runs it leads to a site prompting you to download a fake Adobe Flash player. This malware steals confidential information and sends it to a web server.

In previous attacks this server was in Ukraine but it has now been moved to Hong Kong. If you see network traffic to the IP address 58.65.232.17 it's a bad sign.

View 2 Replies View Related

Plesk 11.x / Windows :: How To Setup Server For Google Apps (Email)

Apr 17, 2014

I want to use Gmail to host my email. I have already confirmed my domain and now I can successfully send emails via my domain.

However in order to receive emails I need to add/update the MX records on my server. I did that (I think) but now, 24h later, the records don't seem to be updated yet.

For instance intodns.com still shows that there is only one MX record: [URL] ....

This is my setup where you can clearly see the MX records required by Google:

I changed the TTL to some minutes but still the changes don't seem to be propagated.

The screenshots are taken from "Website & Domains" -> my domain -> DNS - that should be the right thing to change, correct?

View 1 Replies View Related

Using Google Apps

Jan 18, 2008

What can be disabled (Mail related) if the only domains on the server use google apps "gmail" for mail? I only really need roots mail. Anyone tried this yet, I figured I asked before I use trial and error.

antirelayd
exim
imap
pop

View 0 Replies View Related

Google Apps Alternative?

Mar 17, 2009

does anyone know of a google apps alternative seeing as google apps is no longer free.

View 4 Replies View Related

Google APPS And MX Settings

Feb 7, 2008

I want to shift my mail to Google Apps (standard version). Currently my DNS is pointed towards 1and1 dedicated servers (having problems with 1and1 mail services). Want to keep hosting with them but change the Email to Google apps.

The Registrar of the domain is Netfirms, Inc.

My current Settings for nameservers in Nefirms CP are:
ns29.1and1.com
ns30.1and1.com

Google Instructed me to verify first by creating a CNAME, which I did in Netfirms control panel.

'googlexxxxx.mydomain.com' Pointing to 'google.com'

DONE.

Google gave me the MX records to enter in the Netfirms panel.

ASPMX.L.GOOGLE.COM
ALT1.ASPMX.L.GOOGLE.COM

DONE.

It's been more than 24 hours, neither MX updated not that CNAME lookup 'googlexxxxx.mydomain.com is propogating.

What I am supposed to do here? I am waiting here for last 24 hours. I think that I have to set up these settings with my registrar (Netfirms) rather than it has to do something with 1and1?

Any suggestions?

View 1 Replies View Related

CPanel And Google Apps

Oct 5, 2009

I'm using cpanel and google apps. I made mail in google apps mail@mydomain.com

I set up MX entries. When I sending mail from e.g. yahoo or hotmail to mail@mydomain.com I can receive it. But when I'm sending mail from php contact skript which is located at my site I cannot receive mail, like it doesn't exist. why?

View 4 Replies View Related

Google Apps / Email

Mar 21, 2008

attending to clients and their email inbox limits is occuring more frequently
i'd prefer to minimize this chore, especially now i have some clients using IMAP it means the server fills up rapidly.

google apps -just for handling email- seems attractive (6GB free) compared to increasing the monthly fee for extra server space which seems to be kind of expensive at my webhost.

i would actually prefer to keep using the Webmail interfaces offered on the servers but i dont think my clients will change their bad habits of filling up their inbox, and lets not forget the increasing levels of SPAM.

what are other people doing with email?

are many people outsourcing it to google?

i'd appreciate any other ideas or suggestions.

View 0 Replies View Related

Do You Use/recommend Google Apps For Domains? Why/ Why Not?

Jun 10, 2008

I was considering using Google Apps for domains, for my other domains but would like to hear people's opinions on it first.

Do you use/recommend Google Apps for domains?

Why do you use/recommend it, if you do? or Why do you not use/recommend it?

View 4 Replies View Related

Dns Information In LXAdmin For Google Apps

Apr 9, 2008

You use FCName for setting cnames in the dns info. for google apps like calender, docs etc., right!!! then how do you provide the ttl values.

View 2 Replies View Related

Google Apps Custom Url, Cname And WHM

Mar 16, 2007

i am trying to use a custom url (example: mail.mydomain.com) for my google apps e-mail.

i can't seem to figure out how to set up the CNAME in WHM to allow this to occur and google apps' help function is not well ...

View 0 Replies View Related

Mismatch In Time Between The Server And Apps

Jun 16, 2009

Thought of sharing this with all.

Issue:

Php function was returning wrong time. There was a difference of 1 hour between the server time and the php time. Due to this ,most of the functions on the site were not working properly.

Fix :

For checking the php time, put the following code in a file, say time.php

Code:
<?php
$time = time();
$result = date(”Y-m-d (D) H:i:s”,$time);
echo “Current date and local time on server = $result “;
?>
Execute the php script.

Code:
[root@localhost ~]# php -a time.php
Interactive mode enabled
Current date and local time on server = 2017-01-30 (Mon) 18:04:25
To get the server time , issue the following command :

Code:
[root@localhost ~]# date
Mon Jan 30 17:04:25 IST 2017
You can see the difference of one hour between the server time and the php time.
For fixing this, you need to install the PECL timezonedb module.

Code:
[root@localhost ~]# pecl install timezonedb

At the end , you might see the following message :

==========================

Build process completed successfully
Installing ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.s o’
install ok: channel://pecl.php.net/timezonedb-2009.6
configuration option “php_ini” is not set to php.ini location
You should add “extension=timezonedb.so” to php.ini
==========================

So , add the line ” extension=timezonedb.so” to the php.ini file and restart apache.

There shouldn’t be any mismatch in time now.

View 1 Replies View Related

Automatically Starting Apps On Bootup

Jul 31, 2008

i just can't get this app to start up automatically.

i've put a script with execute permissions into my /etc/init.d/ folder, and ln'ed it to my rc.d/rc5 directory as S50myscript.

no go. and i don't even know where to look in the server logs to see what the issue is?

View 2 Replies View Related

Have Hawkhost, Who Should Host DNS- Using Google Apps

Nov 9, 2008

I currently got signed up with Hawkhost and I love the interface so far. I bought all my domain names through Name Cheap. I wanted to see what you guys thought would be the best set up...

I would like to use Google Apps to host my email and not hawkhost.

I have two options: I can have hawkhost host my DNS or NameCheap. Do you guys think it would be better to let Namecheap host my DNS and just point the www record to my website?

Just curious what your guys were on letting the webhost host the DNS and if there were any cons with that.

I'm sure hawkhost is reliable, but I just don't like putting all my eggs in one basket and would prefer to have Google host my email...

View 10 Replies View Related

Mail Pointing To Google Apps

Jan 8, 2008

I have setup the DNS records for my domain, just need it confirming by someone.

Domain is registered using godaddy, so using their default nameservers and modified the records:

A Records:

Host Points To TTL
@ http_Serverip 1 Hour

ftp ftp_Serverip 1 Hour

www http_Serverip 1 Hour

* http_Serverip 1 Hour

cnames:

Host Points To TTL

www @ 1 hour

MX records:

Priority Host Goes To TTL
10 @ aspmx.l.google.com. 1 Week

20 @ alt1.aspmx.l.google.com. 1 Week

30 @ alt2.aspmx.l.google.com. 1 Week

40 @ aspmx2.googlemail.com. 1 Week

50 @ aspmx3.googlemail.com. 1 Week

Hope you can work out the above tables, I have website pointing to a server and mail pointing to google apps.

View 2 Replies View Related

Google Apps :: Need SMTP On My Server?

Jun 25, 2008

If I have set up google apps for domain, do I need any MTA/SMTP server running on my server?

View 3 Replies View Related

Google Apps Administration And Integration

Nov 3, 2008

Our company uses Google Apps for Domain (and we are very satisfied with it). Until recently, we were accessing our email via[url], but we then realized that it can be accessible via [url]by updating CNAME and MX records for our DNS zone. We have full access to WHM and cPanel.

However, what we are trying to accomplish, if possible, that, when someone types [url], it does NOT redirect him/her to [url], but it remains on that very domain. For example, the address for GMail inbox in that case would be [url]

View 4 Replies View Related

Google Apps, Email Login

Aug 31, 2008

I have a question regarding Google Apps when it comes to my email login. (Have searched extensively on Google App's support, but to no avail)

I have created the email address kim @ kimstewart.ca through Google Apps and have set my MX records through HostGator. Propagation looks to now be complete and my emails are sending and I am able to receive. However, when I access my emails through the Google Apps dashboard, it takes me to this rather long and convoluted URL:

[url]

I was hoping to just be able to log into www.gmail.com and enter my email/password to be able to login. It this not possible? Or do I need to do some more tinkering from Google Apps in order to make this work? (I also have an iGoogle account I would like transfered over to my Google Apps email.)

View 2 Replies View Related

Improving Performance On IIS - PHP And MySQL Apps

Sep 21, 2007

I'm having some performance issues on IIS with my PHP and MySQL applications. I'm also starting to see some errors.

One of my main apps is vBulletin. I've tried posting there for help, but not many people there have experience with IIS.

See this thread:
[url]

View 8 Replies View Related

Mod_evasive Bans Some Legit Apps

Dec 10, 2007

mod_evasive bans some of the legit users (galleries , typo3 etc.) with following settings:

<IfModule mod_dosevasive20.c>
DOSHashTableSize 3097
DOSPageCount 10
DOSSiteCount 150
DOSPageInterval 1
DOSSiteInterval 3
DOSBlockingPeriod 10
</IfModule>

Somebody have an idea for some less restrictive but still usefull rules?

View 10 Replies View Related

Sending Mail From Server When Using Google Apps?

Jun 28, 2008

If I am using Google Apps for Domain, how can I send mail from my physical server (like from scripts)?

View 6 Replies View Related

Google Apps And Limits With Email Marketing

Jun 3, 2009

Not sure if it's the best forum to ask this, but it's related to hosting.

I have a Windows hosting for our business and send a newsletter twice a week to almost 10,000 subscribers through the hosting mail server.

I'd like to move to google apps so we can use the gmail interface. The problem is that I see Google apps has some limitations for sending mails (500 per user per day if I understood right, no matter if it's free or premier account).

Does anyone send a newsletter through Google apps? What can I do?

View 11 Replies View Related

Google Apps Domain Email Setup

Oct 28, 2009

I would like some help on setting up google apps emails on a PLESK hosting on 1and1.com.

Here is my MX server setup, and doesn't seem too work. I set it up before but i didn't save it and now I forgot how to do it again.

where the error is?

View 3 Replies View Related

Cpanel Catching Email Instead Of Google Apps

Apr 2, 2009

This is very perplexing, a few days ago our WHMCS stopped sending email to our google apps account. I soon found out that the server WHMCS is hosted on, that Cpanel is catching all email.

However, we have the DNS set @ everydns.com including a SPF+MX records which worked before on our DirectAdmin server; Our email use to go fine to google apps however it seems like Cpanel is somehow acting as the MX server?

View 6 Replies View Related

Cisco ASA 5505 - Any Windows Based Apps

Oct 22, 2009

we have bought a new Cisco ASA 5505 firewall, I was wondering if anyone knows if their is any windows based applications rather than having to use ssh?

View 1 Replies View Related

2-5min Delay In Logins And Misc. Apps.

May 9, 2009

VPS: Openvz, 512mb, 50gb hd, 10mbit shared located in Kansas.

Problem: After entering in my username / password I experience a 2-5 minute delay before the login is processed. I have tried logging in from 3 different ISP's (AT&T, Comcast, T-mobile via Blackberry), 1 webserver (ssh), and HyperVM's Java client. Each produces the same result.

Also, apps such as yum and traceroute produce the same long delays ranging from 2-5 minutes as though the vps locks up or the node has zero resources.

When I use the command center via HyperVM I receive the same long delays. Rebuilding the VPS does nothing. O/S has no affect.

Despite long discussions with the VPS staff they insist there are no problems on their end and that no one else is experiencing this problem. What gives?

View 9 Replies View Related

Bandwidth Management Apps (like To Avoid Overage)

Mar 28, 2009

Are there any aps or addons or anything like that for debian where u can set your monthly data quota and have it execute a command when it's reached? (like sudo shutdown -r now , this would stop all my progs from using bw as they don't auto reload)

Or some other method of keeping you from going into overage

Atm I'm trying to use up as much as possible but most of my activity occurs while I'm out of the house (wrong hours) and I"m scared to leave it running because my gigabit server could easily burn through the last 300gb in a hour or 2

atm I have vnstat installed, maybe it has some anti overage feature?

(cmds could be proc kill cmds too I suppose)

View 1 Replies View Related







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