From: Wilfried Goesgens Date: Sun, 20 Oct 2013 22:07:52 +0000 (+0200) Subject: As pointed out by koelbli, we have to send the passvoid this time. X-Git-Tag: v9.01~208 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=dad8d3e589722b0d9b4cffd8fe5764829d29edbf As pointed out by koelbli, we have to send the passvoid this time. --- diff --git a/citadel/modules/smtp/smtp_clienthandlers.c b/citadel/modules/smtp/smtp_clienthandlers.c index 9e5d61193..bbdbc4684 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.c +++ b/citadel/modules/smtp/smtp_clienthandlers.c @@ -326,8 +326,8 @@ eNextState SMTPC_send_authplain_2(SmtpOutMsg *Msg) encodedlen = CtdlEncodeBase64( encoded, - Msg->pCurrRelay->User, - strlen(Msg->pCurrRelay->User), + Msg->pCurrRelay->Pass, + strlen(Msg->pCurrRelay->Pass), 0); StrBufPlain(Msg->IO.SendBuf.Buf,