mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 05:54:51 +08:00
We now include logrotate in the the basic image. This does -- up to a point -- reduce the "separation of concerns", but it simplifies image management considerably and removes an unneccessary dependency on a third-party container.
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
exec /usr/sbin/postfix -c /etc/postfix start-fg
|