Add encrypt hooks script for letsencrypt

This commit is contained in:
Tracey Clark 2024-02-21 18:48:04 -06:00
commit 0290749cee

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
postmap -F hash:/etc/postfix/sni
postmap -F hash:/etc/postfix/vmail_ssl.map
systemctl restart nginx && systemctl restart dovecot && systemctl restart postfix