Displaying 1 result from an estimated 1 matches for "correcthorsebatterystapl".
Did you mean:
correcthorsebatterystaple
2019 Mar 17
0
LMTP Proxy failure using master login via destuser field
...c/dovecot/sql/my-passdb.conf
result_success = continue-ok
result_failure = return-fail
result_internalfail = return-fail
}
# Add director master user credentials if above succeeded
passdb {
driver = static
args = proxy=y starttls=any-cert \
destuser=%u*director at example.com \
pass=correcthorsebatterystaple \
nopassword=y
skip = unauthenticated
}
In the end I found that setting the `master` field instead of `destuser` solves the issue. It looks like LMTP does not know how to handle the master user separator although set. I this known/wanted behavior? Maybe this is something to mention on the w...