Author Topic: Connectiong to a SMTP server  (Read 3142 times)

Offline pogo_stick

  • Newbie
  • *
  • Posts: 1
Connectiong to a SMTP server
« on: October 26, 2009, 12:15:16 PM »
Hello to all,
 I have trouble configuring a roundcube (version 0.3) installation to use a SMTP server with TLS.
If I set the rcmail_config to a no-SSL using server it works. But if I try to connect with a TLS server using the value 'ssl://ip' I get all the time the following message:
SMTP Error(-1): Conenction to server failed

The server is a Postfix server and I am able to send TLS messages using normal mail clients so the problem is not in the SMTP server side.

Can someone give me a pointer, please?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Connectiong to a SMTP server
« Reply #1 on: October 26, 2009, 01:23:54 PM »
Don't add 'ssl://' if you want TLS.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Connectiong to a SMTP server
« Reply #2 on: October 27, 2009, 03:08:38 AM »
To get TLS to work just use "tls://" you don't need to use the SSL because TLS is a newer version of SSL.