Hi,
On Mon, Nov 13, 2000 at 08:20:22AM +0100,
Hans-Juergen Schwarz <[EMAIL PROTECTED]> wrote:
>
> > How about:
> > --enable-default-domain=domain.com
> > in configure, and then recompile vpopmail.
>
> That will probably not solve my problem, because its only working
> for one Domain. I try to avoid to give all my customers new
> mailsettings, so I have to find a way to get it work. Pleas tell me
> if I'm wrong.
If you don't need to have POP3 ip-domain mappings interact with
PTR RRs, below may be useful.
(in case you use ucspi-tcp and daemontools)
/service/pop3d/run:
exec tcpserver -vRHl0 -c 40 -u UID -g GID 0 110 /bin/sh -c '
exec envdir ./env/$TCPLOCALIP qmail-popup HOSTNAME
vchkpw qmail-pop3d Maildir' 2>&1
/service/pop3d/env/a.b.c.d/TCPLOCALHOST:
DOMAIN for a.b.c.d
/service/pop3d/env/e.f.g.h/TCPLOCALHOST:
DOMAIN for e.f.g.h
..etc.
Regards,
// Kazuteru OKAHASHI