Timo Sirainen a écrit :
On Wed, 2008-02-06 at 11:58 +0100, Sylvain Viart wrote:
I'm setting up dovecot pop3 deamon for a small set of mailbox.
I want to be able to set a small set of mailbox simply, so I've used
"passdb passwd-file" + virtual mailboxes with "userdb static".
My problem is that it seems that postfix accept and create mailbox for
every address I post. It is configured to use local delivery through
dovecot's deliver.
How do I force deliver to retrun an error if the destination is not
defined in the passwd-file?
The doc said that "userdb static" should do a lookup automatically. But
no luke for me.
Is it really a deliver problem, or a postfix configuration problem?
You might be able to work around this by configuring Postfix, but this
is anyway fixed in a newer Dovecot version. You can get newer debs from
backports.org.
Ok done. form backports.org.
dovecot --version
1.0.10
Still the same behavior.
What should I look at more in detail now?
Does it depend of the dovecot.conf or passwd-file content?
I've followed documentation at
http://wiki.dovecot.org/HowTo/SimpleVirtualInstall + LDA
http://wiki.dovecot.org/LDA/Postfix
Regards,
Sylvain.