The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
sendmail.cf robsonde UNIX for Dummies Questions & Answers 0 01-28-2008 12:21 PM
sendmail.cf robsonde UNIX and Linux Applications 1 01-25-2008 06:17 AM
Sendmail skykay UNIX for Dummies Questions & Answers 0 10-03-2005 01:56 AM
sendmail.... any help? skotapal UNIX for Dummies Questions & Answers 5 12-22-2002 06:23 PM
sendmail danny howell UNIX for Dummies Questions & Answers 1 08-08-2002 12:49 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 10-25-2004
Registered User
 

Join Date: Sep 2002
Location: Nashville, TN
Posts: 66
Sendmail

I have a Sendmail (Red Hat 9.0, Sendmail 8.12.8-4)server set up on the local network. I am able to send mail just fine, and when I copy error messages from the root mail account to my test user, I can download those to Outlook just fine. My problem is that I cannot send messages to my testaccount

Since this, for right now, is just on the local (Windows 2000)network, I put the MX record for my server in local DNS, so that I could use my local (Windows 2000)account to access it. I am even having problems sending email back and forth between root and my test account on my server. Does anyone have any idea what I missed??
Reply With Quote
Forum Sponsor
  #2  
Old 10-25-2004
Registered User
 

Join Date: Sep 2002
Location: Nashville, TN
Posts: 66
OK, forget the last part. I am able to communicate between my Linux accounts. I am, however, still having problems with my Active Directory account.
Reply With Quote
  #3  
Old 10-26-2004
Registered User
 

Join Date: May 2004
Location: bangalore
Posts: 4
#include <unistd.h>
#include <stdio.h>
int main()
{
char *ls_argv[] = { "ls", "-l", 0};
char *ls_envp[] = { "PATH=/bin:/usr/bin", "TERM=xterm", 0 };

printf("Using execve to run ls -l \n");
execve("/bin/ls", ls_argv, ls_envp);
exit(0);
}

i didnt get this
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 02:56 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0