feat: added start for how to do admin emails
This commit is contained in:
parent
80f1efabb3
commit
85a4811735
7 changed files with 67 additions and 1 deletions
BIN
src/procedures/9_email/manage_identities.png
(Stored with Git LFS)
Normal file
BIN
src/procedures/9_email/manage_identities.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/procedures/9_email/manage_identity.png
(Stored with Git LFS)
Normal file
BIN
src/procedures/9_email/manage_identity.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/procedures/9_email/settings.png
(Stored with Git LFS)
Normal file
BIN
src/procedures/9_email/settings.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/procedures/9_email/settings_account.png
(Stored with Git LFS)
Normal file
BIN
src/procedures/9_email/settings_account.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/procedures/9_email/settings_account_page.png
(Stored with Git LFS)
Normal file
BIN
src/procedures/9_email/settings_account_page.png
(Stored with Git LFS)
Normal file
Binary file not shown.
51
src/procedures/admin_email.md
Normal file
51
src/procedures/admin_email.md
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
# Admin - Email
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Alias Setup
|
||||||
|
|
||||||
|
|
||||||
|
Well //an// identity, you can have many
|
||||||
|
Thus its incredibly important
|
||||||
|
[This talk is incredibly useful for a good overview][1]
|
||||||
|
[We have SPF, DKIM and DMARK][4]
|
||||||
|
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Delivering to //your// mailbox is all good and grand
|
||||||
|
But what if you want to be someone else?
|
||||||
|
Such as a service account, for example: ``root[at symbol]skynet.ie``
|
||||||
|
Thankfully that is possible (if you are given access)
|
||||||
|
[We have aliases set up for stuff like that][2]
|
||||||
|
So anyone in these groups gets mail from these addresses sent to them
|
||||||
|
These (in our case) get sent to a subfolder in our inboxes
|
||||||
|
But what if we want to send mail as the service account?
|
||||||
|
In [Thunderbird][3] it is relatively easy
|
||||||
|
Sign into your Skynet account on Thunderbird
|
||||||
|
Select ``Settings`` (bottom right)
|
||||||
|

|
||||||
|
Select ``Account Setttings``
|
||||||
|

|
||||||
|
Select your Skynet email then ``Manage Identities``
|
||||||
|

|
||||||
|
This screen has all your current Identities
|
||||||
|
Select ``Add``
|
||||||
|

|
||||||
|
Add yer ``Name``, ``Email Address`` you want to alias and select ``OK``
|
||||||
|

|
||||||
|
In this example I would be able to send mail as ``this_is_a_real_email[at symbol]skynet.ie``
|
||||||
|
(if I was actually allowed to do so)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[1]: https://www.youtube.com/watch?v=mrGfahzt-4Q
|
||||||
|
[2]: https://forgejo.skynet.ie/Skynet/nixos/src/commit/26e715b2f62e406deee5e773ebcc3e3c3d200186/applications/email.nix#L31-L91
|
||||||
|
[3]: https://www.thunderbird.net/en-GB/
|
||||||
|
[4]: https://forgejo.skynet.ie/Skynet/nixos/src/commit/26e715b2f62e406deee5e773ebcc3e3c3d200186/applications/email.nix#L314-L343
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[original]: https://forgejo.skynet.ie/Computer_Society/presentations_compsoc/src/branch/main/src/slides/skynet/9_email.md
|
|
@ -1,4 +1,4 @@
|
||||||
# Change Admins
|
# Admin - Modify
|
||||||
A Skynet Admin is a user with teh highest level of access to the cluster, having been trained up over a year.
|
A Skynet Admin is a user with teh highest level of access to the cluster, having been trained up over a year.
|
||||||
This guide will cover adding and removing an Admin.
|
This guide will cover adding and removing an Admin.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue