Telnet your email server

Very often it is necessary to test that your SMTP server is working.
The easiest way to do this is with the telnet command.
This lets you talk directly to the email server in its own SMTP protocol script language.
Here’s how…
telnet server name or IP address 25
HELO aaaa
mail from: <tom@fromdomain.com>
rcpt to: <fred@todomain.com>
data
Enter your message text
.
quit
Along the way [...]

PostCast Server

This is an SMTP server like the one your ISP provides. It is targeted at Windows users and sells as a faster and more flexible alternative.
I don’t like to be negative about the efforts of others but, I do find it diffucult to see what advantage this server application gives you over the already available [...]

Email server software

There are a huge range of email server products available.
I won’t beat around the bush, in my honest opinion, most Postfix based systems are by far the most practical and effective. The main reason for this is that Postfix is free and flexible.
A fantastic, sophisticated and clever email server software system is the Zimbra Collaboration [...]

Technical Knowhow

My speciality is technical knowhow.
I host all my web sites at home on a pentium 4 based CentOS Linux server.
Built the server from scratch, installed CentOS4 (soon to be upgraded to CentOS5), configured (A)pache, (M)ySQL and (P)HP (Linux AMP or LAMP).
I installed WordPress, Joomla and Drupal. Most of my sites use WordPress, I find Joomla [...]

Business approach – an advert for the professional

Whilst many database and email server applications are free to download and implement, a 10-user and up networked office system requires careful planning and implementation. This is my speciality. The basics behind single user systems are usually straight forward but when you are looking at mass communication, it becomes a different kettle of fish. Backups [...]