Compare commits

..

13 commits

3 changed files with 4 additions and 45 deletions

View file

@ -0,0 +1,3 @@
# Updating Servers (Proxmox)
A short guide on how to update servers

View file

@ -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

View file

@ -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: <https://github.com/thsmi/sieve>
* 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.