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 |