Benchmark of Qmail SMTPD

1999-11-12 Thread Hotdog
while (!feof(f)) { fscanf(f,"%s",s); writesockets(handle,s); } fclose(f); writesockets(handle,"."); readsockets(handle,s); if (strstr(s,"250 ok")==NULL) printf("error at %d!\n",i); } writesockets(handle,"quit"); readsockets(handle,s); close(handle); time(&time2); printf("End at %d,total use %d seconds.\n",time2,time2-time1); } Hotdog hotdog#soim.com

Where does my letter go?

1999-10-21 Thread Hotdog
Hi, I found a very strange program, and anyone can help me? In the server's users/assign,I added the following line: =hotdog:nobody:65534:65534:/usr/mail/ho/hotdog::: so mailbox [EMAIL PROTECTED] is work fine . :) then I did another test,I sent some letters to [EMAIL PROTECTED]

A patched qmail-smtpd.c

1999-09-24 Thread Hotdog
lls, but I think it can run correctly. :) have fun! Hotdog [EMAIL PROTECTED] qmail-smtpd.c

Re: RE: A patched qmail-smtpd.c

1999-09-24 Thread Hotdog
Sure, tcpserver can do it too. But everytimes run tcprules maybe a little troublesome. :p >Isn't the first feature of your patch a standard tcpserver feature? And you >even say inetd is not supported, so you use tcpserver... > >Franky > >> ------ >>

Patch for spam

1999-09-17 Thread Hotdog
x27;win money' is in control/badkeyword,so this letter should be refused. . 551 Spam shit! You are not welcome! Thanks very much! Hotdog [EMAIL PROTECTED]

CNAME_lookup_failed_temportarily

1999-07-17 Thread Hotdog
02.96.210.242 there is NO any CNAME record now how can I do? Thanks very much Hotdog [EMAIL PROTECTED]

qmail-send problem

1999-06-28 Thread Hotdog
K Free Swap: 1316M Total, 24M Used, 1292M Free, 2% Inuse, 48K In Anyone can tell me the reason? and now how can I do? Thanks very much. Hotdog - SOIM Online Publishing Co.,Ltd.

Qmail+sendmail

1999-06-03 Thread Hotdog
ert queued letters.(manual sendmail -q &? :( ) Then how can I do? Thanks. Hotdog [EMAIL PROTECTED]

Virtual user

1999-02-08 Thread hotdog
In the normal way,qmail use system user as its user,in other way, if there is a system user named abc,then he'll automatically get a email accont abc@domain; if you want to create a email test@domain, you must create a system user test. But you know,system accont will cause many sceurity problem.