'toptica', 'ssl://imap.gmx.net' => 'GMX', 'ssl://imap.web.de' => 'Web', ); // 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'] = 'mail.lima-city.de'; // SMTP port (default is 25; use 587 for STARTTLS or 465 for the // deprecated SSL over SMTP (aka SMTPS)) $config['smtp_port'] = 25; // SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login // $config['smtp_user'] = ''; // SMTP password (if required) if you use %p as the password Roundcube // will use the current user's password for login // $config['smtp_pass'] = ''; // 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'] = 'https://web.hilie.de/roundcube'; // Name your service. This is displayed on the login screen and in the window title $config['product_name'] = 'Roundcube Webmail'; // this key is used to encrypt the users imap password which is stored // in the session record (and the client cookie if remember password is enabled). // please provide a string of exactly 24 chars. // YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS $config['des_key'] = 'sv5KuHfUagjggBU2KzXI2Uo'; // $config['des_key'] = 'Change_me_I_am_example!!'; // List of active plugins (in plugins/ directory) $config['plugins'] = array( 'archive', 'zipdownload', // 'managesieve', // 'identity_smtp', // 'carddav', 'newmail_notifier', // 'html5_notifier', ); // skin name: folder from skins/ // $config['skin'] = 'larry'; //$config['debug_level'] = 4; //$config['imap_debug'] = true; $config['imap_cache'] = 'db'; $config['messages_cache'] = true; $config['ip_check'] = false;