Mark wrote:
>
> Thanks for the response, Bill. I have noticed that you post
> frequently and your advise is quite useful. Thanks, again.
>
> Is there an RFC or org page that I review to better
> understand how to detect if my server is being misused?
>
> I don't mean to sound paranoid, I just want to be certain I
> am not contributing to the spam problems we all suffer from.
The best way is probably to check your log files. They'll tell you everything that's happening on your server. If you see strange IP addresses using your SMTP server, you should probably look into it.
Linux itself is pretty secure. SME tends to use the more secure programs as well (like qmail instead of sendmail). And the limitations built into the SME system prevent a lot of problems that other distros might have. Even if there's a problem with the firewall, many services are set to only accept connections from local IPs, and stuff like that.
About the only way to be assisting spammers is to create a Server-Only installation (designed to be placed behind a firewall on an already-secured LAN) and give it a public IP on the internet. So long as you install the Updates as they're released, you really shouldn't need to worry about too much. The most common security issue is probably weak passwords or the users themselves...