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
--
Lynn Dobbs
Chief Technical Officer
CreditLink Corporation
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail