Skip to content

Instantly share code, notes, and snippets.

@nebulak
Last active March 20, 2019 23:02
Show Gist options
  • Save nebulak/904a15df2b587655adcfee1a44ab680e to your computer and use it in GitHub Desktop.
Save nebulak/904a15df2b587655adcfee1a44ab680e to your computer and use it in GitHub Desktop.
laramailbox ansible todos

NGINX-Role

  • Use lets encrypt certificate

Certbot-Role

  • Check if certificate exists before requesting a new one

Dovecot & Laramailbox: fix password hash

Dovecot can't handle argon2i password hashs, only argon2...

root@v:~# doveadm pw -s argon2 Enter new password: Retype new password: {ARGON2}$argon2i$v=19$m=32768,t=4,p=1$BKXtc5OYPIYsGkuCSpOKqw$O/ygdU2JZktHxTWJXI/Ld16lMkw+SDPQgFo479pQDMo

We now concat {ARGON2} to the password field value :)

Ansible & NGINX: Add AutoConfig file for thunderbird

https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo

DNS setup

A-Records

  • domain.de
  • mail.domain.de

MX-Records

  • domain.de -> mail.domain.de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment