I followed the shupp toaster as perfectly as I could, except that I did one tiny modification.  Instead of using vpopmail’s local database for user information, I compiled vpopmail to use MySQL.

 

My problem is that when I try to send email to an address on my server, CHKUSR reports

 

[[[ Problems!  This user [email protected] DOES exist! ]]]

$ telnet localhost 25

Trying 127.0.0.1...

Connected to mailserver (127.0.0.1).

Escape character is '^]'.

220 mailserver ESMTP

mail from: [email protected]

250 ok

rcpt to: [email protected]

511 sorry, no mailbox here by that name (#5.1.1 - chkuser)

quit

221 mailserver

Connection closed by foreign host.

 

[[[ WORKS FINE  / MySQL connection works great ]]]

]$ telnet localhost 110

Trying 127.0.0.1...

Connected to localhost (127.0.0.1).

Escape character is '^]'.

+OK <[EMAIL PROTECTED]>

user [email protected]

+OK

pass test

+OK

list

+OK

1 772

.

quit

+OK

Connection closed by foreign host.

 

[[[ SEE?? ]]]

/home/vpopmail/bin/vuserinfo [email protected]

name:   test

passwd: $1$4.qIVvef$7dp3ie1QOwy76Yk0PhgKM0

clear passwd: test

comment/gecos: test

uid:    0

gid:    0

flags:  0

gecos: test

limits: No user limits set.

dir:       /var/vpopmail/domains/test.com/test

quota:     NOQUOTA

usage:     NOQUOTA

last auth: Tue Apr 18 23:22:56 2006

last auth ip: 127.0.0.1

 

 

[[[ out of /var/log/qmail/smtpd/current ]]]

@400000004445d81b19ea932c CHKUSER rejected rcpt: from <[email protected]::> remote <:unknown:127.0.0.1> rcpt <[email protected]> : not existing recipient

 

 

 

Ideas???

Reply via email to