Roundcube Community Forum

Release Support => Pending Issues => Topic started by: moka on January 08, 2013, 09:00:06 AM

Title: [tls] must issue a STARTTLS command first
Post by: moka 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:

SMTP (530): Impossible de dĂ©finir l'expĂ©diteur "[email protected]" (5.7.0 Must issue a STARTTLS command first)

I'm using tls://localhost:587. Any ideas about why i get that error ?
Title: Re: [tls] must issue a STARTTLS command first
Post by: alec 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?
Title: Re: [tls] must issue a STARTTLS command first
Post by: moka 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.
Title: Re: [tls] must issue a STARTTLS command first
Post by: moka on January 09, 2013, 07:48:28 AM
any ideas maybe ?