On Tue, May 18, 2010 at 6:25 PM, dinesh jadhav <[email protected]>wrote:
> > > Hi All, > > I have one webserver normally sendmail enabled with port 25 (centos 5.3), I > have another windows 2k server. > > I this 2k server i have enbaled port 1500 for outgoion and recvieng mail. > > My query is that I want to send from win2kserver via 1500 port to linux > server to enable relay 1500 on port > > can anybody knows what setting I have to do on linux server. I have webmin > on same server > > Linux DonDinesh Jadhav(RHCE)9867011640"Do not worry about anything; instead > > PRAY ABOUT EVERYTHING." > Philippians 4:6 > http://dineshjadhav.wordpress.com > http://mm.glug-bom.org/mailman/listinfo/linuxers > http://www.whylinux isbetter. net/ > > Listen : http://www.rediyo.in/ > > [Non-text portions of this message have been removed] > > > Hi, IT can be achieved using Two traditional method 1. Use IPTABLES 2.Change sendmail configuration 1. cp sendmail.cf sendmail.cf.orig 2. Edit sendmail.cf Check for the belowline "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')" replace it with whatever suitable "Port=smtp" to Port=1500 Addr=127.0.0.1 to Addr=your.ip.addr.ess -- Ashwin Muni http://www.linuxmaza.com Linux Tutorials and Howtos <http://www.linuxmaza.com> [Non-text portions of this message have been removed]
