1834935 Members
2349 Online
110071 Solutions
New Discussion

Sendmail configuration

 
dipesh_2
Regular Advisor

Sendmail configuration

Hi Friends,
I need to configure sendmail on my server.
Can you please help me how to do that?

i have registerd domain xyz.com and emails xyz@xyz.com how do i established a mail server

Please suggest.
4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: Sendmail configuration

Refer this,

http://www.siliconvalleyccie.com/linux-hn/sendmail.htm

--
Muthu
Easy to suggest when don't know about the problem!
Vipulinux
Respected Contributor
Ivan Ferreira
Honored Contributor

Re: Sendmail configuration

This is a very simple guide to configure network services, including sendmail. If you don't want to get complicated, see this:

http://www.brennan.id.au/12-Sendmail_Server.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Indrajit_1
Valued Contributor

Re: Sendmail configuration

Hi;

Before u configure sendmail; u need to do some home work.

#vi /etc/resolv.conf

Enter the proper nameserver ip address and domain name (FQDN)
#vi /etc/hosts
enter host name and corresponing ip address.

#m4 /etc/mail/sendmail.cf > /etc/mail/sendmail.mc

#vi /etc/mail/sendmail.mc

Read the file carefully. U need to some chanes in this file.

#service sendmail restart
#mail -s "hi" root@domain.com
hi this is a test mail
Ctrl d
Hope this will help u to resolve ur issue.

Cheers
Indrajit
Never Ever Give Up