Hello Abdulla, D> This is what I see when I implemented the changes , it still doesn't D> send to my otherdomain , I created the database called forwarder with D> it's tables
Well, it looks like the mail is getting past postfix, so THAT part of the virtual domain is working. At this point, you need to bring up the mysql client on your server, and ask it: select * from dbmail.aliases where alias='[EMAIL PROTECTED]'; If no rows are returned, that's your problem - you need to add [EMAIL PROTECTED] to your aliases table. If one or more rows ARE returned, then there is something wrong with dbmail's query, which would be very strange, since I'm assuming you are having no trouble with mail going to the primary domain. One thing that tripped me up several times during dbmail installs is getting all the aliases inserted properly, because they can sometimes be different than you expect. In a Postfix/dbmail setup, you must have aliases in place for: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] and maybe even: [EMAIL PROTECTED] [EMAIL PROTECTED] This is because any one of them has the potential to be the SENDER of mail, so they might receive a BOUNCE message from the outside. If any are missing, you can sometimes get into a loop with another server, especially when a spammer uses a fake address to send mail... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions