AlpineWeb Home
Search: For:   ~ Advanced Search  

  Support Home     Documentation     Knowledgebase     Help Desk     Blog 

Support Home > Signature > Tuesday, May 13, 2008

Signature Hosting Frequently Asked Questions


For all other domain name registration questions go to:
http://alpineweb.com/dns/domain_registration_faq.html

Is there a Control Panel to manage my Signature account?


Yes. To access your Control Panel through the Web:
  1. Start your Web browser.
  2. Type http://your_domain.com/ControlPanel/ in the address bar, then press Enter (replace your_domain.com with your domain name). The Control Panel Login window appears.
  3. Type your user ID and password in the appropriate text boxes.
    If your user ID/password combination does not work, an error message appears. Contact support.
  4. Click Login . If you are logging in for the first time, the Quick Start page appears. If not, the page you have selected in the Set my Start Page to drop-down list appears.

    The following features and functions appear on your start page:
    • Help, Sitemap, and Logout buttons in the upper-right corner.
    • At the top of the page, a drop-down list of selectable features including My Account, My Files, My Mail, My Users, My Website, and Quick Start.
    • Navigation tabs that change depending on the selection in the drop-down list.
    • A Things to do window that provides direct access to frequently-used functions for the selected feature.
    • A Summary window that provides information about your account.
[Back to Top]

What features are available for a Signature account?


Depending on your plan level you will receive between 50 to 800 MB of disk space (upgradeable via our a la carte ordering system).
  • From 1 to 40 GB of data transfer per month
  • From 5 to 100 email users per account
  • Unlimited email aliases and autoresponders
  • Triple data backup
  • Access to raw log files
  • Unix FreeBSD 4.10 or later OS
  • SPAM filtering
  • Virus Scanning with Clam AntiVirus (ClamAV)
  • SSL Secure Server Support
  • 24/7 monitoring

Is there a limit to the number of users I can add to my account?


Depending on your plan level you may have from 5 to 100 users per account. You may also add up to 20 additional user accounts to any of our Signature plans.

[Back to Top]

What kinds of tools are available for managing accounts?


Your Control Panel provides a comprehensive set of tools in five sections:
  • Quick Start provides access the main features used in each section of the Control Panel.
  • My Account provides access to the following:
    • Home page (Things to do in My Account and Summary)
    • Profile
    • Password
    • Domain Blocking
  • My Files provides access to the following:
    • Home page (Things to do in My Files and Summary)
    • All Files
    • Shared Files
  • My Mail provides access to the following:
    • Home page (Things to do in My Mail and Summary)
    • Inbox
    • Compose
    • Address Book
    • Folders
    • Options
  • My Users provides the following:
    • Home (Things to do in My Users and Summary)
    • User List
    • Aliases
  • My Website provides access to the following:
    • Home (Things to do in My Website and Summary)
    • Web Access
    • Add Ons
    • Backups
[Back to Top]

How do I get support for my Signature account?


The following support resources are available for your Signature account: [Back to Top]

Can I access my Signature account through Telnet, SSH, and/or FTP?


Yes. You can access your account using Telnet, SSH (Secure Shell), and FTP. See Getting Started for more information on how to connect using either Telnet, SSH, and FTP.

[Back to Top]

Can I access my account through FrontPage?


Yes, if you purchased one of the accounts that supports FrontPage Extensions. See FrontPage Extensions for more information on how to install FrontPage Extensions. The FrontPage Server Extensions must be installed to access your Website using FrontPage.

[Back to Top]

Is Webmail available for Signature accounts?


Yes. To access email using Webmail:
  1. Start your Web browser.
  2. Type http://your_domain.com/ControlPanel/ in the address bar, then press Enter (replace your_domain.com with your domain name). The Control Panel Login window appears.
  3. Type your user ID and password in the appropriate text boxes. If your user ID/password combination does not work, an error message appears. Contact support.
  4. Click Login. If you are logging in for the first time, the Quick Start page appears.
    If not, the page you have selected in the Set my Start Page to drop-down list appears.
  5. Click My Mail from the drop-down list at the top of the window. The My Mail Home page appears.
  6. Click the Inbox tab. The Inbox window appears with a list of emails you have received. To view a message, click the subject of the message to be read.
[Back to Top]

What add-on products are available for Signature?


You can purchase additional Disk Space, Bandwidth and Site Users for your Signature account.

[Back to Top]

Can I use my own SSL certificate?


Yes, you can install your own SSL Certificate on your account. See the Digital Certificates section of the Help Files for more information on how to install an SSL Certificate.

[Back to Top]

Is there Spam filtering available?


Yes. Spam filtering is available for your account. The Spam filtering is performed by SpamAssassin. See the Spam Filter Services of the Help Files for more information on how to enable Spam filtering.

[Back to Top]

Is there virus scanning available?


Yes,Virus scanning is available for your account. The virus scanning is performed by ClamAV. See the Virus Scanning Services of the Help Files for more information on how to enable virus scanning.

[Back to Top]

Is E-Commerce available for my Signature account?


Yes, ShopSite is available as an Add-On and many third party E-Commerce applications are supported. For more information see: [Back to Top]

Can I subdivide my space and resell it?


No. Signature accounts will only work with the main domain. You can have additional domains that point to the Signature Account, these are called domain pointers. For example, you can have the main domain as your_domain.com. Then you can order another a pointer domain of your_other_domain.com; however, it only points to your_domain.com.

[Back to Top]

How do I change my customer information for my Signature account?


