Author Topic: GSSAPI for SMTP  (Read 2331 times)

Offline rafal

  • Newbie
  • *
  • Posts: 1
GSSAPI for SMTP
« on: September 06, 2018, 12:25:59 PM »
I've configured the krb_authentication plugin and it works great. I'm setting $_SERVER['REMOTE_USER'] and $_SERVER['KRB5CCNAME'] properly and I'm able to login to IMAP. However, I have a problem with sending emails via SMTP. When I authenticate using Kerberos, Roundcube doesn't know the user's password. Because of that, I cannot pass it on to SMTP, so I cannot use PLAIN login. It looks like there is not support for GSSAPI for SMTP.

Am I missing something or it hasn't been implemented yet?

Thanks

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: GSSAPI for SMTP
« Reply #1 on: September 06, 2018, 01:02:20 PM »
This is correct. The work is in progress. https://github.com/roundcube/roundcubemail/pull/6417