- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure sendmail with relay without dns i...
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
04-30-2008 01:55 AM
04-30-2008 01:55 AM
How to configure sendmail with relay without dns in 11.11
I have configured sendmail in one server 11.11.
I want to change relay to send the mails only with domain.com, but now the mails outs with server.domain.com.
At nsswitch.conf I have
hosts files dns
but I cannot change it.
How could I do this?
Thanks,
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:01 AM
04-30-2008 02:01 AM
Re: How to configure sendmail with relay without dns in 11.11
What is your relay server? is it hp-ux or MS exchange server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:18 AM
04-30-2008 02:18 AM
Re: How to configure sendmail with relay without dns in 11.11
Its a MS exchange server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:28 AM
04-30-2008 02:28 AM
Re: How to configure sendmail with relay without dns in 11.11
vi /etc/hosts
put FQDN of the MS xchange server
server.domain.com
Make sure you can ping server.domain.com
uncomment the DS macro in sendmail.cf
vi /etc/mail/sendmail.cf
DSserver.domain.com
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Check for any errors in /var/adm/syslog/mail.log file
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:28 AM
04-30-2008 02:28 AM
Re: How to configure sendmail with relay without dns in 11.11
configure macro in /etc/mail/sendmail.cf
- DS to DSexchange_relay_name
- configure macro Dj$w. to Dj$w.
- put to /etc/hosts
before that allow your hp-pux host in MS exchange server to relay mail.
then
#/sbin/init.d/sendmail stop
#/sbin/init.d/sendmail start
chek its working or not
#echo test|sendmail -v carmen@domain.com
Hope this will help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:48 AM
04-30-2008 02:48 AM
Re: How to configure sendmail with relay without dns in 11.11
It does not works ok.
I have at sendmail.cf on serverA
DSserver-exchange
Dj$w.domain.com
and when I send one mail it shows me
carmen@serverA.domain.com and I would like that it shows carmen@domain.com
Any idea??
Thanks!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 03:11 AM
04-30-2008 03:11 AM
Re: How to configure sendmail with relay without dns in 11.11
DMdomain.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 05:14 AM
04-30-2008 05:14 AM
Re: How to configure sendmail with relay without dns in 11.11
Yes I have too:
DMdomain.com
but doesn't works like I want...
Any idea?
Thanks a lot of,
Carmen.