Update upgrade.sogo.4.to.5.html.

This commit is contained in:
Zhang Huangbin 2020-09-24 08:52:47 +08:00
parent 2eee88c68b
commit c9587456e1
2 changed files with 0 additions and 8 deletions

View File

@ -52,8 +52,6 @@ yum update 'sogo*' '*sope*'
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = PLAIN;
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
```
@ -106,8 +104,6 @@ apt-get install --only-upgrade 'sogo*' '*sope*'
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = PLAIN;
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
```

View File

@ -76,8 +76,6 @@ yum update 'sogo*' '*sope*'
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = PLAIN;
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
</code></pre>
@ -129,8 +127,6 @@ apt-get install --only-upgrade 'sogo*' '*sope*'
SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = PLAIN;
SOGoIMAPServer = &quot;imap://127.0.0.1:143/?tls=YES&amp;tlsVerifyMode=allowInsecureLocalhost&quot;;
SOGoSieveServer = &quot;sieve://127.0.0.1:4190/?tls=YES&amp;tlsVerifyMode=allowInsecureLocalhost&quot;;
</code></pre>