Archive for the 'Email' Category

Informing People of Your New Email Address in Microsoft Outlook Express 6

Friday, September 28th, 2007

To inform your contacts of a change of email address from Microsoft Outlook Express 6:
1. Find a test message that you sent to yourself from your new email address. One that has the display name that you want.
2. Right click on the ‘from’ name/address and choose it might say ‘add to address book.
3. Open you […]

The host ‘mail.domain.tld’ could not be found

Tuesday, September 5th, 2006

This error implies that your machine can’t connect to the server

Getting Rid of Spam Using Mozilla Thunderbird

Sunday, January 15th, 2006

What I would recommend is changing to Mozilla Thunderbird 1.5 which you will then use for your email instead of Outlook Express

POP3 Access with courier-imap-pop

Monday, January 2nd, 2006

If you wish users to be able to pick up there email by POP3 access to your mailserver (Mandriva 2006 Free) then you will need to set up a POP3 server.

SMTP AUTH on Mandriva 2006 with Postfix

Monday, January 2nd, 2006

After installing Postfix and getting it to send and manage emails for you, set up of SMTP AUTH can take place. SMTP AUTH enables domain users to send emails via your machine’s SMTP server without leaving your machine an open relay.
You will need to ensure that the following packages are installed:
libsasl2
cyrus-sasl
libsasl2-plug-anonymous
libsasl2-plug-crammd5
libsasl2-plug-digestmd5
libsasl2-plug-gssapi
libsasl2-plug-plain
libsasl2-plug-sasldb
perl-Authen-SASL
(now, it could be that […]

Squirrelmail for Multiple Virtual Domains with Apache

Monday, January 2nd, 2006

This set up allows webmail access for multiple domains from one Squirrelmail installation.

Setting Up the Mutt Email Client on Mandriva 2005LE

Wednesday, September 28th, 2005

First install Mutt from
Mandrake Control Center>Software
Assuming that you use Maildir and that the mail files are on the local machine for the local, logged in, user.
Once installed you need to ensure that your $MAIL environmental variable is not showing a mailbox address. You can check using
echo $MAIL
if it is something like
var/spool/mail/root
then you will need to […]

Setting Up Postcast SMTP Server

Friday, September 9th, 2005

Install Postcast Server on the machine which you need to enable the sending of email by SMTP from

Accessing Blocked Attachments in Outlok Express

Friday, July 22nd, 2005

If Outlook Express blocks access to an attachment

Setting Up SquirrelMail for Web Based Email Access

Thursday, July 21st, 2005

SquirrelMail can be found here: http://www.squirrelmail.org/
Upack the SquirrelMail archive (perhaps squirrelmail-1.4.5.tar.gz) into the web directory on your webserver/mailserver. This will create a squirrelmail directory which you may wish to rename - perhaps to ‘email’ or something.
These instructions are taken from the SquirrelMail install doc:
- Select a data-dir and attachment dir, outside the webtree (e.g. in […]