sysadmin:training
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sysadmin:training [2015/02/04 16:05] – kobe | sysadmin:training [2021/02/03 17:42] (current) – fatti i test feroda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Training | + | ====== Training |
| - | ===== DevOps | + | |
| - | * http:// | + | ===== Verifica raggiungibilità host ===== |
| - | ===== Nginx, uWSGI ===== | + | Prima di tutto si deve verificare se si raggiunge il sistema remoto. |
| + | Si può fare con il programma `ping <nome host o indirizzo IP>` | ||
| - | * http:// | + | Il ping può essere utile per verificare anche la latenza di rete |
| - | ===== Mail ===== | ||
| - | * https:// | + | ===== Verifica raggiungibilità di un servizio ===== |
| - | * OpenDKIM: | + | |
| - | * http:// | + | |
| - | * https:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |
| - | ===== Security ===== | ||
| - | | + | ==== Esempio HTTP ==== |
| + | |||
| + | TODO Costin | ||
| + | |||
| + | ==== Esempio SSH ==== | ||
| + | |||
| + | TODO Costin | ||
| + | |||
| + | ==== Esempio SMTP (invio email) ==== | ||
| + | |||
| + | TODO Costin | ||
| + | |||
| + | |||
| + | ===== SMTP (avanzato) ===== | ||
| + | |||
| + | Da non leggere se non si è già amministratori di un server email. | ||
| + | |||
| + | ==== SMTP configuration ==== | ||
| + | |||
| + | In order to have a working SMTP server we have to take care of " | ||
| + | |||
| + | * PTR reverse DNS record: '' | ||
| + | * DNS: | ||
| + | * MX -> who exchange the mail for the domain? | ||
| + | * SPF -> which addresses can be originated from the MX? | ||
| + | * DKIM -> how are signed messages outgoing from the MX? | ||
| + | * DMARC -> what actions do you suggest to mail receivers' | ||
| + | |||
| + | * Furthermore we need working antispam and antivirus | ||
| + | * And of course SMTP server only relay local or TLS + authenticated connections | ||
| + | * Need to add DNS entries to the host that receives DMARC reports if domain is different from the one of the DMARC itself | ||
| + | |||
| + | === References === | ||
| + | |||
| + | | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * DKIM on STMP RELAY server (trust hosts...) http:// | ||
| + | |||
| + | * Very useful thread for MS hotmail and outlook problems https:// | ||
| + | * | ||
| + | === SMTP/IMAPs tests === | ||
| + | |||
| + | * Fantastic and happy! http:// | ||
| + | * MX Toolbox non ha bisogno di presentazioni, | ||
| + | * Documentazione DNS MailCow: https:// | ||
| + | * SPF: http:// | ||
| + | * SPF, DKIM, Antispam: http:// | ||
| + | * DMARC: https:// | ||
| + | * IMAPs: http:// | ||
| + | * SMTP: https:// | ||
| + | * SMTPs: https:// | ||
| + | |||
| + | ==== Migrazione di un sistema di posta con soli alias verso Mailcow ==== | ||
| + | |||
| + | - [X] Backup e aggiornamento Mailcow | ||
| + | - [X] Configurazione Mailcow -> aggiungere dominio | ||
| + | - [X] Creare un utente admin specifico per il dominio | ||
| + | - [X] Trasferire alias (copia da ''/ | ||
| + | - [X] Visualizzare tutte le impostazioni necessarie del DNS e si aggiornano i record DNS | ||
| + | - [X] Effettuare il test: tra tutti mail-tester e mxtoolbox | ||
| + | |||
| + | === Backup e aggiornamento === | ||
| + | |||
| + | cd / | ||
| + | helper-scripts/ | ||
| + | ./ | ||
| + | ./ | ||
| + | |||
| + | Per il changelog v. canale Telegram, oppure '' | ||
| - | ===== Miscellaneous ===== | ||
| - | * [[https:// | ||
| - | * [[http:// | ||
| - | Microservice Architecture]] | ||
sysadmin/training.1423065942.txt.gz · Last modified: by kobe
