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)
commit227c43a78394d957fda061f46c5cd46d4cb117ad
treef8fe48c8b8cbac8be9cb8a521c8fcbad8ced0011
parent100b6a90d5ea460fc62e648311ebf3fad965c139
2021-06-02 03:45 from jmb100770
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.
citadel/modules/smtp/serv_smtp.c