[Ilugc] sendmail in LAN

  • From: usamki01@xxxxxxxxxxxxxxx (Kilaru Sambaiah)
  • Date: Mon, 8 Jul 2002 14:06:41 +0530

On Monday 08 July 2002 01:52 pm, godwin wrote:

hi all,
           I am working as a linux system admin in a small company which is
LAN model.We use a win98 as a proxy for DSL connection which doesnt support
linux server.I configured sendmail in linux server and was able to send
test mail from the console. Now I want to connect this server from Outlook
express in win98 machine , to send and receive mails.We have 15 win98
machines which are connected to this Redhat linux server.How can I do this.


  You wanted to setup email for internal use? In that case there is a file 
  /usr/lib/sendmail-cf/cf/redhat.mc which needs to be modified according to
  your  requirements. After change do
  m4 redhat.mc > your_setup.cf. copy this to /etc/sendmail.cf and restart the
  service. You also enable pop3 or imap. If you are using RH6.2 uncomment
   the line which begins with pop. If it is latest the file will be in 
/etc/xinetd.d/ directory. change the line which says disable = yes to disable 
= no then only Outlook will be able to work.
   to test whether they are working or not
   telnet ip 25
    for sendmail
   telnet ip 110
   for pop3

    sam

Other related posts: