@ngkor
July 3rd, 2008, 11:50 AM
Hi everyone,
I'm running postfix on ubuntu server 8.04 at a small branch office as MTA for our office staffs.
My Postfix is running without the real internet hostname, our Head Office's mail server received emails for all users, so our staffs have to get their email from Head Office's mail server. Postfix send email to outside world through our ISP SMTP server: relayhost = [ISP_SMTP_SERVER]
I am facing a problem when our staffs send email to other users at Head Office (it's the same domain name), Postfix did not accept that email and return User unknown in virtual mailbox error message at the mail client.
After I add: smtpd_reject_unlisted_recipient = no in main.cf
Postfix accept that email but could not found the recipient in the virtual_mailbox_maps (yes their mail box located in Head Office's mail server and I don't have catch all) then it return an unknown recipient nondelivery mail to the sender.
How can I forward those mails (RCPT TO <Head Office users>) to Head
Office MTA?
Thanks and Regard,
@ngkor
I'm running postfix on ubuntu server 8.04 at a small branch office as MTA for our office staffs.
My Postfix is running without the real internet hostname, our Head Office's mail server received emails for all users, so our staffs have to get their email from Head Office's mail server. Postfix send email to outside world through our ISP SMTP server: relayhost = [ISP_SMTP_SERVER]
I am facing a problem when our staffs send email to other users at Head Office (it's the same domain name), Postfix did not accept that email and return User unknown in virtual mailbox error message at the mail client.
After I add: smtpd_reject_unlisted_recipient = no in main.cf
Postfix accept that email but could not found the recipient in the virtual_mailbox_maps (yes their mail box located in Head Office's mail server and I don't have catch all) then it return an unknown recipient nondelivery mail to the sender.
How can I forward those mails (RCPT TO <Head Office users>) to Head
Office MTA?
Thanks and Regard,
@ngkor