To change your customer information:
  1. Start your Web browser.
  2. Type https://secure.alpineweb.com/backroom/ The Backroom Login page appears.
  3. Type your Backroom Username and Password in the appropriate text boxes.
  4. Click Log in. The Backroom Administrative Interface appears.
  5. Click Customer Information Interface. The Customer Information Interface window appears.
  6. Select the appropriate fields to modify.
[Back to Top]

Changing Your Shell Account's Time Zone


You can set/modify the time zone for your account. There are two options: the first provides you with a way to change your shell's time zone; the second provides you with a way to change the time zone of your web services.

Shell Time Zone

This feature allows you to set your shell's time zone. This time zone will only be used by certain shell programs (for example, pine). Another big benefit of this feature, any cron jobs you schedule will use this environment variable! To set your shell time zone, choose from among the available time zones in /usr/share/zoneinfo (listed below). Then, add the following to your .cshrc file:
setenv TZ [TIME_ZONE]
For it to take effect immediately, within your current shell, you must run 'source .cshrc'.

For example, if one wanted to set his time zone to Hawaiian Pacific Time, he'd run:
%setenv TZ Pacific/Honolulu
To verify, run 'date':
%date
Wed Sep 26 08:48:20 HST 2001
Here's a list of the available time zones (notice that the directories contain add'l time zones, e.g. Pacific/Honolulu).
%ls -al /usr/share/zoneinfo
total 41
drwxr-xr-x 14  root wheel   512  Dec 28 2000  . 
drwxr-xr-x 26  root wheel   512  Nov 21 2000  ..
drwxr-xr-x  2  root wheel  1024  Dec 28 2000  Africa 
drwxr-xr-x  4  root wheel  2560  Dec 28 2000  America 
drwxr-xr-x  2  root wheel   512  Dec 28 2000  Antarctica
drwxr-xr-x  2  root wheel   512  Dec 28 2000  Arctic
drwxr-xr-x  2  root wheel  1536  Dec 28 2000  Asia
drwxr-xr-x  2  root wheel   512  Dec 28 2000  Atlantic 
drwxr-xr-x  2  root wheel   512  Dec 28 2000  Australia
-rw-r--r--  1  root wheel   755  Dec 28 2000  CET
-rw-r--r--  2  root wheel  1279  Dec 28 2000  CST6CDT
-rw-r--r--  1  root wheel   679  Dec 28 2000  EET
-rw-r--r--  3  root wheel   286  Dec 28 2000  EST
-rw-r--r--  3  root wheel  1267  Dec 28 2000  EST5EDT
drwxr-xr-x  2  root wheel  1024  Dec 28 2000  Etc 
drwxr-xr-x  2  root wheel  1024  Dec 28 2000  Europe 
-rw-r--r--  1  root wheel    93  Dec 28 2000  Factory
-rw-r--r--  6  root wheel    56  Dec 28 2000  GMT 
-rw-r--r--  2  root wheel   130  Dec 28 2000  HST 
drwxr-xr-x  2  root wheel   512  Dec 28 2000  Indian
-rw-r--r--  1  root wheel   755  Dec 28 2000  MET
-rw-r--r--  2  root wheel   130  Dec 28 2000  MST
-rw-r--r--  3  root wheel   877  Dec 28 2000  MST7MDT
-rw-r--r--  2  root wheel  1017  Dec 28 2000  PST8PDT
drwxr-xr-x  2  root wheel  1024  Dec 28 2000  Pacific
drwxr-xr-x  2  root wheel   512  Dec 28 2000  SystemV
-rw-r--r--  1  root wheel   679  Dec 28 2000  WET
-rw-r--r--  3  root wheel  1267  Dec 28 2000  posixrules
-r--r--r--  1  root wheel 16380  Dec 28 2000  zone.tab
[Back to top]

Changing Your Web Service's Time Zone


The procedure described above will not affect your web services (e.g. Control Panel) or the time stamps in your web server log files. To change this time zone, you must contact Technical Support (support@alpineweb.com). Please provide your account ID (username/login) and your preferred time zone.

Can I change the domain name after my Signature Hosting account has been set up and configured?


Yes. To change the domain name: Have the DNS records for the domain name pointed to the IP address of your Signature account:
  • Add the domain name to the Signature account (Order Forms) or contact dns@alpineweb.com to point the DNS to the Signature account.

    Just pointing the DNS to the Signature account will get your web traffic going there if that is all you need, but the e-mail associated with the domain name will not work.  Signature only allows one domain name per account for e-mail purposes, so if you want to use your Signature account for e-mail for this new domain, you will have to change the hostname for the Signature account.

  • To use this Signature account for e-mail using the new domain name:
    Note: Before using this procedure, allow several days to work out any kinks that may occur from generating a new domain name, modifying DNS, propagation, and for the hostname change to take effect.  
[Back to top]


Technical Support
° Getting Started Guides
  FreeBSD
° Basic Hosting Help
° Signature Hosting Help
° VPS v1 Help
° VPS v2/3 Help
° MPS v2/3 Help
  Linux
° VPS v3 Help
° MPS v3 Help
  SaaS
° Sugar CRM
  DNS
° Domain Name Service
° Domain Registration
° Help Desk
° Knowledgebase
° Support Policies
° Disclaimer

° AlpineWeb Home
° Compare Hosting Plans
° Network Topology

° Rates & Fees
° Order Center


Signature Hosting Help
° Getting Started
° Administration
° cron
° FTP
° Anonymous ftp
° SSH & Telnet
° Unix Commands
° Control Panel
° E-mail
° Add-Ons
° Custom CGI Scripts
° Web Server
° Custom Error Pages
° Directory Index
° Log Files


  Home | Site Map | Customer Backroom Copyright  ©  1997-2008  AlpineWeb Design