9 lines
147 B
Bash
9 lines
147 B
Bash
#!/bin/sh
|
|
|
|
# Just for reference - we inject commands directly via kubernetes
|
|
|
|
# Postfix
|
|
/usr/sbin/postfix start-fg
|
|
|
|
# Dovecot
|
|
/usr/sbin/dovecot -F
|