info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to send mail to exchange server on cvs commint from solar is


From: Wiest, Damian
Subject: RE: How to send mail to exchange server on cvs commint from solar is
Date: Tue, 16 May 2006 14:55:15 -0500

>-----Original Message-----
>From: Martell, Larry [mailto:address@hidden 
>Sent: Tuesday, May 16, 2006 11:00 AM
>To: address@hidden
>Subject: RE: How to send mail to exchange server on cvs commint from
solaris>
>
>
>On Mon 5/15/2006 11:30 PM sai krishna wrote:
>>
>> Thanks a lot for your response,
>> Can you please tell me the details of the configurations that need to
>> be done on both nt machine and unix box..
>
>I did not do anything to the exchange server config.
>
>On my Linux box, I installed postfix, and modifed just these 3 lines in
main.cf:
>
>myhostname = FQDN of my machine (e.g. xxxx.aptec.com)
>mydomain = aptec.com
>relayhost = FQDN of exchange server (e.g. aaaa.bbbb.aptec.com)
>
>> is there a way to configure sendmail to send mails to exchange server ?
>
>Never tried it with sendmail, but I'm sure it could be done.
>
>-larry

Go here: http://www.sendmail.org/m4/masquerading_relaying.html

The short answer is to add the lines:
define(`LOCAL_RELAY', `relay:rc2c-exch1')
define(`MAIL_HUB', `relay:rc2c-exch1')
define(`SMART_HOST', `relay:rc2c-exch1')
to your sendmail.mc file and run it through m4 to produce your sendmail.cf
file, and send SIGHUP to sendmail.  Replace rc2c-exch1 with your Exchange
server.

I use a similar setup on some Solaris servers to send batch job output to an
Exchange public folder.

-Damian



============================== 
 
Confidentiality Notice:  
 
  
 
The content of this communication, along with any attachments, is the property 
of the sender, is covered by  
federal and state law governing electronic communications and may contain 
confidential and legally privileged 
information.  If the reader of this message is not the intended recipient, you 
are hereby notified that any  
dissemination, distribution, use or copying of the information contained herein 
is strictly prohibited.  If you have  
received this communication in error, please immediately contact us by email at 
address@hidden, destroy  
any copies or print outs of this e-mail and permanently delete the original 
e-mail.  Thank you




reply via email to

[Prev in Thread] Current Thread [Next in Thread]