LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Requirement of Sendmail Issue (https://www.linuxquestions.org/questions/linux-newbie-8/requirement-of-sendmail-issue-4175420948/)

sandeepc04 08-08-2012 02:09 AM

Requirement of Sendmail Issue
 
Hi Friends,

I have got one requirement from one of my friend office, As their office requirement is, They needed one linux mail server for internal use purpose,

They don't have DNS server (Windows or Linux), and they dont wanted DNS server also because they cant register DNS (No ISP/Public IP)

They don't want external mails, just they wanted mail to access inside the office, they don't want to put their machine on internet too, just mailing will happen in local network only.

They have windows XP users/clients, just they wanted to send mail one user to another user internally / local network. Just their requirement is, they need to send / receive their mail internally by linux server. (they can use / Configure "MS Outlook" OR "Outlook Express")

How to configure as per their requirement in linux I am not getting,

Please help me on this, how to configure sendmail / Mail server without using DNS + without using 3rd party softwares.

Thanks and Regards,
Sandeep CC

r0b0 08-08-2012 07:19 AM

I would still recommend to set up a DNS server - a private one with a made up domain name (some people use .local, some use .localdomain (I don't know if there is a standard for this))

Otherwise, what would their e-mail addresses look like? mary@192.168.100.100? That would look stupid :)

So, set up bind domain name server on the linux server, create a domain, point all PCs to the DNS server so that the domain could be resolved by their Outlooks and set up mail server as usual.

amolmistry 08-10-2012 09:57 AM

Hello,

It is correct that DNS server is recommended but without DNS also you can setup mailing server, you can put server IP address in SMTP and POP3 setting of outlook and start using mailing services.

sandeepc04 08-14-2012 06:40 AM

Hi, r0b0 & amolmistry,

Thanks for your reply, Finally i failed to make mailserver without DNS, So finally i have configured DNS + Mailserver in RHEL-5...

Incoming Mail: Dovecot
Outgoing Mail: Sendmail


For Step By Step Installation DNS and Mailserver Click on below link

http://ccsandeep.blogspot.in/2012/08...on-rhel-5.html

Thanks and Regards,
Sandeep CC


All times are GMT -5. The time now is 10:34 AM.