- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Sendmail configuration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 05:53 PM
01-30-2006 05:53 PM
Sendmail configuration
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 07:16 PM
01-30-2006 07:16 PM
Re: Sendmail configuration
http://www.siliconvalleyccie.com/linux-hn/sendmail.htm
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 10:37 PM
01-30-2006 10:37 PM
Re: Sendmail configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 11:35 PM
01-30-2006 11:35 PM
Re: Sendmail configuration
http://www.brennan.id.au/12-Sendmail_Server.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:40 PM
01-31-2006 12:40 PM
Re: Sendmail configuration
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