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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

m4 - sendmail.cf generation problems

Status
Not open for further replies.

sproosy

IS-IT--Management
Oct 31, 2002
94
AU
Hey all

Just a few questions regarding some problems i have been having when i try to make my sendmail.cf file. I run the following and get the following erorrs. Any ideas why i get these errors?

[root@wolverine cf]# m4 ../m4/cf.m4 gateway.mc > gateway.m4
../domain/mydomainname.com.au.m4:26: m4: Cannot open ../feature/redirect.m4: Too many open files
../domain/mydomainname.com.au.m4:27: m4: Cannot open ../feature/use_cw_file.m4: Too many open files
../domain/mydomainname.com.au.m4:29: m4: Cannot open ../domain/mydomainname.com.au.m4: Too many open files


I dont understand why it says this.


Sproosy MCP

Keep it real!
 
It seems like you are including the file
Code:
../domain/mydomainname.com.au.m4
from itself.

//Daniel
 
Yeah it was. so so simple. Thanks!

Sproosy MCP

Keep it real!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top