Sumith Ail wrote:
> 
> Dear All
> 
> I have installed vpopmail 4.9.5 with mysql support.
> When I add a domain with the -u /etc/passwd user ,
> qmail-pop3d does not authenticate users but it works
> fine if I do not use the -u option.
> 
> Any help would be appreciated.
> 
> Thanks.
> Sumith
> 
> __________________________________________________
> Do You Yahoo!?
> >From homework help to love advice, Yahoo! Experts has your answer.
> http://experts.yahoo.com/

with vpopmail-4.9.5 and mysql support:

[root@orbital vpopmail-4.9.5]# ./vadddomain -u kbo kbo.com test

[root@orbital kbo.com]# pwd
/home/kbo/domains/kbo.com

[root@orbital kbo.com]# ls -la
total 20
drwx------   3 kbo      kbo          4096 Nov  1 12:06 .
drwx------   3 kbo      kbo          4096 Nov  1 12:06 ..
-rw-------   1 kbo      kbo            34 Nov  1 12:06 .dir-control
-rw-------   1 kbo      kbo            55 Nov  1 12:06 .qmail-default
drwx------   3 kbo      kbo          4096 Nov  1 12:06 postmaster

note: ownerships look good.

[root@orbital qmail]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK 
pass test
+OK 
quit
+OK 
Connection closed by foreign host.

[root@orbital kbo.com]# echo "to: [EMAIL PROTECTED]" | \
/var/qmail/bin/qmail-inject


@400000003a005c490ff9225c info msg 50382: bytes 212 from
<[EMAIL PROTECTED]> qp 13769 uid 0
@400000003a005c49104d2a14 starting delivery 623: msg 50382 to local
[EMAIL PROTECTED]
@400000003a005c4910504adc status: local 1/10 remote 0/20
@400000003a005c4914179f94 delivery 623: success: did_0+0+1/
@400000003a005c49141ceef4 status: local 0/10 remote 0/20
@400000003a005c491422d6ac end msg 50382

Looks like it was succesfully delivered.

[root@orbital new]# pwd
/home/kbo/domains/kbo.com/postmaster/Maildir/new
[root@orbital new]# ls -l
total 4
-rw-------   1 kbo      kbo           283 Nov  1 12:09
973102143.13771.orbital.inter7.com,S=283

Looks like it arrived with the proper permissions

[root@orbital qmail]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK 
pass test
+OK 
list
+OK 
1 283
.
quit
+OK 
Connection closed by foreign host.

Looks like qmail-pop3d was able to read it.

I'm not sure where your problem could be.

Ken Jones

Reply via email to