Engelmann wrote:
[...]
> viruswall). i will do a faxserver (fax2send or hylafax) and a
> multifetchfeature.
[...]
Email Virus scanning have already running but let me know if fax2send works on e-smith

[...]
> -getting there emails works fine (pop3)
> -getting the files works fine (ftp)
Sorry, but that is a very bad idea, as you know pop3 and ftp passwords not really passwords.
> -but how to send emails with smtp - ok webmail is good - but
> tell a 50 years old staffmember to now use this webmail
> instead of his outlook - forget it.
I agree completely

> so i have a problem - i don't want to open my smtp port so
> everyone can send emails over my server - what can i do?
Where is the problem

SOLUTION:
If you use Outlook so I guess it runs on any Windows system. Take an SSH client (I use TTSSH for Terraterm) and install it on every client. Generate an RSA key on your E-Smith Server for each client and set up portforwarding on each client.
Then you are able to use every service through this encrypted SSH tunnel as you're on your home site network. Even ftp is encrypted and you can enable compression on the tunnel for faster transmissions.
The usage is quite simple:
You log in to your ISP whereever you are. Start the configured TTSSH client which logs on without prompting for a password if you generated RSA login keys. Then you start Outlook which is permanently configured for POP3 and SMTP Server : 127.0.0.1 or 'localhost'.
Disadvantage:
If you use Outlook feature to sync Contacts or Calender entries by sending emails between the clients, the emails get not sended through the tunnel. And I don't know why.
To generate the RSA keys I have a German step by step how-to for my own. To setup TTSSH and Terraterm I can provide my command line and the setup file if you like.
Michael Jung