I just finished installing Qmail on a new server and it seems to be running
great, but I need to do a few more configuration things. My server is
using Maildir.
Is it possible for Qmail to spawn a users Maildir upon the first time they
receive a message, or does it have to be created when the account is
activated?
How can I set it up so each user doesnt have to have a .qmail file in their
directory and it automatically delivers to their Maildir? This is in my
rc.d scripts:
/usr/local/bin/tcpserver 0 110 /var/qmail/bin/qmail-popup edwin \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
I also changed /var/qmail/rc to this:
qmail-start ./Maildir splogger qmail
but it still doesnt deliver to a user's Maildir unless I point .qmail to
that directory.
Is it possible (and feasible) to deny direct telnet access to port 25? We
are having some problems with people doing this to send anonymous e-mail
and wondered if I could stop that. Would it cause users any problems or
would they have to change any options?
Any help is appreciated!