----- Original Message ----- From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 06, 2003 11:15 PM Subject: Re: [toaster] SMTP over SSL Problem
> Not so. I use 0.5 + chkuser on countless servers, and cannot reproduce > your problem. Besides, if this were so, you'd lose a majority of > incoming mail. Still sounds like a client problem to me. > > Note: I turned of SSL for this message. > > Bill > The problem is sloved. Thank you very much for your help. That is my bad. I am really silly. I visited http://www.interazioni.it/qmail/ and found that I should delete the following in chkuser.patch to make it work with vpopmail (I am using vpopmail 5.3.26): if (!stralloc_0 (&domain)) die_nomem(); vget_real_domain(domain.s, domain.a); domain.len = strlen (domain.s); if (domain.len > (domain.a - 1)) die_nomem(); Regards, Qing.
