Basically I've been contracted (use term loosely) to build and support the website of a friend's company. That includes setting up their e-mail service. The web host they've gone with offers POP3 support for
incoming mail but directs the budding web designer to "contact your ISP for details of the SMTP address to use". However our ISPs are not consistent - I use AOL, the 'CEO' uses another and the company's other employee uses a third, plus that other employee is going to be high-tailing it around the globe and will proably spend a lot of time in internet cafes! We need an SMPT server which can be loaded onto the website and which can be configured to work with Outlook Express (the only e-mail program the 'CEO' is prepared to use).
My HTML is pretty good, I can do a little perl and Java but my PHP etc is non-existent. What I need is pretty simple (and all the research I've done suggests that an SMTP server is outrageously simple to execute):
1. A file, script etc which can be uploaded to our website which acts as an SMTP sever for outgoing mail
2. Must be able to be invoked from Outlook Express
3. Totally secure: ideally only a list of e-mail addresses (
employee@mydomain.co.uk) should be able to use the server.
4. Volume is not at all relevant - the maximum anticipated load is about 100 e-mails/day
5. Needs to be fairly easy for me to install and manage, or easy for me to learn the coding needed to do so.
Does anyone have any ideas if what I'm after is even possible, and if it is, how I might go about it? I've looked at qmail and sendmail, but they seem totally OTT for what I need; and complexity usually equals insecurity. Plus I'm not confident I could set up and manage them without opening a whole new sheaf of loopholes.
PS: Webhost uses linux servers, has support for Perl, PHP, MySQL, Python, CGI (CGI bin), at least.