mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create settings.md
This commit is contained in:
parent
1a8514309a
commit
8ffebed4d8
72
website/docs/admin/emails/settings.md
Normal file
72
website/docs/admin/emails/settings.md
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
# Email Settings
|
||||||
|
|
||||||
|
Email Settings allow Administrator to monitor email traffic and manage mail server.
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Emails are only available on [OpenPanel Enterprise edition](/beta)
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
Settings page displays current mail server status and settings.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## MailServer Service
|
||||||
|
|
||||||
|
The status of the Mail Server service is displayed at the top of the page, where administrators can start, stop, or restart the service as needed.
|
||||||
|
|
||||||
|
The current status of the webmail client is shown under "Webmail Software," along with the total number of email accounts.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## MailServer Stack
|
||||||
|
|
||||||
|
Administrators can set and configure different services based on their needs:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Changes to this services will interupt current email traffic and restart the mailserver.
|
||||||
|
|
||||||
|
Advanced users can edit the `/usr/local/mail/openmail/mailserver.env` and `/usr/local/mail/openmail/compose.yml` files directly through the interface.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Relay Hosts
|
||||||
|
|
||||||
|
An SMTP relay service (aka relay host / smarthost) is an MTA that relays (forwards) mail on behalf of third parties (it does not manage the mail domains).
|
||||||
|
|
||||||
|
You should only configur this when you have some external service for outgoing emails, like SMTP2GO or self-hosted Proxmox Mail Gateway.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Webmail Client
|
||||||
|
|
||||||
|
Administrators can choose the Webmail client for their users to use on configured domain.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
Available options are:
|
||||||
|
|
||||||
|
- Roundcube
|
||||||
|
- SOGo
|
||||||
|
- SnappyMail
|
||||||
|
|
||||||
|
Only one service can be active at a time.
|
||||||
|
|
||||||
|
## Webmail Domain
|
||||||
|
|
||||||
|
By default the webmail client is available on `IP:8080`. Administrators can set a custom domain name to be used for the webmail.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Domain should be added in format `name.tld` example: webmail.hosting.com or webmail-hosting.com - without the http or https prefix.
|
||||||
|
|
||||||
|
`/webmail` on every domain added to the server will redirect to this webmail domain.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user