FreeBSD-7.2 with Postfix-2.7x OK, this is my first attempt to configure Dovecot using Postfix and virtual users. In the LDA.Postfix.txt file, there is a reference to making the following setting: dovecot_destination_recipient_limit = 1 virtual_mailbox_domains = your.domain.here virtual_transport = dovecot However, Postfix does not recognize the dovecot_destination_recipient_limit = 1 setting. There is a "virtual_destination_recipient_limit =" setting in Postfix. Is that the setting that I should tweak? -- Jerry gesbbb at yahoo.com There is no TRUTH. There is no REALITY. There is no CONSISTENCY. There are no ABSOLUTE STATEMENTS. I'm very probably wrong.
On 10/3/2009, Jerry (gesbbb at yahoo.com) wrote:> However, Postfix does not recognize the > dovecot_destination_recipient_limit = 1 setting.What do you mean it does not recognize it? If you mean it doesn't show up in output of postconf -n, thats normal (though irritating). Here's a quote from Wietse about this in response to someone else's question about the same thing: "The postconf command does not read master.cf, therefore parameters such as "transport"_destination_recipient_limit parameters usually don't appear in postconf output."> There is a "virtual_destination_recipient_limit =" setting in > Postfix. Is that the setting that I should tweak?No... is something not working right? -- Best regards, Charles
On Sat, Oct 03, 2009 at 11:06:56AM -0400, Jerry wrote:> FreeBSD-7.2 with Postfix-2.7x > > dovecot_destination_recipient_limit = 1 > virtual_mailbox_domains = your.domain.here > virtual_transport = dovecotHave you also populated the LDA to 'master.cf'? dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} Regards Thomas