El 03/10/12 15:27, Timo Sirainen escribió:
On 3.10.2012, at 9.20, Angel L. Mateo wrote:
El 02/10/12 21:38, Timo Sirainen escribió:
On 26.9.2012, at 13.55, Angel L. Mateo wrote:
doveadm search -S /var/run/dovecot/auth-userdb -u ${user} SAVEDSINCE 5w | while read guid uid; do doveadm fetch -S /var/run/dovecot/auth-userdb -u ${user} size.physical mailbox-guid $guid uid $uid; done
-S auth-userdb? You've named it completely wrong if that works :)
auth-userdb is the socket for the auth system. I has always worked for me (I don't know why). What socket shoud I use? director-userdb?
-S points to doveadm-server socket. Sounds like it's not being used at all, so you can probably just leave it out?
Yes, I have tried and it works without using -S. So, what is the reason
for this option? Because I'm sure I'm using because I've read it in examples (not with auth-userdb obviously, this is my mistake)