you are welcome, it is very simple, you can call vpopmail's binary file to
add a account. what is more, you need to modify the file permission, make
qmail can call this script:
chmod 5755 add_qmail_user.sh
#!/bin/bash
PATH_QMAIL=/var/qmail
FILE_HANGLE_LOG=/var/log/mail_handle
DEFAULT_PASSWORD=
On 7/8/07, Shaohui Zheng <[EMAIL PROTECTED]> wrote:
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.
| /
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" "$
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
.
-Original Message-
From: Tom Collins [mailto:[EMAIL PROTECTED]
Sent: 2007年7月8日 13:04
To: vchkpw@inter7.com
Subject: Re: [vchkpw] alias .qmail-default do not work, qmail complains
"message_is_looping"
On Jul 7, 2007, at 7:24 PM, Shaohui Zheng wrote:
> 4. I replace /var/qmail/bin/qma
On Jul 7, 2007, at 7:24 PM, Shaohui Zheng wrote:
4. I replace /var/qmail/bin/qmail-local with
/home/vpopmail/bin/vqmaillocal(by following the installation docs)
if I do not replace, .qmail-default can work, but I can not recevie
any mail.
after I install vpopmail, I try to send a mail to an non
hi all
I am a newbie in qmail. I install qmail and vpopmail.I can send
and recevice mails. it looks work fine. but if I try to send a mail to
a nonexistent mail account, the problem comes. this problem bother me
about 2 weeks. if you know the root cause, would you please tell me
what is proble