Quoting Arjen de Korte <arjen+ho...@de-korte.org>:

The below works for me in IMP-6.1.0beta2 (from 'imp/config/backends.local.php'):

    'smtp' => array(
        'auth' => true,
        'debug' => false,
        'localhost' => 'localhost',
        'host' => 'localhost',
        'password' => null,
        'port' => 587,
        'username' => null
    ),

As mentioned in the bug report, this is incorrect if you want to use Horde defaults for username/password. That's because you are explicitly overwriting the default username/password passed in since, as mentioned in the documentation, *any *parameter in IMP's 'smtp' configuration array will overwrite the default value. (This was broken in pre-6.1 versions of IMP, so the above *might* have worked by happenstance.)

In fact... if you are using Horde defaults, you don't need to define an 'smtp' entry in config/backends.local.php at all.

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to