- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Internet -> Postfix -> Exchange
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2004 09:36 AM
тАО12-02-2004 09:36 AM
I'm looking for Online Manual howto setup following:
Internet -> Postfix -> Exchange
Postfix gets ALL mails from Internet and sends to
MS Exchange 5.5, but Exchange sends ALL mails directly to the Internet (without postfix).
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2004 12:28 PM
тАО12-02-2004 12:28 PM
Solution2) DS directive in sendmail.cf will forward all mail to any server you want.
vi sendmail.cf
DShostnameexchangeserver
if the hostname of the exchange server is exchange1
then
DSexhange1
Better to use the IP address
DS192.168.0.10
Save the sendmail.cf file
service sendmail restart
3) Configure the Exchange server to accept relay email messages from the Linux server.
Alternative(what I do).
The user's exchange client pulls the mail off the Linux box using popmail and stores it in the exchange database.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2004 12:26 AM
тАО12-03-2004 12:26 AM
Re: Internet -> Postfix -> Exchange
I'm assuming that postfix is on dmz and exchange is on internal lan (behind firewall).
1 - postfix must be assigned as mx on the internet (external) dns.
2 - postfix must be configured to relay all external received mails to exchange, so, no one mail account must be defined on the server.
relayhost parameter on main.cf configuration file must point to your exchange server.
3 - exchange must be assigned as mx on the internal dns.
I think thats all.
Look for complete documentation of postfix on
http://www.postfix.org/documentation.html and take care about relaying spans on your postfix server.
Hope it helps.
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2005 03:58 AM
тАО05-28-2005 03:58 AM
Re: Internet -> Postfix -> Exchange
howto set mx records for the Exchange on the internal dns.
I've never done before.
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2005 10:00 PM
тАО05-28-2005 10:00 PM
Re: Internet -> Postfix -> Exchange
Microsft provides a tool under administrative tools to let you set up mx records.
Add a record with an internal ip address and restart the dns service and you should be all set.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2005 08:06 AM
тАО05-29-2005 08:06 AM
Re: Internet -> Postfix -> Exchange
don't forget to open port 25 in your iptables to enable smtp.
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 02:14 AM
тАО05-31-2005 02:14 AM
Re: Internet -> Postfix -> Exchange
MX records are defined in your dns server.
They point to Mail eXchange servers of your network.
Talk about with your network administrator.
regards,
xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 11:31 AM
тАО05-31-2005 11:31 AM
Re: Internet -> Postfix -> Exchange
I have already created Zones for internal use, but I have never created a MX record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 03:43 AM
тАО06-01-2005 03:43 AM
Re: Internet -> Postfix -> Exchange
MX record is another entry in your zone section.
It is simmilar to a pointer record (A record) or a name server (NS) record.
Please, look to a bind documentation to see how to configure a MX record on your dns server.
Here you have a god begining http://www.linuxhomenetworking.com/linux-hn/dns-static.htm#_Toc92808689
regards,
xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2005 01:10 AM
тАО06-02-2005 01:10 AM
Re: Internet -> Postfix -> Exchange
if u r going to use the exchange server for outgoing mails to the internet, then it is better to have a dns / reverse dns entry for ur exchange server in ur public dns servers or ur isp's dns servers as some of the servers will reject mails if the ip from which those servers are getting mails is not having a reverse dns record.
I dont have experience using postfix, but i can say that u should set the smart host ( in sendmail ) or the next hop ( to which the internal mails will be forwarded ) to point to the exchange server . For this there is no need of mx records for exchange server , only thing is that the postfix server should be able to resolve the exchange server's hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2005 06:26 AM
тАО06-02-2005 06:26 AM
Re: Internet -> Postfix -> Exchange
Bejoy's comment is very correct and useful. Look for postfix master.cf relayhost parameter. It will solve your problem, I guess.
Thank's Bejoy.
regards,
xyko