Compare commits
13 commits
f932fbe504
...
87f85dd314
Author | SHA1 | Date | |
---|---|---|---|
87f85dd314 | |||
424a7b0c2f | |||
c9980c891a | |||
6f8221e12d | |||
fb94234e40 | |||
8d3ae44c16 | |||
ae2b53a868 | |||
5c73c5a7e2 | |||
a26204fe38 | |||
57d8b3daee | |||
742c93f69c | |||
76a87c8d95 | |||
111120a927 |
3 changed files with 4 additions and 45 deletions
3
src/procedures/skynet/server_update_procmox.md
Normal file
3
src/procedures/skynet/server_update_procmox.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Updating Servers (Proxmox)
|
||||
A short guide on how to update servers
|
||||
|
|
@ -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
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue