- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not receiving emails
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
Forums
Discussions
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
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-06-2005 12:15 AM
04-06-2005 12:15 AM
Not receiving emails
I have windows xp box running outlook 2000 and mozilla thunderbird. we have an email server (exchange) for the company. and we have UNIX server box. I want to receive email alerts regarding any administration actions like backups, shutdowns , ... etc
the problem is the connection can't be established by the two email clients.
I check the networking is OK (telnet, ftp are OK), the services are running (smtp, pop, pop3 are OK).
I figure out what the problem is?
THANKS
-YMJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:29 AM
04-06-2005 12:29 AM
Re: Not receiving emails
Does the LACKof_exchange server have imap open? The default is mapi, which NO non-commercial product can use!
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:58 AM
04-06-2005 12:58 AM
Re: Not receiving emails
DSexchangeservername
You may also need to set the DM macro to:
DMyourdomain.com
Then restart sendmail (if running).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 01:32 AM
04-06-2005 01:32 AM
Re: Not receiving emails
The second post also needs the exchange server set up to accept relay from the Unix server. To Microsoft's credit by default exchange servers will not relay mail for other hosts. That has to be set up expicitly.
To get some diagnosis on Unix.
mailq
See if mail is backing up in the outbound queue.
sendmail -v -q (as root)
See what the error code is when you try and pusth the mail queue in verbose mode.
sendmail -v -d 8.99 -d 38.99 someone@exchangeserver.net
a line of funny text
.
This will get you verbose error output.
With diagnosis, a cure is possible.
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
04-06-2005 02:07 AM
04-06-2005 02:07 AM
Re: Not receiving emails
live free or die
harry d brown jr