Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Servers
Reload this Page of sendmail and outlook please help
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Servers Anything server related, Apache, MySQL, Samba, server security, sendmail, exim, etc

Closed Thread
 
Thread Tools Display Modes
Old 08-15-2003   #1 (permalink)
Just Joined!
 
Join Date: Jul 2003
Location: Harare, Zimbabwe
Posts: 11
Send a message via ICQ to manulite Send a message via AIM to manulite Send a message via MSN to manulite Send a message via Yahoo to manulite
of sendmail and outlook please help

Hi

I'm still climbing the linux expert ladder and i've gone up only a few notches up, so i really need some expert advice from you guys. What i need is probably simple.

I have a linux server (Mandrake 8.2) which was being used for email (popping and sending using outlook clients) Now the organisation has decided to use an existing Lotus Domino server which is inside the Local area network for all external email. The linux server(running sendmail) now acts as a mail proxy which routes all email to the Domino Server.

The problem i have now is the outlook clients are *still* configured to pop and send directly to linux and i want to disable that on the linux server. Popping is not really a problem i figured you can disable the pop3d service but how do you disable clients from sending directly to my sendmail box?

There are more than 700 clients and everyone has lotus notes so we just notified people to use outlook instead on outlook but some people are still using outlook. No reconfiguration of clients took place.
manulite is offline  
Old 08-15-2003   #2 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
One thing that you can do is to block traffic to port 25 from all other computers than the Domino server. To do that, run this (provided you're running a 2.4 kernel with iptables; tell me otherwise), where you replace 1.2.3.4 with the IP address of the Domino server:
Code:
iptables -A INPUT -s ! 1.2.3.4/32 -p tcp --dport 25 -j REJECT --reject-with tcp-reset
Dolda2000 is offline  
Old 08-15-2003   #3 (permalink)
Just Joined!
 
Join Date: Jul 2003
Location: Harare, Zimbabwe
Posts: 11
Send a message via ICQ to manulite Send a message via AIM to manulite Send a message via MSN to manulite Send a message via Yahoo to manulite
will it not affect incoming external connections

my kernel is 2.4.18 so it might work, my question is will it not affect incoming external connections?
manulite is offline  
Old 08-15-2003   #4 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
Oh yeah, this one receive mail as well. I forgot that.
Then tell me, do you have two NICs in it or does it only have one?
Dolda2000 is offline  
Old 08-15-2003   #5 (permalink)
Just Joined!
 
Join Date: Jul 2003
Location: Harare, Zimbabwe
Posts: 11
Send a message via ICQ to manulite Send a message via AIM to manulite Send a message via MSN to manulite Send a message via Yahoo to manulite
yes i do have two NICs
manulite is offline  
Old 08-15-2003   #6 (permalink)
Linux Guru
 
Join Date: Oct 2001
Location: Täby, Sweden
Posts: 7,575
I suppose that means that one is connected to the internal network, on which only the Domino server should be admitted, and one connected to the internet, where everyone should be admitted, right? If so, use this command instead, where you replace ethx with the name of the internal NIC:
Code:
iptables -A INPUT -i ethx -s ! 1.2.3.4/32 -p tcp --dport 25 -j REJECT --reject-with tcp-reset
Dolda2000 is offline  
Old 08-15-2003   #7 (permalink)
Just Joined!
 
Join Date: Jul 2003
Location: Harare, Zimbabwe
Posts: 11
Send a message via ICQ to manulite Send a message via AIM to manulite Send a message via MSN to manulite Send a message via Yahoo to manulite
It works! you've been very helpful thanx lots
manulite is offline  
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 07:47 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0