Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/mail.aoirint.com

メールサーバの個人用インスタンス
https://github.com/aoirint/mail.aoirint.com

Last synced: about 1 month ago
JSON representation

メールサーバの個人用インスタンス

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/
```