Roundcube Community Forum

 

[tls] must issue a STARTTLS command first

Started by moka, January 08, 2013, 09:00:06 AM

Previous topic - Next topic

moka

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 ?

alec

Checklist:
1. openssl module for PHP installed?
2. PHP > 5.2?
3. 'smtp_server' setting in main.inc.php with tls:// prefix?

moka

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.