On 16:10 Wed 11 Jan     , Bill Roberts wrote:
> I am currently running my email server on my workstation, providing email
> for myself and my wife. I use mutt, my wife uses outlook. 
> 
> I basically used the virtual email server guide, it has run ok for two years,
> but my wife suddenly cannot access her email. The issue seems to be the
> pop3 server, not listening on port 110.
> 
> I've decided to move the mail server to my router/firewall/proxy server.
> That will allow me to play harder on my workstation, without fear of
> disrupting email. Question is: How?
> 
> I am planning on building a simpler email system (I don't use imap,
> virtual domains, or a user database). In my quest for Zen-like simplicity
> and rock-solid quality, I'm planning on using postfix, plus courier as a
> pop3 server.  For authentication, some guides use sasl, some use authlib.
> Which is better?? And why would anyone use both?! They seem to both serve
> the same function. Any suggestions/pointer appreciated.
> 
> Bill Roberts

Thanks for the suggestions. I decided to try the simplest guide I could
find:
    
    http://gentoo-wiki.com/HOWTO_Small_Email_Server_with_Postfix_with_POP3_(TLS)

It uses only postfix and courier-imap (which brings in courier-authlib). No
cyrus-sasl. 

The only issue I ran into was the creation of a user with a /bin/false
shell. That kept me from being able to log in with pop3 and retrieve mail.
Changing the shell to /bin/bash solved the problem.

Now I have to figure out how to redirect the stream of email, retrieve from
the router, rather than locally, and add anti-virus/anti-spam. I'll
probably use the mailfilter guide:

    http://www.gentoo.org/doc/en/mailfilter-guide.xml

By the way, I would recommend these two guides for anyone setting up an
email server for the first time. They may not be perfect, but they are much
easier to follow than most of the howto's I've run into.

Bill Roberts

Attachment: pgpxLeES2bfob.pgp
Description: PGP signature

Reply via email to