1826312 Members
4395 Online
109692 Solutions
New Discussion

Send Mail configuration

 
kouyate_1
Advisor

Send Mail configuration

I'm new in Linux. I'll like to configure a mail server with suse linux 9.0 server and the workstation will be running window 2k,xp.
can somebody help me with a step by step configuration for the server and the workstation?
Maury
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Send Mail configuration

Your server is already equipped with everything you need to do the job.

Sendmail is installed be default.

All you need to do is decide how you want the workstation to get its mail.

If you want to use popmail, you need to install a popmail server. Dovecot is a good choice, and older Linux versions can provide popmail as part of the xinetd daemon.

On the workstation you either install outlook express or outlook.

Add Internet mail and set the pop server as the ip address of the Linux server.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
renarios
Trusted Contributor

Re: Send Mail configuration

Hi Maury,

Maybe it sounds dumb, but it depends on your network. On www.sendmail.org at lot of information can be found.
To get you starting, edit your /etc/mail/sendmail.mc. Read the comment lines very well and don't forget to backup before editing!
After editing create the sendmail.cf file by the command: m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

restart sendmail by typing /etc/init.d/sendmail restart and try...
Open port 25 to the internet and 143 to local network.

Good luck!

Cheerio,

Renarios
Nothing is more successfull as failure
Bejoy C Alias
Respected Contributor

Re: Send Mail configuration

What type of mail server u would like to install . If it is an internal only server the steps in brief is given below.
Install sendmail . NO extra configuration required if u r not going to use it for external mails. Start the sendmail service .
Add all those users with password who will have mail accounts to this mail server.
Install imap rpm file , which also contains the pop3 server . Edit /etc/xinetd.d/ipop3 and replace 'yes' with 'no' in disable = yes . Restart xinetd service .
Try telneting to port 25 and 110 , u should get the smtp and pop3 servers replys.
Configure the workstations to use this server's ip address for incoming and outgoing mails.
If u r going to use it for external mails , just give a reply , i'will be back with some fundas..
Be Always Joy ......
kouyate_1
Advisor

Re: Send Mail configuration

yes i'll use the server as a external mails

regards
Maury
Bejoy C Alias
Respected Contributor

Re: Send Mail configuration

If u r going to use the server for external mails , then u need to setup dns also. First u should get the ips assinged from ur isp , configure the dns servers , then confiugre ur mailservers .
Be Always Joy ......
Bejoy C Alias
Respected Contributor

Re: Send Mail configuration

Do u already have a pop account from ur isp ...can u be more clear about what should u want to do ?
Be Always Joy ......