Tim Hunter wrote:
> 
> You only need the pop3d to run once to manage all of your domains, each
> separate domain logs in as [EMAIL PROTECTED]
> Or if you have your DNS setup properly as described in the docs they can
> just login with user.
> 
> -----Original Message-----
> From: Revina [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 4:51 AM
> To: vpopmail
> Subject: pop3 server for virtual domains
> 
> I've installed qmail 1.03 + vpopmail 4.9.8 + sqwebmail on freebsd 3.3,
> so I repalced (of /etc/inetd.conf) :
> 
> pop3 stream tcp nowait root /usr/local/libexec/popper popper
> 
> with
> 
> pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup
> 1ST.VDOMAIN /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
> 
> it works fine for [EMAIL PROTECTED]
> 
> how do I setup pop3 (inetd.conf) for other domain (2ND.VDOMAIN, etc) ?
> 
> regards

Don't use inet, use tcpserver. The INSTALL file has an example:

12. How to use vchkpw with qmail-pop3d server

        Here is a sample startup line for qmail-pop3d and vchkpw

        env - PATH="/var/qmail/bin:/usr/local/bin" \
        tcpserver -H -R 0 pop-3 \
        /var/qmail/bin/qmail-popup your.domain.com \
        /home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
Maildir &

Reply via email to