dwpondscum
Technical User
Hello!
I am trying to setup Postfix 2.0.12 as a mail gateway for Exchange 2000. For right now I would like all mail in and out of Exchange to be passed through Postfix.
In Exchange I have setup a connector in the Exchange System Manager. I have the following settings:
Forward all mail through this connector to host: postfixipaddress
local bridgeheads: domaincontroller (default SMTP virtual Server)
Address Space: type=SMTP address=my_domain cost=1
Connector scop: entire organization
In Postfix I have the following setup:
relay_domains = your-domain.com
transport_maps = hash:/etc/postfix/transport
in /etc/postfix/transport added lines
your-domain.com smtp:[exchangeipaddress:25]
However, now I have the following in my mail log file on Postfix. I do not know how transport.db fits into everything.
postfix/cleanup[1289]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
postfix/smtpd[1288]: 2BFEA133F5: client=law11-oe55.law11.hotmail.com[64.4.16.63]
postfix/trivial-rewrite[1290]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
postfix/trivial-rewrite[1290]: fatal: open database /etc/postfix/tranport.db: No such file or directory
postfix/master[1013]: warning: process /usr/libexec/postfix/trivial-rewrite pid 1290 exit status 1
I am familiar with Postfix, but I am very new to Exchange. I do not know if my connector settings are correct. How can I send mail out of Exchange to Postfix? Is there a way that check which ports are open on the Exchange server?
Any help would be greatly appreciated!!
David W
I am trying to setup Postfix 2.0.12 as a mail gateway for Exchange 2000. For right now I would like all mail in and out of Exchange to be passed through Postfix.
In Exchange I have setup a connector in the Exchange System Manager. I have the following settings:
Forward all mail through this connector to host: postfixipaddress
local bridgeheads: domaincontroller (default SMTP virtual Server)
Address Space: type=SMTP address=my_domain cost=1
Connector scop: entire organization
In Postfix I have the following setup:
relay_domains = your-domain.com
transport_maps = hash:/etc/postfix/transport
in /etc/postfix/transport added lines
your-domain.com smtp:[exchangeipaddress:25]
However, now I have the following in my mail log file on Postfix. I do not know how transport.db fits into everything.
postfix/cleanup[1289]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
postfix/smtpd[1288]: 2BFEA133F5: client=law11-oe55.law11.hotmail.com[64.4.16.63]
postfix/trivial-rewrite[1290]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
postfix/trivial-rewrite[1290]: fatal: open database /etc/postfix/tranport.db: No such file or directory
postfix/master[1013]: warning: process /usr/libexec/postfix/trivial-rewrite pid 1290 exit status 1
I am familiar with Postfix, but I am very new to Exchange. I do not know if my connector settings are correct. How can I send mail out of Exchange to Postfix? Is there a way that check which ports are open on the Exchange server?
Any help would be greatly appreciated!!
David W