12 Feb
2008
12 Feb
'08
1:04 a.m.
On Mon, 11 Feb 2008, Osvaldo Alvarez Pozo wrote:
i changed permissions, but no results
Are you sure the connection is opened correctly? If I were debugging this on my machine I'd:
- Add something to check that the MySQL connection is fine:
mysql postfix -e "select now()" > /root/dovecot-debug
- and that USER contains what you think it contains:
echo $USER >> /root/dovecot-debug
[ 3) or more generally: ]
env | sort >> /root/dovecot-debug
[... cron jobs ...]
This solution is far from being efficient.The precition is 24 hours wich is ok for know. I would really love doing this from dovecot. I am disapointed for not being able to make it work from dovecot. I use debian Etch & dovecot was compiled by hand, is that important?
It shouldn't be, no. This still seems more like a MySQL problem than something specific to Dovecot.
Best, Ben