Quoting Tim Smith <[email protected]>:

michael,

Nonsense.

How do you explain the fact that .....

(1) I see "lost connection after UNKNOWN from
<insert_horde_server_name_here> " in the mail server logs ?  ;-)
(2) I can ping the mail server from the horde box
(3) I can manually authenticate via openssl s_client on the horde box.

Its not a network/port filtering issue.

stream_socket_client() is returning false for you for some reason.

It's possible that adding this code to IMP_Compose_Exception#log() may provide further logging of the exact details of the problem:

        if (($previous = $this->getPrevious()) &&
            isset($previous->details)) {
            Horde::log($previous->details, $level);
        }

michael

___________________________________
Michael Slusarz [[email protected]]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to