| Author |
Message |
Jonathan
Guest
|
Posted:
Fri Oct 14, 2005 11:39 pm Post subject:
Unix sendmail to Exchange |
|
|
Is it possible on our Internal Network to get a Unix server to send emails to
Exchange users? If it is possible, where can I find some documentation?
Thanks
|
|
| Back to top |
|
 |
Bharat Suneja
Guest
|
Posted:
Fri Oct 14, 2005 11:58 pm Post subject:
Re: Unix sendmail to Exchange |
|
|
unix hosts running smtp can send mail to any other smtp servers, including
Exchange.
is there something specific you're trying to do?
--
Bharat Suneja
MCSE, MCT
--------------------------------
"Jonathan" <Jonathan@discussions.microsoft.com> wrote in message
news:12385ECF-4C3B-4C16-9D86-45F45E40823B@microsoft.com...
| Quote: | Is it possible on our Internal Network to get a Unix server to send emails
to
Exchange users? If it is possible, where can I find some documentation?
Thanks
|
|
|
| Back to top |
|
 |
Jonathan
Guest
|
Posted:
Sat Oct 15, 2005 12:10 am Post subject:
Re: Unix sendmail to Exchange |
|
|
We have an app on the Unix box that needs to send emails to users on the
Exchange box. Unfortunately, no one here where I work know's Sendmail and
our software vendor is not very helpful.
Also, I guess I need to make sure that I've got the Exchange box looking for
SMTP on our Internal network. I've only got SMTP for external stuff. I
suppose I also need to configure internal DNS settings. (MX records?)
"Bharat Suneja" wrote:
| Quote: | unix hosts running smtp can send mail to any other smtp servers, including
Exchange.
is there something specific you're trying to do?
-- |
|
|
| Back to top |
|
 |
Bharat Suneja
Guest
|
Posted:
Sat Oct 15, 2005 12:36 am Post subject:
Re: Unix sendmail to Exchange |
|
|
Just point the app to your Exchange server's ip address. (If your Exchange
uses a SMTP connector to send mail to the internet - address space = * , and
the unix process needs to send mail to internet recipients as well - poing
it to the bh.).
--
Bharat Suneja
MCSE, MCT
--------------------------------
"Jonathan" <Jonathan@discussions.microsoft.com> wrote in message
news:3D8708C8-0754-470C-ADC7-C4C8E513495F@microsoft.com...
| Quote: | We have an app on the Unix box that needs to send emails to users on the
Exchange box. Unfortunately, no one here where I work know's Sendmail and
our software vendor is not very helpful.
Also, I guess I need to make sure that I've got the Exchange box looking
for
SMTP on our Internal network. I've only got SMTP for external stuff. I
suppose I also need to configure internal DNS settings. (MX records?)
"Bharat Suneja" wrote:
unix hosts running smtp can send mail to any other smtp servers,
including
Exchange.
is there something specific you're trying to do?
--
|
|
|
| Back to top |
|
 |
Roger
Guest
|
Posted:
Wed Nov 02, 2005 1:58 am Post subject:
Re: Unix sendmail to Exchange |
|
|
Use relay Sendmail with a relay host config and create your
dns records (MX)
You can also use the smarthost option to forward all teh mail to a specific
host by smtp transport.
Exim is a good alternatif for sendmail, it is easier to configure and offers
te same and even more.
regards
Roger
"Bharat Suneja" <bharatsuneja@no.spam.org> schreef in bericht
news:Ou7tqaP0FHA.3780@TK2MSFTNGP12.phx.gbl...
| Quote: | Just point the app to your Exchange server's ip address. (If your Exchange
uses a SMTP connector to send mail to the internet - address space = * ,
and
the unix process needs to send mail to internet recipients as well - poing
it to the bh.).
--
Bharat Suneja
MCSE, MCT
--------------------------------
"Jonathan" <Jonathan@discussions.microsoft.com> wrote in message
news:3D8708C8-0754-470C-ADC7-C4C8E513495F@microsoft.com...
We have an app on the Unix box that needs to send emails to users on the
Exchange box. Unfortunately, no one here where I work know's Sendmail
and
our software vendor is not very helpful.
Also, I guess I need to make sure that I've got the Exchange box looking
for
SMTP on our Internal network. I've only got SMTP for external stuff. I
suppose I also need to configure internal DNS settings. (MX records?)
"Bharat Suneja" wrote:
unix hosts running smtp can send mail to any other smtp servers,
including
Exchange.
is there something specific you're trying to do?
--
|
|
|
| Back to top |
|
 |
|
|
|
|