- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cant receive email from exchange
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-10-2008 06:27 AM
01-10-2008 06:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 06:35 AM
01-10-2008 06:35 AM
Re: cant receive email from exchange
You probably don't want sendmail accepting mail on unix hosts. It creates a lot of administrative overhead and security issues.
But if you do:
vi /etc/rc.config.d/mailservs
Change the first variable to 1.
See this script for compiling sendmail configuration changes on hpux
http://www.hpux.ws/?p=5
To accept mail from other servers the sendmail access file(see script for location) must be modified to permit mail acceptance form the exchange server, which by default is rejected.
If 192.168.0.10 is the ip of the exchange server then access file needs to have
192.168.0.10 OK
Then use my script to compile the sendmail macros and restart the sendmail daemon.
You MX resolution on your DNS for myhost.bla.com and an A record pointing to the host.
Then:
myuser@myhost.bla.com
Will go through.
Diagnostics:
sendmail -v -d8.99 -d38.99 myuser@myhost.bla.com
.
Note that there is a lot of other details that could come up and thats very well documented at http://www.sendmail.org
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 06:55 AM
01-10-2008 06:55 AM
Re: cant receive email from exchange
You're right - I dont want to use sendmail for incoming mail. I have installed the UW-IMAP program and have been trying to get IT to accept incoming emails, without success, so I was trying to determine if the problem was on the unix or exchange side. Do you know if the IMAP program has a setting that needs to be set before it can accept incoming emails?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 05:51 AM
01-14-2008 05:51 AM
Re: cant receive email from exchange
As far as I can remember, IMAP is a server for reading messages that have already been delivered (e.g. by sendmail); it doesn't receive messages from another system. Certainly the IMAP4 protocol only deals with retrieving messages; I suppose a particular implementation of an IMAP server may have other functionality, but if so it should have documentation on how to set it up.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 06:28 AM
01-23-2008 06:28 AM
Re: cant receive email from exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 08:51 AM
01-23-2008 08:51 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 08:57 AM
01-24-2008 08:57 AM