1849866 Members
2431 Online
104045 Solutions
New Discussion

Re: Not receiving emails

 
YMJ
Frequent Advisor

Not receiving emails

Hi all

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
4 REPLIES 4
harry d brown jr
Honored Contributor

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
Live Free or Die
Geoff Wild
Honored Contributor

Re: Not receiving emails

Try setting the the Smart Relay in sendmail.cf to the exchange server:

DSexchangeservername

You may also need to set the DM macro to:

DMyourdomain.com

Then restart sendmail (if running).

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: Not receiving emails

Chucks Harry,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
harry d brown jr
Honored Contributor

Re: Not receiving emails

Thunderbird (mozilla) on his xp box can only talk to a LACKof_exchange server only if imap or possibly pop3 is open. You can see I'm not a fan of M$'s exchange product!

live free or die
harry d brown jr
Live Free or Die