This shows you the differences between two versions of the page.
| squirrelmail [2007-07-04 08:42] – external edit 127.0.0.1 | squirrelmail [2019-07-10 14:45] (current) – removed nik | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | |||
| - | ===== squirrelmail ===== | ||
| - | http:// | ||
| - | |||
| - | |||
| - | ==== errors ==== | ||
| - | |||
| - | squirrelmail would not connect to bincimap, giving an error "Error connecting to IMAP server: tls:// | ||
| - | |||
| - | in "/ | ||
| - | |||
| - | < | ||
| - | [unknown@127.0.0.1: | ||
| - | </ | ||
| - | |||
| - | who ever is doing the tls/ssl handshake has wonky fingers with wrong sides mac_nails, so edit the server method to be ssl rather than tls; | ||
| - | |||
| - | < | ||
| - | / | ||
| - | line 441 | ||
| - | - $imap_server_address = ' | ||
| - | + $imap_server_address = ' | ||
| - | </ | ||