Hello,
I have a problem with defaultdoamin. Although I've added my domain name to
the
~vpopmail/etc/defaultdomain I still need to authenticate by [EMAIL PROTECTED]
What should
I do to enable my default domain in vpopmail and authenticate in the correct
way (writing
only username without default domain). I've tried to add the domain to
/var/qmail/control/locals, but after this the problem is still exist. Even I
set up DNS in hope
that with --enable-ip-alias-domains=y, vpopmail will resolve to my domain
(obviously
reverse IP lookup obtained mydefaultdomain.pl), but the effect was the same
as it was with
the previous try, simply no effect, heh... My configuration settings of
vpopmail are:

        vpopmail 5.4.3
        Current settings
---------------------------------------
vpopmail directory = /var/vpopmail
uid = 517
gid = 992
roaming users = OFF --disable-roaming-users (default)
password learning = OFF --disable-learn-passwords (default)
md5 passwords = ON --enable-md5-passwords (default)
file locking = ON --enable-file-locking (default)
vdelivermail fsync = OFF --disable-file-sync (default)
make seekable = ON --enable-make-seekable (default)
clear passwd = ON --enable-clear-passwd (default)
user dir hashing = ON --enable-users-big-dir (default)
address extensions = OFF --disable-qmail-ext (default)
ip alias = ON --enable-ip-alias-domains
domain quotas = OFF --disable-domainquotas (default)
auth module = cdb --enable-auth-module=cdb (default)
auth inc = -Icdb

and the startup script is:

# 517 and 992 are vpopmail's UID and GID
/var/qmail/start &
/usr/local/bin/tcpserver -x/etc/smtp_acl -H -l0 -R -u 517 -g 992 0 25
/var/qmail/bin/qmail-smtpd host.domain.pl /var/vpopmail/bin/vchkpw /bin/true
&
/usr/local/bin/tcpserver -H -R -u 517 -g 992 0 110
/var/qmail/bin/qmail-popup host.domain.pl /var/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir &

So, what should I do to help the vpopmail to find my default domain, and to
prevent my
maillog ;-) from messages like this: "vchkpw-pop3: vpopmail user not found
user@:192.168.1.13"

regards,
Andrzej

Reply via email to