Archive for the ‘Settings’ Category.

Set up mail forwarding and replies (Holiday replies) in Blue Net POP3 server

  1. Log into https://mailboxes.blue.net.au:10000 with your administrator username and password
  2. Go to “Edit Mail and FTP Users”
    Image 
  3. Select user you would like to set forwarding or auto reply for
    ImageIMPORTANT: If you use AUTO REPLY you must include “Subject: ” and set some subject relevant to the auto reply. Otherwise this will not work.
  4. Go to Mail forwarding settings:
    Image
  5. Add details to the various fields as needed:
    imgNote: You may also want to set some values in the “Auto Reply Options” (for example 1440 minutes is 24 hours – so a frequent emailer does not get the auto reply message 5 times a day, but only once a day. This setting also helps to prevent cyclic auto replies with mailing lists and the likes). Another good one to use is the start and end dates for the auto reply.

    IMPORTANT: If you use AUTO REPLY you must include “Subject: ” and set some subject relevant to the auto reply. Otherwise this will not work.

  6. Click Save to save your settings.

Changing Daylight Savings Settings on SPA941-2

 

To set your phone to display the proper time during day light savings:

Press the menu button (under the envelope to the left of the button with a hand printed on it).

Press down on the circular direction pad in the middle of the phone until you get to Time/Date and click the button directly underneath where it says ‘Select’

Go down to ‘Offset(+_H:m:s)’ and change that to 1 if it currently is Day light Savings, or to 0 if it is not.

Click the button underneath Save and exit the options menu.

The time should be shown correctly.

Alternatively you can use shortcuts to get the same effect.

Press:

Menu button (under the envelope)

Number 7

Down twice

Number 1 or 0 depending on whether it’s daylight savings or not

The button under Save

The Button under Cancel.

This will do what I explained above but quicker.

Accessing FTP with FTP over TLS

Using FTPeS or FTP over Explicit TLS is fairly simple and straightforward. It doesn’t change anything that you do in regards to how you perform FTP actions. The only change is changing your Server Type from regular FTP to FTPeS.

What is FTPeS?
FTPeS is short for FTP over explicit TLS/SSL. TLS and SSL is a means of encrypting data, using a public/private key combination set. This is the same technology that is used to bring secure web browsing (HTTPS) on the web. Note that when you go to purchase an item from a website on the Internet, when you check out most of the time you are taken to a secure website, noted by the HTTPS in the browser’s location bar and by the padlock icon in the bottom status bar of your browser. FTPeS is basically the same thing. FTPeS using the same type of technology to encrypt your login credentials as you log into the FTP server. This prevents anything that might be listening on your connection from reading your username and password. Regular FTP will pass this information across your connection in plain text, so if someone was sniffing your connection, they could easily attain your username and password.

To enable FTPeS for your FTP connection using FileZilla you can follow the instructions given below:

Start FileZilla.

If you are already using FileZilla as your FTP application then you may already have your FTP account stored in FileZilla’s Site Manager.

Click on File and select Site Manager… This will bring up the Site Manager dialog box.

If you are already using FileZilla then you may see your site already listed here. If so, just select it and the information for the account will show up in the right side of the Site Manager dialog box. Otherwise, click on New Site to add your account to FileZilla’s site manager.

You would fill out the corresponding information accordingly or if you are modifying an account that already existed in the Site Manager, just leave everything as is. The one thing to change is where it says Servertype click the drop down box beside it and notice the options. You will want to select the option for FTPES – FTP over explicit TLS/SSL.

That is really the only change you have to make. Once this is selected and all of your other information is filled in, click on OK or Connect if you want to connect to your FTP account.

Concerning Logontype

I would highly recommend that you use a Logontype of Ask for password. This does not store your account’s password in the Site Manager. Instead you will have to type in your password every time you connect. The reason for this, is that there have been some viruses and trojans in the past that users have gotten on their computers. These trojans/viruses scan your computer for valid username and passwords and many times it will look in the data storage areas for popular FTP Site Managers. Storing your password here means that you would be vulnerable to attack from this method. If hackers or malicious users gain access to your account’s username and password, then your account can be compromised.

