Peter Brown wrote:
> Objective: We have about 20 in house PC users and 9 on the road salesreps.
> Some have external company email addresses. We use VPN to enable the
> salesreps and certain employees to connect remotely.
If I understand you correctly, all you want to do is set up an internal
mail server, and let people send and receive mail with their existing
mail clients?
Then you need two things:
1) a smtp server (sendmail, qmail, postfix, exim) for sending mail
2) a "mailbox" server (pop3 or imap) where people can receive their
mail.
> On the client side I am thinking a web based client is the best way to go.
> Their internal username would be attached to our internal domain name e.g.
> saturn.local (if needed ?) and everybody would be able to correspond with
> each other. The problem with this is those internally who have external
> email addresses have to open two interfaces to see mail. Ideally their
> existing email clients (Outlook and Outlook Express) could be configured to
> access their internal accounts as well.
Both Outlook and Outlook Express can access mail via pop3 and smtp.
Perhaps imap as well (I haven't tried).
If this is what you want, then I don't see why you need a webmail client.
> [Would also be helpful if one could send a message to another from the
> command line on an AIX machine (4.3.2) - I am thinking of a batch job that
> runs and notifies certain people about things]
AIX (like most unix-like operating systems can send mail from the
command line. This is done either with the sendmail command or with mail
/ mailx. If you have man pages installed on the AIX machine, use man to
find the correct parameters for each command.
> On the server side a mail server that could handle a web based client
> interface at the least and Outlook or Outlook Express (or other clients e.g.
> linux ones) at the most.
The mail toaster is the "all-in-one" solution.
Other systems are usually built like this:
- a smtp server for sending mail
- a pop3 / imap server for mailboxes and receiving mail
- a webmail client which supports pop3 and / or imap. This webmail
client needs to run on a web server (often Apache). Note: The web
server doesn't need to run on the mail server.
- optional: a way to administer the mail users, often with a web
interface.
- optional: a spam filtering solution
> Clients:
> I like the look of SquirrelMail but a little unclear if it needs to be
> installed on the client or will reside on the FreeBSD machine?
It needs to be installed on a web server, se requirements:
http://www.squirrelmail.org/wiki/SquirrelMailRequirements
Squirrelmail accesses mail over imap.
I have never set up the receive part of a mail server, nut I hear that
vpopmail is recommended if you use qmail.
--
Torfinn Ingolfsen,
Norway
>> Stay informed about: Welcome input for mail client mail server internal network..