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

6 lines
160 B
Bash
Raw Normal View History

2018-03-24 18:52:46 +01:00
#!/bin/sh
2018-03-24 21:52:41 +01:00
docker-compose exec postfix sh -c "
chown root:root /etc/postfix/virtual;
postmap /etc/postfix/virtual;
chown $(id -u):$(id -g) /etc/postfix/virtual"