Quellcode durchsuchen

Add sender/receiver model

andryyy vor 8 Jahren
Ursprung
Commit
2e467ab802
1 geänderte Dateien mit 35 neuen und 0 gelöschten Zeilen
  1. 35 0
      docs/first_steps.md

+ 35 - 0
docs/first_steps.md

@@ -133,3 +133,38 @@ server {
 }
 ```
 
+# Sender and receiver model
+
+When a mailbox is created, a user is allowed to send mail from and receive mail for his own mailbox address.
+
+    Mailbox [email protected] is created. example.org is a primary domain. 
+    Note: a mailbox cannot be created in an alias domain.
+
+    [email protected] is only known as [email protected].
+    [email protected] is allowed to send as [email protected].
+
+We can add an alias domain for example.org:
+
+    Alias domain alias.com is added and assigned to primary domain example.org.
+    [email protected] is now known as [email protected] and [email protected].
+    [email protected] is now allowed to send as [email protected] and [email protected].
+
+We can add aliases for a mailbox to receive mail for and to send from this new address.
+
+It is important to know, that you are not able to receive mail for `[email protected]`. You would need to create this particular alias.
+
+    [email protected] is assigned the alias [email protected]
+    [email protected] is now known as [email protected], [email protected], [email protected]
+
+    [email protected] is NOT known as [email protected].
+
+Administrators and domain administrators can edit mailboxes to allow specific users to send as other mailbox users ("delegate" them).
+
+You can choose between mailbox users or completely disable the sender check for domains.
+
+**SOGo "mail from" addresses**
+
+Mailbox users can, obviously, select their own mailbox address, as well as all alias addresses and aliases that exist through alias domains.
+
+If you want to select another _existing_ mailbox user as your "mail from" address, this user has to delegate you access through SOGo (see SOGo documentation). Moreover a mailcow (domain) administrator
+needs to grant you access as described above.