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

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

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


Revision 1.2 - (show annotations) (download)
Fri Mar 22 16:17:39 2024 UTC (7 weeks, 6 days ago) by jpp
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-23_el7_sme, smeserver-roundcube-1_2-24_el7_sme, HEAD
Changes since 1.1: +7 -7 lines
* Fri Mar 22 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-23.sme
- fix roundcube unable to send mail after smeserver-qpsmtpd disabling auth on port 25

1 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.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/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 11:09:35.213000000 -0400
4 @@ -12,12 +12,12 @@
5 // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
6 // %z - IMAP domain (IMAP hostname without the first part)
7 // For example %n = mail.domain.tld, %t = domain.tld
8 - {$OUT .= " \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'TCPPort'}';\n";}
9 + {$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
13 // deprecated SSL over SMTP (aka SMTPS))
14 -// {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'TCPPort'};\n";}
15 +// {$OUT .= "\$config['smtp_port'] = $sqpsmtpd{'TCPPort'};\n";}
16
17 // SMTP username (if required) if you use %u as the username Roundcube
18 // will use the current username for login

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