1
0
Fork 0
1Panel-Appstore/mailserver
zhengkunwang 48ae7b8982 feat: Add Multi-Language Support to Mailserver (#2971) 2025-01-14 18:48:57 +08:00
..
14.0.0 feat: Add Multi-Language Support to Mailserver (#2971) 2025-01-14 18:48:57 +08:00
README.md
README_en.md
data.yml feat: Add Multi-Language Support to Mailserver (#2971) 2025-01-14 18:48:57 +08:00
logo.png

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.