On Mon, 2004-05-10 at 12:34, Stefan Siefert [KGN] wrote:
> Hi,
> 
> I hope this is the correct Mailinglist for my little Problem, if not please excuse 
> this annoyance. I converted one of our mailserver yesterday to vpopmail 5.4.0 with 
> mysql-support. Vconvert did a great job and all users where converted to 
> mysql-format and are working withut any problems. If I add new users everthing is 
> working fine too ... apart from "Sorry no mailbox ..." Errors in the logs and every 
> mail to those new accounts bounces. The account is added to the mysql table, 
> vuserinfo is showing the correct values ... I can log into those accounts using 
> imap/pop3. Every tool seems to use the mysql-database ... apart from vdelivermail .. 
> vdelivermail seems to use the vpasswd files (which are still present because of the 
> old setup). So only mails for user standing in the vpasswd file will be delivered 
> (removing the vpasswd file results in no user is getting any mail anymore).
> 
> Anyone out there who might provide a hint? Any other infos you might need?
> 
> Greetings and thanks a lot,
> Stefan

I think you can check whether vdelivermail is using mysql or not with
ldd as follows:
# ldd vdelivermail
        libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12
(0x4001b000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40052000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40060000)
        libc.so.6 => /lib/libc.so.6 (0x4008d000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401b9000)
        libm.so.6 => /lib/libm.so.6 (0x401cd000)
        libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7
(0x401f1000)
        libcrypto.so.0.9.7 => /usr/local/ssl/lib/libcrypto.so.0.9.7
(0x4021f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libdl.so.2 => /lib/libdl.so.2 (0x4030d000)

Your case is strange since vconvert does its job well, mysql support
should be enabled correctly. Do the same test with vconvert.


Reply via email to