![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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?? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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.
|
|
#3
|
|||
|
|||
|
#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 |
|||
| Google The UNIX and Linux Forums |