Results 1 to 3 of 3
I have a UNIX operation machine that need to link or connect to a UNIX environment server for sending mail. I need to run it only for a JSP web ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-20-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
Help on configure a UNIX exchange server using JAVA
I have a UNIX operation machine that need to link or connect to a UNIX environment server for sending mail. I need to run it only for a JSP web page, so i need java to connect it to the exchange server temporaly for the email to be send.
Is it possible?
Can anyone give me some guideline on this issue?
- 05-21-2005 #2Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Both UNIX boxes will likely be running sendmail, so if they're configured appropriately, just get your Java code to call sendmail on the local machine and it should happen automagically,
- 05-23-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
Can u show me some guidelines on the configuration part?
Thanks.


Reply With Quote
