Files
docker-mail/include/etc/dovecot/conf.d/90-plugin.conf
2022-02-14 09:45:18 +09:30

22 lines
259 B
Plaintext

##
## Plugin settings
##
plugin {
welcome_script = welcome %u
welcome_wait = no
}
service welcome {
executable = script /bin/welcome-email.sh
user = dovecot
unix_listener welcome {
user = dovecot
group = postfix
mode = 0766
}
}