RE: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Shaohui
So you means I should use the original file /var/qmain/bin/qmail-local, right? But obviously, the original file /var/qmain/bin/qmail-local do not work after we install vpopmail, do you have any other solutions? And as we know, the installation guide in vpopmail never mention this file. -Origin

[vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Nicolas Binand
Hello, I have download Vpopmail from sourceforge and i get an error while doing make, I have searched on the internet and in this mailing-list archive and did not find anything usefull... #/configure --prefix=/home/vpopmail --enable-logging=y ... #make make[2]: Entering directory `/usr/local/s

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Joshua Megerman
On Sunday 08 July 2007 03:32, Shaohui wrote: > So you means I should use the original file /var/qmain/bin/qmail-local, > right? But obviously, the original file /var/qmain/bin/qmail-local do not > work after we install vpopmail, do you have any other solutions? And as we > know, the installation gu

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Shaohui Zheng
Thanks Tom and Joshua, the problem was solved. tom find the root cause. an old vpopmail document misguided me, I replaced qmial-local with vqmaillocal in vpopmail mail. that is wrong. and now it works. I write my .qmail-default like this. | /home/webmail/add_qmail_user.sh "$DEFAULT" "$SENDER" "$

Re: [vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Rick Widmer
Nicolas Binand wrote: Hello, I have download Vpopmail from sourceforge and i get an error while doing make, I have searched on the internet and in this mailing-list archive and did not find anything usefull... function `__i686.get_pc_thunk.bx': : multiple definition of `__i686.get_pc_thunk

RE: [vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Nicolas Binand
>that seem to indicate a problem with your gcc installation and the >shared libraries on your system. I do not see the error here, even >though I used the exact same ./configure options. I tried with gcc-3.3 and gcc-3.4 and did not solve the issue.. >Good luck! >Rick Thank you I keep on inve