2024-10-05 05:44:42 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Just for reference - we inject commands directly via kubernetes
|
2024-10-05 10:31:02 +00:00
|
|
|
|
|
|
|
# Postfix
|
2024-10-05 05:44:42 +00:00
|
|
|
/usr/sbin/postfix start-fg
|
2024-10-05 10:31:02 +00:00
|
|
|
|
|
|
|
# Dovecot
|
|
|
|
/usr/sbin/dovecot -F
|