[Dovecot] problem with an howto from the wiki.
hello, i'm reading and trying to configuring my mailserver following this howto on the dovecot wiki:
http://wiki.dovecot.org/moin.cgi/DovecotPostgresql
but i got always this problem:
ERROR: permesso negato per la relazione postfix_virtual
in english is "permission denied for the relation postfix_virtual".
I dont know where the problem is, but if i send an email from localhost all works good, the problem appear when i try to test my mailserver sending an email from another mta.
this is what i got as error:
Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command)
excuse me in advance for my poor and ugly english.
thanks!
ciao, peppe
Scegli il tuo dominio preferito e attiva la tua email! Da oggi l'eMail di superEva e' ancora piu' veloce e ricca di funzioni! http://webmail.supereva.it/new/
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?
participants (2)
-
kramer@freemail.it
-
Timo Sirainen