Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#1483813 closed Bugs (fixed)

can't send with TLS

Reported by: anonymous Owned by:
Priority: 5 Milestone: 0.1-stable
Component: PHP backend Version:
Severity: major Keywords: smtp tls
Cc:

Description

I can't send messages on a host that requires TLS authentication. i get the following trace when i try to send a message

DEBUG: Recv: 220 cork.its.*****.edu ESMTP for ********* no UCE permitted
DEBUG: Send: EHLO localhost
DEBUG: Recv: 250-cork.its.*****.edu
DEBUG: Recv: 250-PIPELINING
DEBUG: Recv: 250-SIZE 10240000
DEBUG: Recv: 250-ETRN
DEBUG: Recv: 250-STARTTLS
DEBUG: Recv: 250 8BITMIME
DEBUG: Send: RSET
DEBUG: Recv: 250 Ok
DEBUG: Send: QUIT
DEBUG: Recv: 221 Bye

similar bugs were reported on the forums

Change History (8)

comment:1 Changed 7 years ago by thomasb

  • Keywords smtp tls added
  • Milestone changed from 0.1-beta2 to 0.1rc1
  • Version changed from later to 0.1-beta

comment:2 Changed 6 years ago by thomasb

  • Milestone changed from 0.1-rc1 to 0.1-rc2

comment:3 Changed 6 years ago by gh@…

  • Milestone changed from 0.1-rc2 to 0.1-beta2
  • Version changed from 0.1-beta to 0.1-beta2

I have my mail server configured such that you need to AUTH to send mail. To enforce encryption, you must issue STARTTLS before you have the AUTH option, as seen below. I would like to run Roundcube for my users. Let me know if there is anything I can do to help debug this.

Thanks,
-g

$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.example.com ESMTP Postfix
ehlo example.com
250-mail.example.com
250-PIPELINING
250-SIZE 102400000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME

comment:4 Changed 6 years ago by phaidros@…

In case of accessability to the server settings this worked for me:

just wrap on port 465 an ssl connection to the tls by adding the following line to master.cf:

smtps inet n - y - - smtpd

-o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes

comment:6 Changed 6 years ago by mtu

  • Milestone 0.1-beta2 deleted
  • Version 0.1-beta2 deleted

Please review!

comment:7 Changed 5 years ago by seansan

Seems fixed by : http://trac.roundcube.net/ticket/1484667

Please verify or close

comment:8 Changed 5 years ago by seansan

  • Milestone set to 0.1-stable
  • Resolution set to fixed
  • Status changed from new to closed

comment:9 Changed 5 years ago by dan

see #1484883. #1484667 is IMAP and therefore not relevant

Note: See TracTickets for help on using tickets.