- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail UNIX to NT
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
05-14-2001 04:24 AM
05-14-2001 04:24 AM
Re: sendmail UNIX to NT
The default mechanism for host resolution in HP-UX without a /etc/nsswitch.conf IS
DNS, NIS, HOSTS
As someone stated before, create a /etc/nsswitch.conf (even use SAM) to look for hosts only.
NOTE that you will only be able to send mail to hosts in /etc/hosts.
The next answer is if you are relay-ing to the NT box. In /etc/rc.config.d/mailsrvs is an entry to specify who you relay to! add the entry for your NT box, and make sure the NT box will relay for the UNIX box.
If you played with /etc/mail/sendmail.cf then copy /usr/new/newconfig/etc/mail/sendmail.cf to /etc/mail. If you use the relay entry in /etc/rc.config.d/mailsvrs then you should not have to touch sendmails config!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 06:54 AM
05-14-2001 06:54 AM
Re: sendmail UNIX to NT
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 08:31 AM
05-15-2001 08:31 AM
Re: sendmail UNIX to NT
DSserver1
DR$S
DH$S
DM$m
Then restart sendmail:
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
And test:
$ sendmail -bv junk
junk... deliverable: mailer relay, host server1, user junk@server1
$ sendmail -bv junk@localhost
junk@localhost... deliverable: mailer relay, host server1, user junk@server1
$ sendmail -bv junk@some.other.net
junk@some.other.net... deliverable: mailer relay, host server1, user junk@some.other.net
$ sendmail -bv root
root... deliverable: mailer relay, host server1, root@server1
You should also consider disabling the smtp port if you don't intend to allow sendmail to receive messages from the network. Find sendmail -bd in /sbin/init.d/sendmail and remove the -bd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 08:43 AM
05-15-2001 08:43 AM
Re: sendmail UNIX to NT
# "Smart" relay host (may be null)
DS
then stop and start sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 09:07 AM
05-15-2001 09:07 AM
Re: sendmail UNIX to NT
however, if anyone has any ideas please post.
Thanks...
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 04:01 AM
05-21-2001 04:01 AM
Re: sendmail UNIX to NT
I'm curious, can you post the way you found to solve the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 06:56 AM
05-22-2001 06:56 AM
Re: sendmail UNIX to NT
Thanks...
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 05:16 AM
06-07-2001 05:16 AM
Re: sendmail UNIX to NT
Final update...the only problem I was having was I needed to make a change on the Exchange server...setup the user to receive SMTP (everyone gets their mail from a provider). So the problem wasn't on the L1000. The mistake that I made that prevented the L1000 from sending the message originally was the space between DS and server1.
The only two changes that I made that allowed sendmail to work was:
1) modifying the DS line to DSserver1
2) adding server1 to my /etc/hosts
I needed to reboot on Friday so I decided to delete the /etc/nsswitch.conf file (I had created one with the hosts: files entry)...just curious if I really needed it not running DNS on our system. After rebooting
I was still able to sendmail without any problem.
So the botom line is that your original suggestion of removing the space after the DS entry solved my problem.
Please respond so that I can give you the 10 points you deserve!!
Richard
- « Previous
-
- 1
- 2
- Next »