[imp] "Error Connecting to SMTP Server" - Having difficulty troubleshooting !
Michael M Slusarz
slusarz at horde.org
Fri May 8 17:15:55 UTC 2015
Quoting Tim Smith <r.andomdev4+imp at gmail.com>:
> 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 [slusarz at horde.org]
More information about the imp
mailing list