I would like to know how to configure my postfix server to take any system messages and forward them to my Exchange 2007 active directory mailbox. Does anyone have a few links they could share or explain it? I tried to setup the Postfix as a relay but not sure if I did it right because no emails are coming to my account. What needs to be done on the Exchange side as well if anything?
If this Postfix server is internal do I select internal in the wizard part of it?
Internal says only accepts from other exchange servers tho.
I was thinking custom.
endital1097
Yes custom and make sure you select anonymous for the permissions group
Just curious because I was told you had to configure outlook connector to accept ehlo rather than helo
David Beveridge
> Just curious because I was told you had to configure outlook connector to accept ehlo rather than helo
That's just plain wrong on so many levels.
Outlook does not accept ehlo or helo, as it doesn't receive mail by SMTP.
Oulook would already use EHLO when sending email via SMTP.
You could have root's mail delivered into a mailbox on the postfix server and have the exchange server or the outlook client collect it with POP3 or IMAP.
Both require more work than the above solution.
Sounds like youre right on that. Well Exch 07 supports both dynamically so it doesnt even matter. One issue I am having was I am getting an error message regarding the transport db file.
Sep 10 16:24:14 Monitor postfix/master[1183]: warning: /usr/lib/postfix/trivial-rewrite: bad command startup -- throttling
Sep 10 16:25:14 Monitor postfix/trivial-rewrite[10866]: fatal: open database /etc/postfix/transport.db: No such file or directory
I did what you said to a T. But says it cant find the transport.db
I went into command line and saw it indeed did not exist. What must I install to fix this?
http://technet.microsoft.com/en-us/library/bb125128.aspx