SMTP server
I have Debian on my linode. I would like to set up an SMTP -server for my own use; I would only allow 1 IP address (I have a fixed DSL one) to connect to send mail. How do I do this? Won't there be problems with other hosts trying to check if my server exists (for anti-spam stuff)?
Thanks
2 Replies
You can restrict mail postings to IP ranges, whick is OK for you as you have a static IP. Otherwise you can use password authentication (SASL).
If you only allow your own DSL address to connect, you won't be able to receive any email from other people on your Linode. Presumably you have another server that you plan to get your email on.
You should be aware that your own DSL provider may block outgoing SMTP connections, attempting to force you to use their SMTP server. If that is the case, you may have to move the service to another port.