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

Annotation 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.1 - (hide annotations) (download)
Fri Mar 22 15:20:19 2024 UTC (2 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-roundcube-1_2-22_el7_sme
* Fri Mar 22 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-22.sme
- fix roundcube unable to send mail after smeserver-qpsmtpd disabling auth on port 25

1 jpp 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
2     --- smeserver-roundcube-1.2/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/40SMTP 2024-03-22 11:09:35.213000000 -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
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'] = 'ssl://localhost:$sqpsmtpd{'TCPPort'}';\n";}
9     + {$OUT .= " \$config['smtp_host'] = 'tls://localhost:$qpsmtpd{'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'] = $sqpsmtpd{'TCPPort'};\n";}
15     +// {$OUT .= "\$config['smtp_port'] = $qpsmtpd{'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