I have a problem with aliases
I have version 1.2.11 on debian testing (dbmail-pgsql)
I want to make 8 aliases to 1 real adress
I used the dbmail-adduser
dbmail-adduser c user +a alias
the alias is in the aliases table.
But If I send a mail to the alias the postfix sends the message to the
dbmail-smpt and it accepts it
but the mail is lost in the system.
I have looked into the logs of the postgresql database and the following
strange thing happens
2004-12-28 00:56:31 [29666] LOG: statement: SELECT user_idnr FROM users
WHERE userid='[EMAIL PROTECTED]'
2004-12-28 00:56:32 [29666] LOG: duration: 1274.300 ms
and nothing more in the logs
he only selects the user in the users table
I don't have a user for this. this is only an alias
in the table there is the follwowing entry
dbmail=# select * from aliases where alias_idnr=11;
alias_idnr | alias | deliver_to | client_idnr
------------+-------------------+------------+-------------
11 | [EMAIL PROTECTED] | 24 | 0
and the id 24 is the right user_idnr in users
dbmail=# select * from users where user_idnr=24;
user_idnr | userid | passwd | client_idnr | maxmail_size |
encryption_type | last_login | curmail_size
-----------+---------------------+--------+-------------+--------------+-----------------+---------------------+--------------
24 | [EMAIL PROTECTED] | ****** | 1 | 0
| | 2004-12-27 13:35:25 | 0
(1 Zeile)
what is my problem?
Regards Ewald Geschwinde