diff --git a/src/procedures/skynet/server_update_procmox.md b/src/procedures/skynet/server_update_procmox.md new file mode 100644 index 0000000..cd5f5d6 --- /dev/null +++ b/src/procedures/skynet/server_update_procmox.md @@ -0,0 +1,3 @@ +# Updating Servers (Proxmox) +A short guide on how to update servers + diff --git a/src/procedures/skynet/server_update_proxmox.md b/src/procedures/skynet/server_update_proxmox.md deleted file mode 100644 index bf1ecab..0000000 --- a/src/procedures/skynet/server_update_proxmox.md +++ /dev/null @@ -1,16 +0,0 @@ -# Updating Servers (Proxmox) -A short guide on how to update servers running Proxmox VM Host - -There is documentation for Proxmox available on teh [web][docs_web] and locally on teh server [itself][docs_inbuilt]. -The inbuilt ones are preferred since they match teh version of Proxmox we are using. -In both there is a chapter called [``System Software Updates``][docs_inbuilt_update] which tells you how to update. - -When there is a major version released there will be a new link on [this page][docs_wiki] in teh format of: -``Upgrade from $VersionCurrent to $VersionNext`` - - - -[docs_inbuilt]: https://193.1.99.73:8006/pve-docs/pve-admin-guide.html -[docs_inbuilt_update]: https://193.1.99.73:8006/pve-docs/pve-admin-guide.html#system_software_updates -[docs_web]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html -[docs_wiki]: https://pve.proxmox.com/wiki/Category:Upgrade \ No newline at end of file diff --git a/src/skynet/services/email.md b/src/skynet/services/email.md index 0110e40..0db8597 100644 --- a/src/skynet/services/email.md +++ b/src/skynet/services/email.md @@ -23,49 +23,21 @@ This work is being done with Rust. Use your Skynet ``username@skynet.ie`` and ``password`` to login. -### IMAP / SMTP settings - -Use your full Skynet email ``username@skynet.ie`` and ``password``. - -#### SMTP -Server: ``mail.skynet.ie`` -Port: ``993`` -Authentication Method: ``Normal Password`` -Connection Security: ``SSL/TLS`` - -#### IMAP -Server: ``mail.skynet.ie`` -Port: ``465`` -Authentication Method: ``Normal Password`` -Connection Security: ``SSL/TLS`` - ## Sieve Scripts Sieve scripts allow you to sort and manage yer email in a programmatic way. Recommended tool: - -* Download and open the tool. -* Enter settings for skynet. - - Hostname: ``mail.skynet.ie`` - - Port: ``4190`` - - Username: ``username@skynet.ie`` -* Hit Create. -* Hit Connect and enter your ``password``. +Small tutorial will follow later. ### ``.forwards`` replacement Since we no longer support ``.forwards`` this is the sieve script counterpart. It copies all incoming mail to the target address. -* Continuing from above -* Hit Create new script, enter a name and press edit. -* Enter code below. (You may also use the gui drag and drop builder to create the script) ```sieve require "copy"; redirect :copy "sending_mail_to@example.ie"; ``` -* Save the script. -* Go back to the home tab and press activate on your newly created script. This will enable the forwarding ### Committee/Admins There is an inbuilt sieve script that passes mail from committee/admin addresses into a folder in their Skynet inbox.