~dricottone/container-images

ref: 241a5a46691c000c17290148c1b0998c4ae656a7 container-images/postfix/entrypoint.sh -rw-r--r-- 131 bytes
241a5a46Dominic Ricottone Minor adjustments to documentation 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
#!/bin/sh
newaliases
postmap /etc/postfix/transport
postmap /etc/postfix/generic
postmap /etc/postfix/sasl/sasl_passwd

exec "$@"