Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/mail.aoirint.com
メールサーバの個人用インスタンス
https://github.com/aoirint/mail.aoirint.com
Last synced: about 1 month ago
JSON representation
メールサーバの個人用インスタンス
- Host: GitHub
- URL: https://github.com/aoirint/mail.aoirint.com
- Owner: aoirint
- License: unlicense
- Created: 2022-11-30T06:31:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T12:41:11.000Z (about 1 year ago)
- Last Synced: 2023-12-19T15:12:41.961Z (about 1 year ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoirint_mail_server
## Hash password
```shell
docker compose exec dovecot doveadm pw -s SHA512-CRYPT
```## Backup
```shell
sudo 7z a "backups/aoirint_mail_server_volumes_$(date -u '+%Y-%m-%d_%H-%M-%S_utc').7z" volumes/
```