Linux Distribution > Distribution Specific

configuring sendmail

(1/4) > >>

murali:
hi guys,,
              i am new to this linux. i want to configure mail server for our
LAN, where all r windows machines except the server. every user should have his own id and all . can any one guide me how to do it?
regards,
murali.

tuxi:
Why don't you go HERE and look for the Configuration and comilation ~~
:)

dragoncity99:
Hi,

Which linux distro r u using? Tell me ur distro:
I configured sendmail for Slackware and Fedora/RedHat.


BTW, have u read my post in this section

             "Slackware: Sendmail How To Make It Work Only On LAN?"
        http://www.linuxsolved.com/forums/viewtopic.php?t=179

murali:
hi
   thanq for ur reply i want configure mail server in redhad linux9 so pls guide how to configure mail server with all client machines are windows
regards
murali.



--- Quote from: "dragoncity99" ---Hi,

Which linux distro r u using? Tell me ur distro:
I configured sendmail for Slackware and Fedora/RedHat.


BTW, have u read my post in this section

             "Slackware: Sendmail How To Make It Work Only On LAN?"
        http://www.linuxsolved.com/forums/viewtopic.php?t=179
--- End quote ---

dragoncity99:
Ok Red Hat 9. I assume u have created user accounts for the windoze users in ur mail server.

1) Go to the /etc/mail directory.  Type cd /etc/mail

2) U will see a file called sendmail.mc

3) Open the file with vi and goto a line where it looks like this:
     
          DAEMON_OPTIONS('Port=smtp, Addr=127.0.0.1, MTA')
Change the value Addr from 1270.0.1 to ur server's ip address.

4) Save and exit.

5) Open a file in /etc/mail with the name "access".
U will see lines like this:
localhost               RELAY
127.0.0.1              RELAY

All u have to do is add ur server's ip address to it and followed by the keyword "RELAY"

If necessary add ur server's hostname too. For me it's richard.sybex.com                 RELAY

6) Save ur file and exit.

7) Now leave the /etc/mail directory. Type  cd /

8) Compile the /etc/mail directory by typing: make -C /etc/mail

9) To make ur configuration work, stop the sendmail service and restart it. Use the commands below:

           (i) killall -HUP sendmail
           (ii) service sendmail start

Navigation

[0] Message Index

[#] Next page

Go to full version