mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Replaced references to https://github.com/the-djmaze/snappymail with https://github.com/nextgen-networks/snappymail/ across the repository, excluding README files as requested. The replacement handles trailing slashes carefully to ensure bare URLs include the slash while sub-paths (like /issues/ or .git) do not result in double slashes. Files that already used the new domain were also updated to ensure consistent trailing slash usage. Co-authored-by: nextgen-networks <21206978+nextgen-networks@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| index.php | ||
| LICENSE | ||
| README | ||
What is it? In essense, this extension allows multiple users across multiple servers to use one Snappymail installation without the administrator having to create and configure individual domans. This extension detects the required hostname from a given email address (for example, it would use "example.com" as the hostname if a user would log in as "info@example.com"). This hostname is then used for IMAP and SMTP communication. How to Use: 1) Activate extension 2) Go to settings, and add a new wildcard domain "*" 3) Set your ports/TLS/SSL configuration as needed. These settings will not be altered by the extension. 4) Set the SMTP and/or IMAP host fields to "auto", this field will then be auto-configured. 5) That's it!