Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've been using a mail server called Postfix for a while now, it uses smtp for both outbound and incoming. I have never had any problem with it whatsoever. Basically, by default it sets it up so that every user on your Linux box (or the ones you specify) has there own email account (<username>@yourdomain.tld). For a GUI, all I use Webmin. Webmin has the capability of managing all kinds of servers and many other things on your system (including Postfix). Before expecting it to work automatically, I suggest that if you use Webmin and Postfix, that you take a look at the Postfix section on one of the books you can download on Webmin's website. Also, if you are giving more than one person email accounts, you can use Usermin as a front end for sending, receiving, and reading mail.
EDIT: Also, if you just want to use gmail, you can setup your gmail account to receive and send mail in the domain and user of your choice, but you first must have a mail server setup to receive the confirmation email from gmail.
Thank you for your reply.
At this point I only want to set up one account.
As I understand if I want to go with this option I need to set up postfix and webmin on my server, right?
how much effort does it require considering I am new to Linux?
It's very easy, postfix should be available through your package manager, so that will be an easy install. For the Webmin install, I would suggest not using one of the RPM's, I've had more success installing Webmin on servers using the tar file. Once you unpack that file, just cd to that directory and run ./setup.sh. After you go through the install, just run /etc/webmin/start and you should be able to go to https://localhost:10000/ and login (that address is assuming you have ssl support and you choose port 10000). For configuring Postfix, you should be able to leave most things set to default, I don't remember the specifics, but I know that you would have to change the configuration to allow it to receive mail for your domain. That is simply a matter of typing your domain into a text field.
I don't bother with Webmin personally, but Postfix should work pretty much out of the box. You may need to do a little tinkering with main.cf, but it's pretty straightforward, and the info at postfix.org is excelent.
You will need to switch your mailer from sendmail, and there is a command to do this which a quick search tells me is "alternatives --config mta"
thanks,
how can I install it using package manager?
Which of these should I use:
webmin-1.270.tar.gz (Unix tar/gzip format, 9235 kB)
webmin-1.270-1.noarch.rpm (RPM suitable for Redhat, Caldera, SuSE, Mandrake or MSC Linux, 10081 kB)
webmin-1.270-1.src.rpm (Source RPM suitable for Redhat, Caldera, SuSE, Mandrake or MSC Linux, 9239 kB)
webmin-1.270-minimal.tar.gz (Minimal version of Webmin, Unix tar/gzip format, 1278 kB)
I've got Fedora Core 5 running.
I guess it will have to be first one?
That is true, Postfix is with Fedora, but I already tried searching the yum repos for Webmin, it is not available. You should download the webmin-1.270.tar.gz.
Well it sounds like you can do these things from webmin, but on my system I edit main.cf in /etc/postfix.
Have a look at postfix.org and under documentation is a basic configuration page.
I suspect that for a bare minimum, setting the "mydomain" and maybe mailrelayhost if you don't send directly (ie through a relay). Then again, it may work as is.
If postfix is already running, you need to type "postfix reload" after chanfig the config.
Do you want to access emails or just send them btw?
Last edited by billymayday; 04-23-2006 at 01:01 AM.
webmin looks complicated to me, there are sooooooo many options there that I just get lost.
Postfix is also not trivial and there is no step by step guide on postfix.org unfortunately.
I have a servlet that sends out email.
I've got something like this for now:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.