Author Topic: [tls] must issue a STARTTLS command first  (Read 8084 times)

Offline moka

  • Newbie
  • *
  • Posts: 3
[tls] must issue a STARTTLS command first
« on: January 08, 2013, 09:00:06 AM »
Hi, i first apologize for my bad english.
I have an error when i try to send a mail with webmail:

Code: [Select]
SMTP (530): Impossible de définir l'expéditeur "quentin@domain.com" (5.7.0 Must issue a STARTTLS command first)
I'm using tls://localhost:587. Any ideas about why i get that error ?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: [tls] must issue a STARTTLS command first
« Reply #1 on: January 08, 2013, 09:34:40 AM »
Checklist:
1. openssl module for PHP installed?
2. PHP > 5.2?
3. 'smtp_server' setting in main.inc.php with tls:// prefix?

Offline moka

  • Newbie
  • *
  • Posts: 3
Re: [tls] must issue a STARTTLS command first
« Reply #2 on: January 08, 2013, 09:43:50 AM »
about the openssl php module, you mean uncomment "extension=openssl.so" in php.ini ? If you meant this, i already did that.
I already did other things you said.

Offline moka

  • Newbie
  • *
  • Posts: 3
Re: [tls] must issue a STARTTLS command first
« Reply #3 on: January 09, 2013, 07:48:28 AM »
any ideas maybe ?