webserver-k8s/dockerfiles/dovecot/startup.sh
Quentin Legot d9cb537a61 Fix password_file not existing in dovecot pods
authorize plaintext
fix password file
Added a startup.sh file
2023-10-11 15:08:26 +02:00

5 lines
113 B
Bash

#!/bin/bash
cp -n /etc/dovecot/dovecot_password_file /etc/dovecot/secrets/dovecot_password_file
exec dovecot -F