5 lines
113 B
Bash
5 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cp -n /etc/dovecot/dovecot_password_file /etc/dovecot/secrets/dovecot_password_file
|
||
|
|
||
|
exec dovecot -F
|