This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
mail/newaliases.sh
2018-03-24 20:52:41 +00:00

6 lines
160 B
Bash
Executable file

#!/bin/sh
docker-compose exec postfix sh -c "
chown root:root /etc/postfix/virtual;
postmap /etc/postfix/virtual;
chown $(id -u):$(id -g) /etc/postfix/virtual"