X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

Roundcube SMTP Connection Settings

Roundcube SMTP Connection Settings
HomepageKnowledge BaseWeb MailRoundcube SMTP Connection Settings
Roundcube SMTP Connection Settings

We will write the necessary settings for Roundcube to connect to SMTP with the following command for the Roundcube installed folder.

nano config/config.inc.php

$config = array();
$config['db_dsnw'] = 'mysql://mail.yazicisigorta:R2dxkf22@localhost/mail_yazicisigorta_com_roundcube';
$config['default_host'] = 'tls://mail.***.com';
$config['smtp_auth_type'] = 'PLAIN';
$config['smtp_server'] = 'tls://mail.***.com';
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['support_url'] = '';
$config['product_name'] = 'Roundcube Webmail';
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
$config['plugins'] = array('virtuser_file', 'archive', 'zipdownload', 'filters');
$config['skin'] = 'larry';
$rcmail_config['virtuser_file'] = '/etc/postfix/virtual';
$config['virtuser_file'] = '/etc/postfix/virtual';
$config['debug_level'] = 1;
$config['smtp_debug'] = true;

You can click for our cheap Türkiye location virtual servers.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(1512 times viewed. / 0 people found helpful.)