1
0
Fork 0
1Panel-Appstore/mailserver
renovate[bot] a07d987279 chore(deps): update ghcr.io/docker-mailserver/docker-mailserver docker tag to v15.0.2 (#3558)
* chore(deps): update ghcr.io/docker-mailserver/docker-mailserver docker tag to v15.0.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-03-30 23:07:03 +08:00
..
15.0.2 chore(deps): update ghcr.io/docker-mailserver/docker-mailserver docker tag to v15.0.2 (#3558) 2025-03-30 23:07:03 +08:00
README.md feat: 增加 mailserver 应用 (#573) 2023-11-06 16:57:16 +08:00
README_en.md docs: Add English README (#2676) 2024-12-04 21:08:28 +08:00
data.yml feat: The international version of the app supports Korean 2025-02-07 16:25:07 +08:00
logo.png feat: 增加 mailserver 应用 (#573) 2023-11-06 16:57:16 +08:00

README_en.md

Create Email Account

  1. Click the Containers menu on the left.

  2. On the right, click the Terminal button.

  3. Run the following command to create an email account:

    // Create email account: 
    docker exec -ti <CONTAINER NAME> setup email add <NEW ADDRESS>
    docker exec -ti <CONTAINER_NAME> setup email add admin@example.com
    
    

Mailserver

Mailserver is a production-ready, full-stack but simple containerized email server (SMTP, IMAP, LDAP, anti-spam, antivirus, etc.). It uses only configuration files and no SQL database. It is designed to be simple, versioned, easy to deploy and upgrade.