Now when you connect to your FTP account using FTPeS, you may be presented with a dialog box concerning the security certificate being used for the connection. We mostly use self-signed certificates for FTP. Self-signed certificates offer the exact same protection, encryption-wise, that a authoritative-signed certificate does. It is completely safe to accept this certificate.

Near the bottom of the warning dialog you will see an option to always accept this certificate.

If you are going to be connecting to FTP very often, you may want to select this option so that you are not bothered with this warning.

After you have connected you can review the FTP transaction log, near the top of the FTP client. Scroll back up and you can see that TLS was indeed used when passing your username and password information to the server.

Now you can continue to use FTP as you normally would. You can just feel a little bit safer knowing that your login information is not easily viewable by hackers or other malicious users that may be listening to your connection.

Free ftp clients:
http://filezilla-project.org/
http://winscp.net/eng/index.php

Blue Mail server 2: Setup email users and aliases

 

Create new email address in your domain

 

  1. Open browser at: https://mailboxes.blue.net.au:10000 and enter your WEBMIN username and password
  2. Click on “Edit Mail and FTP Users”
    (Note: Even though the link says FTP users this server has no FTP capabilities)
     

  3. Click on “Add user to this server”
  4. Fill in the required details and click the “Create” button:

    • Advise the user of their username and password.
    • This username (= email address) and password can be either used in our webmail interface – http://webmail.blue.net.au – or in your own email program with POP3, SMTP and IMAP (please refer to your instructions for your specific email program to set this up).
    • The incoming mail server is always pop3.blue.net.au and the outgoing mail server is always smtp.blue.net.au. You need to authenticate to our outgoing email server, if you are not using a Blue Net internet connection. See also: General settings for Blue Net services

 

Setup an email alias in your domain

An email alias is a secondary email address for your mailbox. The mailbox can either be here on our server or it can be any other valid email address.

 

  1. Once logged in (as described above) go to “Edit Email Aliases”

  2. Click on “Add an alias to this domain”

  3. Fill in the details as required and click on the “Create” button.
    (Note: the other options available here should be self explanatory)

  4. After you performed the action in this example email addressed to example2@example.com will be delivered to example@example.com. The user example@example.com does not need to set up anything.

Tunneling SMB over SSH: Secure file sharing

Suppose you’re at an open wireless hotspot and wish to connect the Samba server from your Windows laptop, but you don’t want to send data (documents, authentication hashes etc.) over the air in plain text.

Using SSH tunnels, you can encrypt all your network traffic and redirect it through a trusted computer when you’re connected to an untrusted network. The goal of this hack is to enable Windows users securely access shared files on any Samba server.

So, what are SSH Tunnels? In addition to providing remote shell access and command execution, SSH servers can forward ports to the other end of your connection. This can be extremely useful to protect any traffic that you need to keep private. In a nutshell, it is accomplished by binding to a local port, encrypting the traffic, sending the encrypted data to the remote machine, and then decrypting it and sending it to the remote host and port you specify.

Samba and Windows use port 139 for file sharing. At first glance, it seems that the easy solution is to tunnel connections from port 139 on your Windows computer to the Samba server. Then you can easily connect to the remote share by connecting to “localhost”. But since Windows always uses port 139 for file sharing, you must disable local file sharing to make the port forwarding.

So, how do we tunnel SMB over SSH and keep local file sharing working? We’re going to use a virtual network adapter. Basically, a virtual network adapter is a software application that allows a computer to connect to a network. We’re going to add a virtual adapter to our Windows computer and create a SSH tunnel over the virtual interface.

To add a virtual network adapter in Windows, use the following steps:

  1. In the Control Panel click on Add Hardware.
  2. In the Add Hardware Wizard, select “Yes, I have already connected the hardware” and click Next. Scroll down the list and click on “Add a new hardware device”.
  3. Select “Install the hardware that I manually select from a list”. From the hardware types, select Network Adapters and choose Microsoft Loopback Adapter.
  4. Go through the installation procedure.

