5 lines
178 B
Bash
5 lines
178 B
Bash
|
|
#!/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
|