Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send Mail Directory in Exchange

Status
Not open for further replies.

bntrong

IS-IT--Management
Joined
Nov 13, 2001
Messages
13
Location
US
My Web Administrator here is trying to create a form and has written a PerL script that is looking for the Send Mail Directory in Exchange.....Does anyone know where this is....Here the FAQ that might help you give me some help..
THanks
1. Check path to sendmail and mailing address - Remember if you turn on the mail option you must set two new variables. The $mailprog variable and the $recipient variable. Many people run into the problem on the $mailprog variable, because they forget to change this. Many systems do not have sendmail in the /usr/lib directory which is default in my scripts, and some don't even have sendmail! To find out where its located on your system, use the following command at your unix prompt:

which sendmail
This will tell you where sendmail is on your system. If it says it could not find it, you don't necessarily not have it, just ask your system administrator. The other common problem is to make sure that you have set your email address correctly.
 
sendmail is unix.

We use the IMCDATA folder and that is it. Well it does also use MTADATA but your looking more for IMCDATA. Dan
Microsoft Exchange Support @ Microsoft
 
THanks alot...I think that's going to do it for my web guy. Appreciate the help..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top