tisdagen den 2 december 2003 18.59 skrev Marc Schneider:

[...]

> Anyway, just in case somebody is interested, the lines 309:314 of
> qmail-pop3d.c have to be changed from
>
>   /* okay(); */
> -  puts("+OK ");
>   put(strnum,fmt_ulong(strnum,m[i].size));
> -  puts(" octets\r\n");
>   flush();
>
> to
>
>   /* okay(); */
> +  substdio_puts(&ssout,"+OK ");
>   put(strnum,fmt_ulong(strnum,m[i].size));
> +  substdio_puts(&ssout," octets\r\n");
>   flush();
>
> after applying the qmail-maildir++.patch . If anybody knows whether this is
> debian specific please tell me - I'd really like to know. Actually I might
> try and find out after I set up the rest of the server - still have to
> debug the SMTP-Auth :(

It has to be debian specific because the patch I have has these changes, get 
the current one here:

http://www.shupp.org/

Or rather the fixed one in the latest vpopmail tarball.


Reply via email to