
bugtrack at dbmail
May 12, 2008, 8:06 AM
Post #6 of 6
(236 views)
Permalink
|
|
[DBMail 0000692]: New external forwards are not running
[In reply to]
|
|
The following issue has been CLOSED ====================================================================== http://www.dbmail.org/mantis/view.php?id=692 ====================================================================== Reported By: vmvarela Assigned To: ====================================================================== Project: DBMail Issue ID: 692 Category: Authentication layer Reproducibility: always Severity: major Priority: normal Status: closed target: Resolution: open Fixed in Version: ====================================================================== Date Submitted: 02-May-08 10:55 CEST Last Modified: 12-May-08 17:06 CEST ====================================================================== Summary: New external forwards are not running Description: I have two servers. External forwarding was running for four months. Now, since two weeks, when I run "dbmail-users -x internal[at]myemail.com -t external[at]otheremail.com" all seems OK. If I look at MySQL, all is OK, there is a register in dbmail_aliases table but, if I run "dbmail-users -l" only old forwards are shown and If I send a message to internal[at]myemail.com nothing is forwarded to external[at]otheremail.com. I think this is so since I upgrade my servers to 2.2.9, but I have detected this bug now. Thanks for your help! ====================================================================== ---------------------------------------------------------------------- paul - 02-May-08 11:14 ---------------------------------------------------------------------- What does the output of: dbmail-users -l internal[at]myemail.com have to say. Also, please provide level5 logs of delivery of a message to internal[at]myemail.com ---------------------------------------------------------------------- vmvarela - 02-May-08 11:34 ---------------------------------------------------------------------- internal[at]myemail.com should go to an internal user "user65" and to "external[at]otheremail.com" if I run dbmail-users -l internal[at]myemail.com I got: deliver [internal[at]myemail.com] to [user65] deliver [internal[at]myemail.com] to [user65] but in MySQL: mysql> select * from dbmail_aliases where alias = 'internal[at]myemail.com'; +------------+-------------------------+-------------------------+-------------+ | alias_idnr | alias | deliver_to | client_idnr | +------------+-------------------------+-------------------------+-------------+ | 61 | internal[at]myemail.com | 65 | 0 | | 423 | internal[at]myemail.com | external[at]otheremail.com | 0 | +------------+-------------------------+-------------------------+-------------+ 2 rows in set (0.00 sec) ---------------------------------------------------------------------- vmvarela - 02-May-08 16:16 ---------------------------------------------------------------------- Please close this item. Someone in my team was including external[at]otheremail.com in the list of recipient aliases, so all mail was delivered to local recipient and no message was forwarded. Sorry. ---------------------------------------------------------------------- paul - 12-May-08 17:06 ---------------------------------------------------------------------- closing per request Issue History Date Modified Username Field Change ====================================================================== 02-May-08 10:55 vmvarela New Issue 02-May-08 11:13 paul Note Added: 0002538 02-May-08 11:14 paul Note Deleted: 0002538 02-May-08 11:14 paul Note Added: 0002539 02-May-08 11:34 vmvarela Note Added: 0002540 02-May-08 11:39 vmvarela File Added: log.dbmail 02-May-08 11:40 vmvarela Issue Monitored: vmvarela 02-May-08 16:16 vmvarela Note Added: 0002542 02-May-08 16:17 vmvarela Issue End Monitor: vmvarela 12-May-08 17:06 paul Status new => closed 12-May-08 17:06 paul Note Added: 0002547 ====================================================================== _______________________________________________ Dbmail-dev mailing list Dbmail-dev[at]dbmail.org http://twister.fastxs.net/mailman/listinfo/dbmail-dev
|