User Tools

Site Tools


ispconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ispconfig [2019/07/13 21:03]
ww removed
— (current)
Line 1: Line 1:
-====== ISPConfig ====== 
  
-===== Pravidelné mazání spamu (staršího 30 dnů) ===== 
-  find /var/vmail -type f -mtime 30 -regextype posix-extended -regex '.*/[^/]+/[^/]+/Maildir/\.Junk/[^/]+/.*' -exec rm {} \; 
- 
----- 
- 
-==== SSL error: unable to verify the first certificate ==== 
-Je potřeba poskytovat místo certifikátu celý chain. 
-  Certifikát serveru: /etc/postfix/smtpd.cert <- ln -s /usr/local/ispconfig/interface/ssl/ispserver.crt 
-  Certifikát Intermediate CA: /usr/local/ispconfig/interface/ssl/startssl.sub.class2.server.ca.crt 
-  Certifikát CA: /usr/local/ispconfig/interface/ssl/startssl.ca.crt 
- 
-  cat smtpd.cert startssl.sub.class2.server.ca.crt startssl.ca.crt > /etc/ssl/chain.pem 
- 
-dovecot.conf: 
-  ssl_cert = </etc/ssl/chain.pem 
-  ssl_key = </usr/local/ispconfig/interface/ssl/ispserver.key 
ispconfig.1563044632.txt.gz · Last modified: 2022/03/16 09:38 (external edit)