Age | Commit message (Collapse) | Author |
|
|
|
|
|
References:
https://github.com/LukeSmithxyz/emailwiz
https://landchad.net/
https://wiki.archlinux.org/title/Postfix
https://wiki.archlinux.org/title/Dovecot
https://wiki.archlinux.org/title/OpenDKIM
https://wiki.archlinux.org/title/OpenDMARC
Maybe useful:
https://doc.dovecot.org/settings/core/#dovecot-core-settings
https://workaround.org
https://kyun.host/docs/guides/email
`man postconf.5`
More necessary commands notes see arch_install.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reasons:
1. I don't want to build debug packages
2. It breaks my mpra scirpt
Upstream code change:
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/90bf367e61b4f77f8351d0412be3d0c4ddadb85a
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/etc/.cfgl/config chagne to ia branch
/etc/hostname change to xyzia hostname
/etc/myconf/cfgl_meta change changed file meta
/etc/systemd/network/default.network use ia network config instead
/etc/systemd/system/paccache.service.d/10-remove-all.conf use pp config to save space on SSD root partition
/home/xyz/.bashrc use another color for bash PS1
/home/xyz/.config/myconf/pacman_Qqne less package to install, to save space
|
|
|
|
|
|
|
|
|
|
config unchanged
In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
|
|
|
|
|
|
|
|
|
|
|
|
priority -100; policy accept; }`, more see https://www.procustodibus.com/blog/2021/11/wireguard-nftables/
|
|
|