We created a new virtual domain and created a user in that domain in
our pgsql database. Instead of creating any directory structure in
/home/virtual/mail//, I just sent a test email to see if
dovecot's lmtp would autocreate. And it did! And mail appears to be
delivered to an inbox.. but, loggin
On Wed, Dec 21, 2011 at 1:29 AM, Timo Sirainen wrote:
> On 21.12.2011, at 6.09, Gary Chodos wrote:
>
>> We created a new virtual domain and created a user in that domain in
>> our pgsql database. Instead of creating any directory structure in
>> /home/virtual/mail//, I j
After hearing so many good things about mdbox, I am testing it. I
moved my Maildir to a test box, and did the conversion with dsync
which reported no errors and appeared to go fine after I set:
namespace {
separator = /
inbox = yes
}
and changed mail_location=mdbox:~/mdbox
But the problem i
Nevermind. After resyncing my maildir and using the full sync flag
with dsync, the INBOX is there. Sorry for the noise
On Sun, Apr 10, 2011 at 9:15 PM, Gary Chodos wrote:
> After hearing so many good things about mdbox, I am testing it. I
> moved my Maildir to a test box, and d
hi,
im using:
---
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/home/vmail/%d/ mail=mdbox:/home/vmail/%d/%n
}
--
this works fine on a test machine but i still see *2* instead of 1
connections to the pgsql db be
On Wed, Apr 20, 2011 at 11:19 AM, Timo Sirainen wrote:
> On Sun, 2011-04-17 at 11:41 -0400, Gary Chodos wrote:
>> passdb {
>> driver = sql
>> args = /etc/dovecot/dovecot-sql.conf.ext
>> }
>>
>> this works fine on a test machine but i still see *2* inst
We have to replace one mail store (foo.example.org) with another
(bar.example.org). I rsync'd the maildirs from foo to bar today and
the plan is to hold all delivery (in the SMTP server) on foo over the
weekend, rsync again (this time it should be much faster since the
large xfer already occurred
On Fri, Aug 14, 2009 at 5:17 PM, Sahil Tandon wrote:
> On Fri, 14 Aug 2009, Timo Sirainen wrote:
>
>> On Aug 14, 2009, at 12:36 AM, Gary Chodos wrote:
>>
>>> We have to replace one mail store (foo.example.org) with another
>>> (bar.example.org). I rsync'