- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- postfix problem
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
Forums
Discussions
Discussions
Discussions
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
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
10-10-2003 09:58 AM
10-10-2003 09:58 AM
I have a serious problem:
I'm using postfix:
# rpm -qa | grep postfix
postfix-2.0.6-8
amavis-postfix-0.3.12pre8-210
on SuSE 8.2
this linux server ns.internal.net is behind
a firewall on the internal (trusted network)
running only with the internal domain:
internal.net without MX records.
at the internal network I have also
MS Exchange 5.5 Mail Server.
Exchange is getting and sending all mails
with a really existing internet domain: external.net
postfix is working, but I can't send mails
from linux, because some mail servers don't accept mails from the server with the internal domain.
and I can NOT send any mails to our Exchange.
any idea ?
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2003 09:00 PM
10-11-2003 09:00 PM
Re: postfix problem
the major question:
How you want to use your mailservers (MS and Linux)?
Many companies use Linux as mail relay (in DMZ) for accepting mail from the Internet and forwarding mail to internal MS Exchange server, but there are many other options.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2003 11:49 PM
10-11-2003 11:49 PM
Re: postfix problem
I don't want use linux for mail relay.
I need Linux and postfix to test some
perl scripts and send newsletters.
And all others clients use Exchange.
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 10:12 PM
10-12-2003 10:12 PM
Solution2) anyway, if you want "to publish" your mailserver, you should to add DNS (A or MX) record for yourdomain.com pointed to the external (legal) address of your mailserver.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 03:28 AM
10-13-2003 03:28 AM
Re: postfix problem
I could fix this problem with
masquerading on postfix.
regards
chris