No Mailbox here by that name

Started by koma, September 14, 2012, 03:53:24 AM

Previous topic - Next topic

koma

Hi!
I've installed Toaster on a FreeBSD9.0.
Everything looks fine in configuration (adding domain via vadddomain correctly creates the domain and the postmaster account in mysql:
mysql> select * from vpopmail;
+------------+--------------+------------------------------------+--------+--------+------------+---------------------------------------------------+-----------------+-----------------+
| pw_name    | pw_domain    | pw_passwd                          | pw_uid | pw_gid | pw_gecos   | pw_dir                                            | pw_shell        | pw_clear_passwd |
+------------+--------------+------------------------------------+--------+--------+------------+---------------------------------------------------+-----------------+-----------------+
| postmaster | koma.com     | $1$Dw91BPys$ucz/fxmo6F.JhnXRAZCp00 |      0 |      0 | Postmaster | /usr/local/vpopmail/domains/koma.com/postmaster   | 52428800S,5000C | koma            |
+------------+--------------+------------------------------------+--------+--------+------------+---------------------------------------------------+-----------------+-----------------+
1 rows in set (0.00 sec)

But if I try to send an email to this user:
mail from <komino@dekomis.com>
250 ok
rcpt to:<postmaster@koma.com>
511 sorry, no mailbox here by that name (#5.1.1 - chkuser)


Where could be the error? Seems that qmail doesn't check users table in mysql.

# vuserinfo -D koma.com
name:   postmaster
passwd: $1$GfwEpwY6$7GQ7m5vWZSMkXresq.Jgc.
clear passwd: koma
comment/gecos: Postmaster
uid:    0
gid:    0
flags:  72
gecos: Postmaster
limits:
        imap access closed (*)
        no dialup flag has been set (*)
        * = set by domain-wide limits
dir:       /usr/local/vpopmail/domains/koma.com/postmaster
quota:     52428800S,5000C
usage:     0%
account created: Fri Sep 14 11:36:09 2012
last auth: Never logged in

matt

Send me (via email) login information for the machine and when I get back tonight, I'll have a look.