LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux SMTP Server (https://www.linuxquestions.org/questions/linux-newbie-8/linux-smtp-server-938996/)

ghandizzle8 04-09-2012 09:50 PM

Linux SMTP Server
 
Good Day All,

I know that linux accomodates various free smtp servers/tools. e.g. sendmail, postfix, e.t.c.

How do i configure/install sendmail or postfix to work?


Another question, would mails from sendmail be considered spam? If so, how do i mitigate against that?

Thanks in advance,

btmiller 04-10-2012 02:14 AM

This question is far too broad to receive a useful answer. In general, you would pick out a SMTP server, read its documentation, and get it working the way you want it. Entire books can (and have) been written about this, so it's not really a good topic for a forum post. If you have a more specific question, that would be better. Speaking personally, I prefer Postfix but have more experience with sendmail. Mercifully, though, I have not had to administer an SMTP server for a number of years; it's not a trivial job, even for someone experienced.

In answer to your second question, if you run a mail server from a residential IP, it's likely that some sites will consider your mail spam. You may even be violating your ISP's terms of service and thus are at risk for having your service cancelled. If you misconfigure your server to relay mail for anyone, it's likely to become a spam relay and will be blacklisted. If you must run a mail server, get a hosting provider to host it or get a business class network connection so it is not on residential IP space and configure it properly so as to avoid becoming an open relay.

deep27ak 04-10-2012 02:22 AM

As per the configuration of smtp server is concerned you can get a bunch of guides on google.

I don't have much experience on working with postfix as I use sendmail

As far as spams are concerned, all it depends on port no you use for smtp server which is by default 25 but obviously you can change the port no. to some random port for sendmail and also you can install MailScanner, SpamAssassin, and ClamAV to protect your mail server

follow this link for further help

How to set up a home email server

Satyaveer Arya 04-10-2012 02:15 PM

You didn't mention on which OS you want to configure mail server.
And if you search on google "how to configure sendmail/postfix on linux" you'll get lots of links. First you can take help for installing and configuring from there. If you face any issues while installing or configuring then again search for that on google, if still that doesn't work then you can take help from here.


All times are GMT -5. The time now is 09:58 AM.