Forum Moderators: open
How vulnerable am I, and is there anything that I can do to better protect my server?
Thanks in advance.
If you need to recieve mail, you can set up a POP, IMAP, or some other transfer from the mail server to the web server.
SMTP *is* used to send mail BTW, not to receive it as the other poster claimed.
As to FTP, if this is a remote server and you need to upload files to it, you'll need some way of doing that. FTP is an option, SSH could work, that's up to you.
Stay current with patches and you should be as Ok as you can be.
>SMTP *is* used to send mail BTW, not to receive it as the
>other poster claimed.
SMTP is used for recieving mails as well. How else is others going to send mail to you? Your mail server will have to listen on port 25 to receive mails from others.
For IIS installation, I think it should be alright to leave it enabled since it only serve as a relay server for the machine running IIS so no one else can send emails through it.
You should be more concern about the recent upsurge in CodeRed and Nimda and use IIS lockdown tool to lock down your server from exploits.