2021-06-02 03:45 from jmb100770
authorArt Cancro <ajc@citadel.org>
Sat, 5 Jun 2021 19:51:49 +0000 (15:51 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 5 Jun 2021 19:51:49 +0000 (15:51 -0400)
Subject: Re: 500 No such user on AUTH LOGIN
I encountered this same authentication problem with version 931 built via easy-install.  I think the problem is with
citadel/modules/smtp/serv_smtp.c where smtp_get_user(5) is called in smtp_command_loop.  From this context, the offset
parameter 5 should be replaced by zero (0).  I modified the easy-install script to work with a patched copy of the tarball and
the resulting build seems to work correctly.


No differences found