<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>SMTP AUTH failure when accepting Kronolith invitation</title> 
  <pubDate>Fri, 10 Apr 2026 09:35:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7388</link> 
  <atom:link rel="self" type="application/rss+xml" title="SMTP AUTH failure when accepting Kronolith invitation" href="https://bugs.horde.org/ticket/7388/rss" /> 
  <description>SMTP AUTH failure when accepting Kronolith invitation</description> 
 
   
   
  <item> 
   <title>I have configured Horde to use SMTP AUTH for submitting mess</title> 
   <description>I have configured Horde to use SMTP AUTH for submitting messages through &#039;config/conf.php&#039;:



    $conf[&#039;mailer&#039;][&#039;params&#039;][&#039;port&#039;] = 587;

    $conf[&#039;mailer&#039;][&#039;params&#039;][&#039;auth&#039;] = true;

    $conf[&#039;mailer&#039;][&#039;type&#039;] = &#039;smtp&#039;;



This works just fine when writing new messages or sending replies:



Sep 24 16:37:57 mail postfix/smtpd[19746]: connect from localhost[127.0.0.1]

Sep 24 16:37:57 mail postfix/smtpd[19746]: setting up TLS connection from localhost[127.0.0.1]

Sep 24 16:37:58 mail postfix/smtpd[19746]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256

Sep 24 16:37:58 mail postfix/smtpd[19746]: 49B7A6041C: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=user@example.com

Sep 24 16:37:58 mail postfix/smtpd[19746]: disconnect from localhost[127.0.0.1]



The exception to this rule is, when I want to accept/deny an invitation that was send through Kronolith. After hitting the &#039;Go&#039; button, the following error message appears:



&quot;authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.8 Error: authentication failed: generic failure)].&quot;



In the mailserver logs is logged at the same time:



Sep 24 19:09:28 mail postfix/smtpd[21873]: connect from localhost[127.0.0.1]

Sep 24 19:09:28 mail postfix/smtpd[21873]: setting up TLS connection from localhost[127.0.0.1]

Sep 24 19:09:29 mail postfix/smtpd[21873]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256

Sep 24 19:09:29 mail postfix/smtpd[21873]: warning: SASL authentication failure: All-whitespace username.

Sep 24 19:09:29 mail postfix/smtpd[21873]: warning: localhost[127.0.0.1]: SASL LOGIN authentication failed: generic failure

Sep 24 19:09:29 mail postfix/smtpd[21873]: disconnect from localhost[127.0.0.1]



Accepting messages works just fine when I use the build in sendmail binary, but not when the replies go through SMTP AUTH. I would like to use SMTP AUTH, so that I don&#039;t have to duplicate the existing &#039;smtpd_sender_login_maps&#039; that prevent From address spoofing.</description> 
   <pubDate>Wed, 24 Sep 2008 17:32:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t49204</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/itip.php?r1=1.37.2.41&amp;r2=1.37.2.42&amp;ty=u</description> 
   <pubDate>Tue, 07 Oct 2008 12:36:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t49431</link> 
  </item> 
   
  <item> 
   <title>Fixed for IMP 4.3.1.</title> 
   <description>Fixed for IMP 4.3.1.</description> 
   <pubDate>Tue, 07 Oct 2008 12:36:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t49432</link> 
  </item> 
   
  <item> 
   <title>This did not fix the issue for me as the current username an</title> 
   <description>This did not fix the issue for me as the current username and credential were not transferred with the parameters. imp/lib/Compose.php does add the current user and the password to the parameters before sending mail.



The following patch fixed the issue for me:



http://hg.pardus.de/cgi-bin/hg.cgi/horde/HORDE/file/0f8c1b39f7eb/imp/HK-GW-Auth_for_invitations.patch</description> 
   <pubDate>Mon, 17 Nov 2008 16:07:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t50819</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&amp;r1=1.699.2.373&amp;r2=1.699.2.374&amp;ty=u
http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/itip.php?rt=horde&amp;r1=1.37.2.43&amp;r2=1.37.2.44&amp;ty=u</description> 
   <pubDate>Wed, 07 Jan 2009 18:53:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t51585</link> 
  </item> 
   
  <item> 
   <title>Added to Git and CVS.</title> 
   <description>Added to Git and CVS.</description> 
   <pubDate>Wed, 07 Jan 2009 18:58:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t51586</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Use all cred</title> 
   <description>Changes have been made in Git for this ticket:

Use all credentials and settings from IMP&#039;s mailer configuration (Bug #7388).

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/itip.php?rt=horde-git&amp;r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&amp;r2=f21bacb50bcbf11f40b1fa6d046ec8a6a0e36d6f</description> 
   <pubDate>Tue, 12 Jan 2010 23:56:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7388#t57490</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
