• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

newbie needs help in setting up a mail server on redhat 8.0

hehe... just make sure if you decide to use sendmail that you really REALLY read up on it. Way too many security issues. And its very hard to properly configure. You will probably have to disable it, as it is part of one of the default installs for RedHat. Look in /etc/rc2.d for SxxSendmail where "xx" is a number. Just either delete that or copy it to someplace other then the /etc/rcx.d directories. Also look in the other /etc/rcx.d directories and remove it from them as well.

I would say use ANYTHING other then sendmail. Don't know what else is out there, but sendmail is just to user UNfriendly.
 
Blasphemy! Sendmail isn't that hard to setup. As long as you take your time to read the docs, and keep it updated. The most important thing to remember is to disallow relaying from the wan side, or spammers will have a field day with you.

There is plenty info available for sendmail, sendmail.org is the best place to start.
 
Back
Top