Skip to content

NestJS-based mail account registration and management system.

License

Notifications You must be signed in to change notification settings

0verfl0w767/mail-register

Repository files navigation

OS : Ubuntu Server 22.04 LTS

            ┌─────────────────────────┐
            │        Internet         │
            │   SMTP / IMAP / HTTPS   │
            └────────────┬────────────┘
                         │
          ┌──────────────┼───────────────┐
          │              │               │
  ┌───────▼───────┐ ┌────▼─────────┐ ┌───▼─────────┐
  │    Postfix    │ │   Dovecot    │ │    Nginx    │
  │  SMTP Server  │ │  IMAP / POP3 │ │  Web Server │
  │ - STARTTLS    │ │ - TLS        │ │ - HTTPS     │
  │ - OpenDKIM    │ │ - Auth       │ │ - PHP 8.5   │
  │ - SPF/DMARC   │ │              │ │ - Roundcube │
  └───────┬───────┘ └───────┬──────┘ └─────┬───────┘
          │                 │              │
          │                 │              │
          └──────┬──────────┴───────┬──────┘
                 │                  │
    ┌────────────▼──────────┐   ┌───▼──────────────────┐
    │ Virtual Mail Store    │   │ Web Mail UI          │
    │ Maildir (vmail user)  │   │ Roundcube (1.7 RC2)  │
    └───────────────────────┘   └──────────────────────┘
                 ▲
                 │  (DB lookup / Auth)
                 │
        ┌────────────────────────────────────┐
        │        GitHub Actions (CI/CD)      │
        │                                    │
        │  - Test                            │
        │  - Build                           │
        │  - Deploy                          │
        │  - Secrets                         │
        └───────────────┬────────────────────┘
                        │
                        │ (Deploy)
              ┌─────────▼─────────┐
              │       PM2         │
              │  Process Manager  │
              │ - Start / Log     │
              └─────────┬─────────┘
                        │
     ┌──────────────────▼───────────────────┐
     │    Account / Registration Service    │
     │                                      │
     │  NestJS API                          │
     │  - User Register / Login             │
     │  - Admin User Management             │
     │  - JWT Authentication                │
     │  - Password Hashing (OpenSSL)        │
     │                                      │
     │  TypeORM                             │
     │  MariaDB / SQLite (local)            │
     └──────────────────────────────────────┘


About

NestJS-based mail account registration and management system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published