I have 4 linux pc's each using Kmail, and 7 Windows pc's that use Outlook Express.
Right now they all have separate SMTP/POP3 user accounts with Comcast ISP for mail.
POP3 Encryption and Athentication settings:
Encryption= NONE (can use TLS) but is NONE right now.
Athentication= PLAIN
All clients point to one of the Gentoo linux servers for thier Gateway which acts as the Firewall as well. This server also has DJBDNS installed and is used as a Caching DNS server as well as a Name Server for internal domain structure only.
I'm not new to networking or firewalling but am new to MTA, MDA server setups. This is where I was hoping someone could chime in and give me thier thoughts. I want to try and make this as simple as possible. Please let me know if this sounds correct or not so I can research further.
1`) I don't have public MX or DNS records so this Qmail MTA will not Receive any emails directly from the general public, It should only send emails from my local lan and forward them to the SMTP server at Comcast. That being said,
2) I would like to pull mail from the various SMTP/POP3 user accounts on the Comcast servers. I suspect this is what "fetchmail" is used for?
3) Qmails qmial-POP3D serves up the mail to the lan clients?
This is all that I'm trying to do. NO more NO less.
I've emerged Qmail and see the following:
Code: Select all
* To setup qmail to run out-of-the-box on your system, run:
* ebuild /var/db/pkg/net-mail/qmail-1.03-r13/qmail-1.03-r13.ebuild config
Code: Select all
* To start qmail at boot you have to add svscan to your startup
* and create the following links:
* ln -s /var/qmail/supervise/qmail-send /service/qmail-send
* ln -s /var/qmail/supervise/qmail-smtpd /service/qmail-smtpd
#rc-update add svscan default
.... and then add the links as said? I'm pretty sure that "qmail-send" and "qmail-smtp" pertains to my setup. Not 100% sure..
Code: Select all
* To start the pop3 server as well, create the following link:
* ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d
Code: Select all
* Additionally, the QMTP and QMQP protocols are supported,
* and can be started as:
* ln -s /var/qmail/supervise/qmail-qmtpd /service/qmail-qmtpd
* ln -s /var/qmail/supervise/qmail-qmqpd /service/qmail-qmqpd
Code: Select all
* Additionally, if you wish to run qmail right now, you should
* run this before anything else:
* source /etc/profile
So with the setup that I've described above I will only need Fetchmail and Qmail + qmail-pop3d ?
That sounds way to easy. I'm assuming that the line:
Code: Select all
* To setup qmail to run out-of-the-box on your system, run:
* ebuild /var/db/pkg/net-mail/qmail-1.03-r13/qmail-1.03-r13.ebuild config
Please correct me where I'm wrong so that I can do what research needs to be done to accomplish what I'm trying to do. Thankyou very much..
Mean while im browsing over http://www.lifewithqmail.org/lwq.html

