/[smecontribs]/rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-useSSL.patch
ViewVC logotype

Diff of /rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-useSSL.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Fri Mar 22 15:20:19 2024 UTC Revision 1.2 by jpp, Fri Mar 22 16:17:39 2024 UTC
# Line 1  Line 1 
1  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  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
2  --- 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
3  +++ 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
4  @@ -12,12 +12,12 @@  @@ -12,12 +12,12 @@
5   // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)   // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
6   // %z - IMAP domain (IMAP hostname without the first part)   // %z - IMAP domain (IMAP hostname without the first part)
7   // For example %n = mail.domain.tld, %t = domain.tld   // For example %n = mail.domain.tld, %t = domain.tld
8  - {$OUT .= "   \$config['smtp_host'] = 'ssl://localhost:$sqpsmtpd{'TCPPort'}';\n";}  - {$OUT .= "   \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'TCPPort'}';\n";}
9  + {$OUT .= "   \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'TCPPort'}';\n";}  + {$OUT .= "   \$config['smtp_host'] = 'ssl://localhost:$sqpsmtpd{'TCPPort'}';\n";}
10    
11    
12   // SMTP port (default is 25; use 587 for STARTTLS or 465 for the   // SMTP port (default is 25; use 587 for STARTTLS or 465 for the
13   // deprecated SSL over SMTP (aka SMTPS))   // deprecated SSL over SMTP (aka SMTPS))
14  -//    {$OUT .= "\$config['smtp_port'] = $sqpsmtpd{'TCPPort'};\n";}  -//    {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'TCPPort'};\n";}
15  +//    {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'TCPPort'};\n";}  +//    {$OUT .= "\$config['smtp_port'] = $sqpsmtpd{'TCPPort'};\n";}
16    
17   // SMTP username (if required) if you use %u as the username Roundcube   // SMTP username (if required) if you use %u as the username Roundcube
18   // will use the current username for login   // will use the current username for login


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed