LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   pop3 and sendmail configuration (https://www.linuxquestions.org/questions/linux-newbie-8/pop3-and-sendmail-configuration-137120/)

ajayaraul 01-21-2004 12:06 PM

pop3 and sendmail configuration
 
hi,

i am a newbie, can any one help me how to configure redhat linux 8.0 for sendmail and pop3 service. plz give me the details for the configuration of pop3 service and sendmail.


thanxs in advance

ajay

Texicle 01-21-2004 02:15 PM

If you're looking for a nice GUI mail client that will help you out, go with sylpheed. If you've got an email address with your ISP, then you can configure sylpheed to work with that address. I'm sure there are others out there, but it's the only one I've used. Hope this helps.

mikeyr 01-21-2004 03:04 PM

Download a program called Webmin. It has a complete GUI for all of the server configuations and is fairly intuitive to operate.

ScooterB 01-22-2004 08:09 AM

Since no one answered your question, I'll attempt to. Configuring sendmail is not necessarily an easy thing. There are many tomes written about the subject and I would recommend getting one PT two of them. If you open a file called sendmail.mc in the /etc/mail directory, you can follow through with the comments and follow with what they are saying. I would start with as brief a configuration as possible to make it work. Then you can tweak it as necessary. After you mess with the sendmail.mc file you will have to rebuild the actual sendmail.cf file. The sendmail.mc file is an abbreviated and more to the point file to deal with than the sendmail.cf. There is an engine called the m4 engine that will do this rebuilding for you. I am not sure if RH8 has this or not so you will have to check. If it doesn't, then I would refer to one of the manuals or docs. Once you have rebuilt the sendmail.cf file, restart sendmail: service sendmail restart (while logged in as su -). This will cause sendmail to reread the configuration file you just built and function accordingly. As far as pop3, you can check it from the GUI by clicking on the services selection and scrolling down to pop3. If it isn't running, click on it and hit start. If you would rather use the terminal then check in your /etc/inetd directory for the appropriate file and check to see if it was disabled. If it is, then enable it and restart inetd. This is only the surface as for sendmail to work, you have to also configure the aliases file (/etc/aliases) and make sure that all of the people whom you want to receive mail have user accounts setup. This is only a brief summary. You can check on the sendmail website (www.sendmail.org) and other areas for more help. Linux documentation project is also another good source. As well as this forum here! But my first recommendation is to get a book. I would have to recommend the O'Reilly "Sendmail" as the most thorough. It helped me. If you have any other issues repost and we'll try to help. Good Luck!!!


All times are GMT -5. The time now is 02:49 AM.