The next step is to configure the new virtual adapter.

  1. Go to Network Connections configuration panel.
  2. Right click on the Microsoft Loopback Adapter and select Properties.
  3. Select Internet Protocol (TCP/IP) and click on the Properties button.
  4. Check “Use the following IP address” option and enter the chosen IP address (e.g. 10.0.0.1) and the subnet mask (255.255.255.0). If you have a gateway and DNS servers in your network, enter them too.
  5. Click on the Advanced button and in the WINS tab, select “Disable NetBIOS over TCP/IP”.

Setup the SSH Tunnel

Now that you have a properly configured virtual adapter, it’s time to setup the SSH tunnel between the Samba server and your computer. We assume that OpenSSH is already running on the Samba server. For the SSH client software we’re going to use Putty, a free SSH client that supports port forwarding.

Fire up Putty on your computer and enter the host name or IP address of your Samba server (e.g. 192.168.0.104). In the Tunnels options, in the “Source port” type 10.0.0.1:139 (the IP we used in our example) and in the “Destination” type 127.0.0.1:139. Click on “Add” and then “Open”. Once you authenticate, you’re ready to access the Samba server over the virtual adapter.

To test your SSH tunnel, just navigate from Windows explorer to \\10.0.0.1. If everything goes well, you’d prompted to enter a username and password to access the shares. Enjoy!

smb-ssh-share.jpg

When things go wrong

If things don’t work, make sure that both Samba and Putty are running and properly configured. If you’re running Windows XP SP2 in a closed environment (no access to the Internet for updates), make sure to install KB884020.

Managing the Blue Net MySQL database

The document describes how you can manage your Blue Net MySQL database.

Note:
Database structure and design are outside the scope of this document and are not covered.

To manage your database you require the following information:

Database server:
mysql01.blue.net.au

Database user name and password are allocated upon signup with Blue Net hosting

You can then either use the built-in manager at:

http://support.blue.net.au/phpmyadmin

For instructions on how to use PHPmyAdmin please refer to: http://www.phpmyadmin.net/home_page/docs.php
Alternatively we recommend the excellent, free OpenSource HeidiSQL:

http://www.heidisql.com

Please refer to their extensive user forum for support and instructions for this product.

Outlook (Express) To get a notification message on screen every time an E-mail arives

To get a notification message on screen every time an E-mail arrives

  • Start Outlook
  • Select the TOOLS command
  • Then OPTIONS from the drop down list
  • Select the PREFERENCES Tab
  • Then click on the E-MAIL OPTIONS button
  • Select 3rd tick box and tick “Display notification….”
  • Click on OK
  • Click on OK

Disclaimer:
By reading and/or using the information within this web page you agree to hold the author, publisher and all related entities harmless from any claim directly or indirectly related to the information given or the use of any part of the information on this web site. Use at own risk. No responsibility taken.

Setup mail in Outlook (Express)

New mail setup for Blue Net

This is an example for Outlook Express.

You will get to these setting by selecting TOOLS and ACCOUNTS from the command bar. Then go to the MAIL tab and click in the properties button on the right of the selection:

This is the resulting window

Please adjust the account name and password as previously instructed.

General settings for Blue Net services

DNS servers:
NEW high availability servers with phishing protection (powered by Open DNS)
208.67.222.222
208.67.220.220

How to set up on your computer, server, router etc?

Use OpenDNS

Use these for domain delegation (always use these names NOT the numbers resulting from them, as these may change without notice):
ns1.bluenetgroup.com
ns2.bluenetgroup.com

EMAIL
Incoming mail server (port: 110 or 9292):
pop3.blue.net.au

Outgoing mail server (port: 25, 587 or 9393)
smtp.blue.net.au

(requires authentication with your email user name and password unless you use a Blue Net fixed IP address Internet connection)

Webmail:

http://mailboxes.blue.net.au/webmail
or
http://webmail.blue.net.au/

User Administration Howto
https://mailboxes.blue.net.au:10000/

Advanced user portal (email, password change…)
https://mailboxes.blue.net.au:20000/