24 May
2005
24 May
'05
12:01 a.m.
On 18.5.2005, at 17:10, kramer@freemail.it wrote:
http://wiki.dovecot.org/moin.cgi/DovecotPostgresql
in english is "permission denied for the relation postfix_virtual".
I think the problem is this:
grant select on transport, users, virtual, postfix_mailboxes to mailreader;
It should also have postfix_virtual in it, so:
grant select on transport, users, virtual, postfix_mailboxes, postfix_virtual to mailreader;
does this help?