Andreas Meyer wrote: > > > hm, what does dovecot-lda do? I think it tries to connect to > > > /usr/var/run/dovecot/auth-userdb ? > > > > Try to trace the open syscalls of dovecot-lda and its children: > > > > strace -f -eopen /usr/libexec/dovecot/dovecot-lda -f [email protected] -d > > [email protected] > > > This should give you an idea about which files > > dovecot-lda really tries to open. > > Can't really say there is something wrong. It seems to find everything > it is looking for.
You can also replace the -eopen with -efile to trace all file syscalls. echo "foo" | strace -f -efile /usr/libexec/dovecot/dovecot-lda -f [email protected] -d [email protected] -- https://plus.google.com/103021802792276734820
