Lynn,

I don't see any glaring omissions. Can you post a debug 511 log for the
delivery?

On 08/24/2013 02:25 AM, Lynn Dobbs wrote:
> dbmail 3.1.3
> 
> I have followed the example from the wiki for creating a public
> mailbox.  I can send mail to my version of '[email protected]' and
> see the mail from my regular user using roundcube.  All is good except.
> 
> I want the mail I send to [email protected] to be delivered to the
> projects mailbox but it goes to INBOX which was created when the first
> email to projects was delivered.  It looks like the wiki example entry
> into dbmail_filters is intended to put the email into right mailbox, but
> I see no change with or without an entry in that table. Eventually, I
> want half a dozen (or more) public mailboxes with their own aliases
> delivered to a #public namespace mailbox named for the alias "user."
> 
> Looking at the code, I can't see how this can work.  It seems to be
> indifferent to any kind of delivery that isn't to "INBOX."
> 
> Entries in the database tables like this:
> 
> Dbmail_users
> 
>  user_idnr |             userid             | passwd | client_idnr | (etc)
> 
> -----------+--------------------------------+--------+-------------+
> 
>         16 | anyone                         |        |           0 |
>         15 | __@!internal_delivery_user!@__ |        |           0 |
>         17 | __public__                     |        |           0 |
>         18 | [email protected]           | foo    |           0 |
> 
> Dbmail_mailboxes
> 
>  mailbox_idnr | owner_idnr |  name   | (etc)
> 
> --------------+------------+---------+
> 
>            30 |         18 | INBOX   |
>            31 |         17 | support |
>            32 |         15 | INBOX   |
>            33 |         17 | INBOX   |
> 
>  dbmail_aliases;
> 
>  alias_idnr |          alias          | deliver_to | (etc)
> 
> ------------+-------------------------+------------+
> 
>          10 | [email protected] | 17         |
> 
> 
> 
> dbmail_acl;
> 
>  user_id | mailbox_id | lookup_flag | (etc)
> ---------+------------+-------------+
>       18 |         30 |           1 |
>       18 |         31 |           1 |
>       18 |         33 |           1 |
> 
> dbmail_filters;
> 
>  user_id | id | headername | headervalue | mailbox
> 
> ---------+----+------------+-------------+---------
> 
>       17 |  2 | To         | support     | support
> 
> 
> What have i missed?
> 
> Lynn


-- 
________________________________________________________________
Paul J Stevens        pjstevns @ gmail, twitter, skype, linkedin

  * Premium Hosting Services and Web Application Consultancy *

           www.nfg.nl/[email protected]/+31.85.877.99.97
________________________________________________________________
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to