LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Postfix mail server configure in RedHat 5.0 (https://www.linuxquestions.org/questions/linux-server-73/postfix-mail-server-configure-in-redhat-5-0-a-694432/)

sandeeprhce5 01-02-2009 05:22 AM

Postfix mail server configure in RedHat 5.0
 
It is very easy to configure postfix server for your server i am using RedHat 5.0.

#yum install postfix*

#vim /etc/postfix/main.cf

line no. 77 mydomain = san.com
93 myorigin = $mydomain -----------uncomment this line
69 myhostname = pc1.san.com
115 mydestination = $myhostname, localhost.$mydomain, localhost
(uncomment this line if it is commented)
225 mynetworks = 192.168.0.0/24 (define your network here)
107 inet_interfaces = all (uncomment this line)

:wq! save and exit now


#yum install system-switch-mail*
#system-switch-mail
and select MTA agent Postfix and ok

#service postfix start

Now u can send mail using postfix server by sandeeprhce5

acid_kewpie 01-03-2009 04:52 PM

thanks, but this forum is for questions, not mini guides. If you wish to write this up as a proper guide, please do so and submit it to our documentation archive, where it's best placed to help others. I'd suggest a touch more discussion and comment around your list of commands if you do though.


All times are GMT -5. The time now is 04:49 PM.