User Tools

Site Tools


sysadmin:training

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
sysadmin:training [2017/06/06 09:44] – aggiunti elementi di base test di connessione ferodasysadmin:training [2021/02/03 10:48] – headers level feroda
Line 25: Line 25:
  
  
 +===== SMTP (avanzato) =====
  
 +Da non leggere se non si è già amministratori di un server email.
  
 ==== SMTP configuration ==== ==== SMTP configuration ====
Line 50: Line 51:
   * DKIM on STMP RELAY server (trust hosts...) http://www.stevejenkins.com/blog/2011/08/installing-opendkim-rpm-via-yum-with-postfix-or-sendmail-for-rhel-centos-fedora/   * DKIM on STMP RELAY server (trust hosts...) http://www.stevejenkins.com/blog/2011/08/installing-opendkim-rpm-via-yum-with-postfix-or-sendmail-for-rhel-centos-fedora/
  
 +  * Very useful thread for MS hotmail and outlook problems https://www.hmailserver.com/forum/viewtopic.php?t=27930
 +  * 
 === SMTP/IMAPs tests === === SMTP/IMAPs tests ===
  
 +  * Fantastic and happy! http://www.mail-tester.com/web-us64b
 +  * MX Toolbox non ha bisogno di presentazioni, molti test: https://mxtoolbox.com/
 +  * Documentazione DNS MailCow: https://mailcow.github.io/mailcow-dockerized-docs/prerequisite-dns/
   * SPF: http://tools.wordtothewise.com/spf/check/   * SPF: http://tools.wordtothewise.com/spf/check/
   * SPF, DKIM, Antispam: http://dkimvalidator.com send an email to the given address and view results   * SPF, DKIM, Antispam: http://dkimvalidator.com send an email to the given address and view results
Line 58: Line 64:
   * SMTP: https://www.ndchost.com/wiki/mail/test-smtp-auth-telnet   * SMTP: https://www.ndchost.com/wiki/mail/test-smtp-auth-telnet
   * SMTPs: https://www.saotn.org/tls-test-smtp-auth-plain-authentication-and-verify-starttls-connections/   * SMTPs: https://www.saotn.org/tls-test-smtp-auth-plain-authentication-and-verify-starttls-connections/
 +
 +==== 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 ''/etc/postfix/virtual_pdp'')
 +  - [X] Visualizzare tutte le impostazioni necessarie del DNS e si aggiornano i record DNS
 +  - [_] Effettuare il test: tra tutti mail-tester e mxtoolbox
 +
 +=== Backup e aggiornamento ===
 +
 +  cd /opt/mailcow-dockerized
 +  helper-scripts/backup_and_restore.sh backup all
 +  ./upgrade.sh
 +  ./upgrade.sh
 +  
 +Per il changelog v. canale Telegram, oppure ''git log''
  
  
sysadmin/training.txt · Last modified: 2021/02/03 17:42 by feroda