mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +08:00
b90b336d04
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
|