--- rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-useSSL.patch 2024/03/22 15:20:19 1.1 +++ rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-useSSL.patch 2024/03/22 16:17:39 1.2 @@ -1,18 +1,18 @@ -diff -Nur --no-dereference smeserver-roundcube-1.2/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP smeserver-roundcube-1.2.old/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP ---- smeserver-roundcube-1.2/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 11:09:35.213000000 -0400 -+++ smeserver-roundcube-1.2.old/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 10:40:15.283000000 -0400 +diff -Nur --no-dereference smeserver-roundcube-1.2.old/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP smeserver-roundcube-1.2/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP +--- smeserver-roundcube-1.2.old/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 10:40:15.283000000 -0400 ++++ smeserver-roundcube-1.2/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 11:09:35.213000000 -0400 @@ -12,12 +12,12 @@ // %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 -- {$OUT .= " \$config['smtp_host'] = 'ssl://localhost:$sqpsmtpd{'TCPPort'}';\n";} -+ {$OUT .= " \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'TCPPort'}';\n";} +- {$OUT .= " \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'TCPPort'}';\n";} ++ {$OUT .= " \$config['smtp_host'] = 'ssl://localhost:$sqpsmtpd{'TCPPort'}';\n";} // SMTP port (default is 25; use 587 for STARTTLS or 465 for the // deprecated SSL over SMTP (aka SMTPS)) --// {$OUT .= "\$config['smtp_port'] = $sqpsmtpd{'TCPPort'};\n";} -+// {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'TCPPort'};\n";} +-// {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'TCPPort'};\n";} ++// {$OUT .= "\$config['smtp_port'] = $sqpsmtpd{'TCPPort'};\n";} // SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login