Archive

Archive for the ‘Setup Questions’ Category

Ubuntu Key Updates

June 22nd, 2009 grahamrepair 1 comment

For those of you that have Ubuntu systems, the apt-get system will be invaluable to get updates for security and general packages. There are a few things to keep up with on the apt-get packages.

The apt-get program on your system is downloading updated information from mirrors around the world, and those updates need to be verified at some point – enter the security keys… These security keys, without going into the entire cryptographic detail, have a public and a private portion. The public portion is distributed to the public in order to verify that the updates you’re getting are indeed from an official Ubuntu source (or Debian, Slackware, etc). These keys have expiration dates and if you just hit one – no worries, here’s the fix:

gpg –keyserver hkp://subkeys.pgp.net –recv-keys 40976EAF437D05B5

gpg –export –armor 437D05B5 | sudo apt-key add -

That’s the quick fix – we’d love to explain the details behind the whole apt-get system – just let us know at our homepage: Northwest Sysadmin

The iPhone and e-mail

June 19th, 2009 grahamrepair 1 comment

A question came in from a customer the other day to ask if the e-mail servers we provide (blatant plug if you didn’t setup e-mail hosting yet: Northwest SysAdmin) can be setup with an iPhone to provide a constant e-mail source – and the answer is yes… We actually have a specific type of e-mail server called an IMAP server. An IMAP server is one that allows computers to update the status of e-mails and have that carried across to other clients. If you read an e-mail on your iPhone and check e-mail from home later – that e-mail is marked as read there as well. Deleted e-mails or SPAM can be processed on one computer and when your phone checks the account – the processed e-mail is carried over!

We have an e-mail setup similar in office: SPAM processing, different phones accessing an account, etc. The processing happens back on the servers, all the other connections reap the benefits. My phone just checks my account, it doesn’t need to do SPAM processing, flag important e-mails, process meeting schedules – it just gets the mail.

IMAP servers are setup on your computers much the same way a regular e-mail account is. One of the tricks is to designate one computer to be the primary client – this one will handle the chores of the account; flagging messages, automatic forwarding, trashing those SPAM. With our hosting that part is easy – our servers can take care of SPAM processing with several choices of processors (we recommend the Spam Assassin hookup).

Here’s a picture of where to start your mail configuration:

Picture 5.png

Click on the email accounts icon, that will take you into your e-mail addresses and their setup.

On the next screen, choose the account you’d like to configure (if you have multiple) and click on the “Configure Mail Client” icon shown here:

Picture 4.png

Here’s the easy part – we have auto-configure setup for Outlook, Outlook Express and Mac E-Mail clients – any other client just cut and paste the server information on the page.

We’ll post an update on how to hook into Spam Assassin and have it get rid of the SPAM.

If anyone has any questions on the setup – e-mail us – we can pick up our mail anywhere!

Categories: E-Mail, Setup Questions Tags: , ,