Issue with smtp and roundcube 1.4

Issue #38 resolved
Arnaud Fonce created an issue

I recently installed my own roundcube with the ident_switch plugin.

I faced a problem with the smtp configuration which wasn't pick from the ident_switch table.

To correct the problem, I had to test if $iid is numeric instead of integer. Indeed, $iid was poulate with a numeric string.

On line 155, this is the code I used :

if (!is_numeric($iid) || $iid == -1)

Comments (2)

  1. Log in to comment