Hi Dinesh , Since your are going to send email from win 2k (1500 port ) to Linux (25 port). So just you need to accept all the email in Linux server where MTA is sendmail.
For this :-- 1) in /etc/mail/access , add your win 2k IP and accept all the emails [r...@jayesh mail]# cat /etc/mail/access <your win 2k IP> OK 1.2.3.4 OK Make sure this below line is there in your sendmail.mc FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl 2) Create the DB file by below command [r...@jayesh mail]# makemap hash /etc/mail/access.db < /etc/mail/access 3) Restart the sendmail service. [r...@jayesh mail]# service sendmail restart 4) Now send the emails from win2k and check the logs by tail -f /var/log/maillog Regards Jayesh Shinde --- On Tue, 5/18/10, dinesh jadhav <[email protected]> wrote: From: dinesh jadhav <[email protected]> Subject: [LinuxVadaPav] Relay doamain on diffrent port how to? To: "Vadapav Linux" <[email protected]>, "Linux Mantra" <[email protected]> Date: Tuesday, May 18, 2010, 6:25 PM 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] [Non-text portions of this message have been removed]
