Hi all,
I have made a server as
http://howtoforge.com/virtual-users-...l-debian-lenny, and it works very fine, now I have to go a step further ie so that emails are redirected to another mail server reading the howto the necessary function is supplyed by transport (example.com smtp:mail.anotherdomain.tld Delivers all emails for example.com via smtp to the server mail.anotherdomain.com)
and follow this instruction I put in mail data base this:
INSERT INTO `transport` (`domain`, `transport`) VALUES ('mydomain.com', 'smtp:webmail.otherdomain.it');
ok but if for example i send a mail to
clark@mydomain.com and the user
clark@mydomain.com doesn't exist on this server but exist on server webmail.otherdomain.it in my syslog appears:
Apr 2 09:49:36 adelaide postfix/smtpd[6768]: NOQUEUE: reject: RCPT from mail.somedomain.info[xxx.xx.xxx.xx]: 450 4.1.1 <clark@mydomain.com>: Recipient address rejected: User unknown in virtual alias table; from=<clark@somedomain.info> to=<clark@mydomain.com> proto=ESMTP helo=<mail.somedomain.it>
Apr 2 09:49:37 adelaide postfix/smtpd[6768]: disconnect from mail.somedomain.info[xxx.xx.xxx.xx]
but if I put in the user table
clark@mydomain.com without password and even without creating the maildir /home/vmai/mydomain.com/clark the mail is redirected correctly.
Perhaps I misundertood, but I thought that if you redirect all mail for a certain domain to another it should do anyway and then the other server will check whether the user exists.
What do I fail?
Any help is greatly appreciated and I thank you now
My best regards
Recent comments
12 hours 45 min ago
12 hours 50 min ago
17 hours 48 min ago
1 day 29 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 19 hours ago