Is this error occurring on a smtp or imap connection? On Wed, Oct 9, 2019 at 8:39 AM Remo Mattei <[email protected]> wrote:
> here is mine Roundcube > > > $config['default_host'] = 'tls://%n'; > > // SMTP server host (for sending mails). > // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// > // If left blank, the PHP mail() function is used > // Supported replacement variables: > // %h - user's IMAP hostname > // %n - hostname ($_SERVER['SERVER_NAME']) > // %t - hostname without the first part > // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) > // %z - IMAP domain (IMAP hostname without the first part) > // For example %n = mail.domain.tld, %t = domain.tld > $config['smtp_server'] = 'tls://qmail.box.box'; > > // provide an URL where a user can get support for this Roundcube > installation > // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! > $config['support_url'] = ''; > > > Remo > > > On Wednesday, Oct 09, 2019 at 07:33, Eric Broch <[email protected]> > wrote: > > Roundcube version 1.3.10 > > > On 10/9/2019 8:32 AM, Eric Broch wrote: > > This worked for me > > $config['smtp_server'] = 'ssl://mx.mydomain.tld'; > $config['smtp_port'] = 465; > $config['smtp_user'] = '%u'; > $config['smtp_pass'] = '%p'; > $config['smtp_auth_type'] = 'LOGIN'; > > where > > mx.mydomain.tld has a certificate created by LetsEncrypt and in > /var/qmail/control/servercert.pem > > > On 10/9/2019 7:36 AM, [email protected] wrote: > > I will share my round as soon as I get home it was a little tricky to deal > with the latest version. > > Il giorno 9 ott 2019, alle ore 05:18, Tomasz Lachowicz <[email protected]> > <[email protected]> ha scritto: W dniu 09.10.2019 o 11:29, Eric Broch pisze: > > On 10/9/2019 3:04 AM, Tomasz Lachowicz wrote: i have the same problem. smtp > don't allow connection on port 143 > > Should it? > > Of corz you have right - i write to fast ;) > > i change smtp settings to ssl/tls on port 465 and its start working. > > okay > > Now I have a problem because roundcube can't connect to smtp on ssl version. > > What version of roundcube an what do your settings look like? > > Round cube 1.3.9 conifg $config['default_host'] = 'localhost'; > $config['smtp_server'] = 'tls://localhost'; $config['smtp_port'] = 465; > $config['smtp_user'] = '%u'; $config['smtp_pass'] = '%p'; > $config['imap_auth_type'] ='DIGEST-MD5'; roundcube can't send any email. - i > dont have any error - only message: sending message. > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [email protected] For > additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [email protected] For > additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [email protected] For > additional commands, e-mail: [email protected] > >
