unix:linux:debian:asccibeowulf
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| unix:linux:debian:asccibeowulf [2021/05/31 14:06] – created rodolico | unix:linux:debian:asccibeowulf [2023/05/17 00:00] (current) – rodolico | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| # change sources.list | # change sources.list | ||
| mv / | mv / | ||
| - | echo deb http:// | + | echo 'deb http:// |
| - | echo deb http:// | + | echo 'deb http:// |
| - | echo deb http:// | + | echo 'deb http:// |
| + | echo '#deb http:// | ||
| # NOTE: you should check sources.list.d for any extra listings before you proceed. | # NOTE: you should check sources.list.d for any extra listings before you proceed. | ||
| Line 16: | Line 17: | ||
| apt -y autoremove | apt -y autoremove | ||
| reboot | reboot | ||
| + | </ | ||
| + | ===== amavisd ===== | ||
| + | |||
| + | ISPConfig3 fixes amavis do it does not do " | ||
| + | <code bash> | ||
| + | ps ax | grep amavis | ||
| + | # for each instance running, beginning with master | ||
| + | kill PID_FOUND_ABOVE | ||
| + | # that leaves the pid file with insecure permissions, | ||
| + | rm / | ||
| + | </ | ||
| + | |||
| + | ===== Dovecot ===== | ||
| + | |||
| + | There is a major configuration change on dovecot and, if you're using [[https:// | ||
| + | < | ||
| + | # | ||
| + | ssl_min_protocol = TLSv1 | ||
| + | ssl_dh=</ | ||
| + | </ | ||
| + | Then, run the following. This probably only works on Debian derivative machines | ||
| + | <code bash> | ||
| + | dd if=/ | ||
| + | </ | ||
| + | |||
| + | **Note**: with ISPConfig, postfix relies on dovecot for authentication, | ||
| + | <code bash> | ||
| + | service dovecot restart | ||
| + | service postfix restart | ||
| + | tail -f / | ||
| + | </ | ||
| + | |||
| + | ===== certbot ===== | ||
| + | <code bash> | ||
| # remove certbot-auto and install via apt | # remove certbot-auto and install via apt | ||
| mkdir ~/trash | mkdir ~/trash | ||
unix/linux/debian/asccibeowulf.1622487986.txt.gz · Last modified: 2021/05/31 14:06 by rodolico
