Hi,
I have setup qmail with vpopmail. Everyting works.
We have users on more machines all with [EMAIL PROTECTED]
I have setup qmail for a few user on a server (1). The users can send and
receive e-mail to all other domains with no problems. Only when they try to
send to [EMAIL PROTECTED] (this u
Is there any alternative to how vpopmail use '.qmail-default' for
virtual domains?
It creates a /home/vpopmail/domains//.qmail-default with:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
Is there any way I can make qmail-lspawn look at the virtual user table
for that domain before it c
Hi all,,my current inetd line is as follows..smtp stream tcp nowait
qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
I am trying to incorporate the roaming feature for the smtp users. I
have used the enable, and do have tcpserver compiled. Could someone
guide me with how to change
Hi all,,my current inetd line is as follows..smtp stream tcp nowait
qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
I am trying to incorporate the roaming feature for the smtp users. I
have used the enable, and do have tcpserver compiled. Could someone
guide me with how to change
Einar Bordewich wrote:
>
> > If you want: --enable-default-domain=domain.com
> >
> > try : --enable-default-domain=domain.comm
> >
> > Worked for me ;)
Fixed but not yet posted. in vpopmail.c in vset_default_domain
Change:
scopy(domain,DEFAULT_DOMAIN, i);
To:
scopy(domai
I can't download vpopmail no matter what it seems.
The connection to www.vpopmail.cx dies a terrible slow
death whenever I try to access it. Is there a mirror,
or could someone send me a link or an email attachment
of it? I would appreciate it much. Thanks.
- An
Bryan Orthner wrote:
>
> I am having a problem which is baffling me. I am trying to retrieve mail
> from vpopmail and am getting sporadic messages:
> -ERR Aack child crashed.
> Generally, if I recheck the pop mail a second time, the access succeeds, so
> I know the passwords are not the problem.
fan wrote:
>
> My vpasswd got cruppted.Why and how to do?
> I hove 5M users in single domains
> I used qmail1.03+vpopmail4.9+cdb+sqwebmail
1) Hope you have a backup
2) Install vpopmail 4.9.3 when it is released in the next
couple days. It has new code by Eric Peters that locks
the vpasswd
truename wrote:
>
> hi! all:
>
> i have a big network, i help save my messages to NFS ,
>
> can i /home/vpopmail/bin/vadduser users , i may assign user to
>
> NFS directory?
>
> ./vadduser -d {user directory} username password .
>
> sqwebmail+vpopmail+NFS can work ?
>
> thanks!
No. That wi
> Jerome Macaranas wrote:
>
>
> Im using Red Hat Linux.
> Vpopmail
> Qmail
> Mysql
> checkpassword
^ NO! use vchkpw program in ~vpopmail/bin directory.
Modify your pop server start up line to use /home/vpopmail/bin/vchkpw
instead of checkpassword
Ke
Pierrot Driguez wrote:
>
> Hi all,
>
> 1- in the /var/qmail/supervise/qmail-smtpd/run script as follow :
>
> exec /usr/local/bin/softlimit -m 200 /usr/local/bin/tcpserver
> -v -R -x /etc/tcp.smtp.cdb -u525 -g525 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
> Do we have to set the UID and GID f
> "J.M. Roth" wrote:
>
> Hi guys!
> Look at this setup:
> [root@cents /home/vpopmail/domains/acel.lu]# llm
> total 21k
> drwx-- 5 vpopmail vchkpw 1.0k Sep 1 17:32 .
> drwx-- 43 vpopmail vchkpw 2.0k Sep 1 16:07 ..
> -rw--- 1 vpopmail vchkpw 34 Sep 1 16:08 .d
By local users I assume you are talking about users in /etc/passwd.
For pop authentication, vchkpw will authenticate against /etc/passwd
For email delivery, vpopmail is not involved. qmail will look up
the user in /etc/passwd
Ken Jones
[EMAIL PROTECTED] wrote:
>
> Anyone here help me?
>
> H
fan wrote:
>
> I use vpopmail-4.9.2 ver.when i add a new user it is say:
> "Error: User's directory already exists?"
> Please help/
Well, does the directory already exist?
Ken Jones
Daniel Augusto Fernandes wrote:
>
> Hi people,
>
> I've converted my authentication mode to mysql. It worked perfectly.
>
> What is the 'relay' table which was created some time after vpopmail is
> up?
If you configured vpopmail with --enable-roaming-users=y then the
relay table holds the temp
I want to migrate my domains from cdb to mysql authentication.
I compiled vpopmail 4.8.7 with:
./configure \
--enable-roaming-users=y \
--enable-tcpserver-file=/etc/tcp.smtp \
--enable-relay-clear-minutes=30 \
--enable-logging=y \
--enable-hardquota=1500 \
--enable-mysql=y \
--enable-sqlincd
Dimitri SZAJMAN wrote:
>
> Hi !
>
> Please :
>
> How to do : [EMAIL PROTECTED] goes to a POP and a forward : [EMAIL PROTECTED] ?
echo "" > .qmail-xx
echo "&[EMAIL PROTECTED]" >> .qmail-xx
> If I modify that by hand will it do a mess with qmailadmin ?
It should work.
> How can I save a domai
I want to migrate my domains from cdb to mysql authentication.
I compiled vpopmail 4.8.7 with:
./configure \
--enable-roaming-users=y \
--enable-tcpserver-file=/etc/tcp.smtp \
--enable-relay-clear-minutes=30 \
--enable-logging=y \
--enable-hardquota=1500 \
--enable-mysql=y \
--enable-sqlincd
Daniel Augusto Fernandes wrote:
>
> Is there any alternative to how vpopmail use '.qmail-default' for
> virtual domains?
>
> It creates a /home/vpopmail/domains//.qmail-default with:
> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
>
> Is there any way I can make qmail-lspawn look at th
"Gologan, Andrei" wrote:
>
> Hi,
>
> I have setup qmail with vpopmail. Everyting works.
> We have users on more machines all with [EMAIL PROTECTED]
>
> I have setup qmail for a few user on a server (1). The users can send and
> receive e-mail to all other domains with no problems. Only when the
"Corey J. Briere" wrote:
>
> Hi all,,my current inetd line is as follows..smtp stream tcp nowait
> qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
>
> I am trying to incorporate the roaming feature for the smtp users. I
> have used the enable, and do have tcpserver compiled. Cou
"Anthony R. J. Ball" wrote:
>
> I can't download vpopmail no matter what it seems.
> The connection to www.vpopmail.cx dies a terrible slow
> death whenever I try to access it. Is there a mirror,
> or could someone send me a link or an email attachment
> of it? I would appreciate it much. Thank
Greg Kopp wrote:
>
> I want to migrate my domains from cdb to mysql authentication.
>
> I compiled vpopmail 4.8.7 with:
>
> ./configure \
> --enable-roaming-users=y \
> --enable-tcpserver-file=/etc/tcp.smtp \
> --enable-relay-clear-minutes=30 \
> --enable-logging=y \
> --enable-hardquota=15
Ken Jones wrote:
>
> Daniel Augusto Fernandes wrote:
> >
> > Is there any alternative to how vpopmail use '.qmail-default' for
> > virtual domains?
> >
> > It creates a /home/vpopmail/domains//.qmail-default with:
> > | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
> >
> > Is there any way
I did that and it stil fails, now it's failing on both.
If I recompile vpopmail without mysql, it works again
> -Original Message-
> From: kbo [mailto:kbo]On Behalf Of Ken Jones
> Sent: Tuesday, September 05, 2000 3:19 PM
> To: Greg Kopp
> Cc: [EMAIL PROTECTED]
> Subject: Re: mysql and c
Well, I tried this again, three more times, thinking it was something I did
along the way.
I recompiled, tried to convert just my domain (gregkopp.com), but the
maillog is now full of:
Sep 5 17:22:06 voyager vpopmail[28051]: vchkpw: No virt found
[EMAIL PROTECTED]:111.222.333.444
[I changed th
Hi,
Something is eating at my morerctphosts file. Entries are randomly (it
seems) disappearing. Has anyone seen anything like this before? Or
anyone know of anything that could be doing this? I'm running qmail
1.03, vpopmail 4.8.9 and qmailadmin 0.30 on SuSE 6.4 (Linux kernel
2.2.13). If you
Joel Michael wrote:
>
> Hi,
> Something is eating at my morerctphosts file. Entries are randomly (it
> seems) disappearing. Has anyone seen anything like this before? Or
> anyone know of anything that could be doing this? I'm running qmail
> 1.03, vpopmail 4.8.9 and qmailadmin 0.30 on SuSE 6.
- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Joel Michael" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, September 06, 2000 9:27 AM
Subject: Re: morercpthosts being eaten
> One thing I have noticed with vpopmail and the files.
> It is possible to confuse
Yes ,
I have some users on server1 with domain1, and there are other users on
server2 also with domain1.
I want all e-mail that is sent to users that are not on server1, to be sent
to server 2, so they all get their e-mails
Andrei Gologan
>> >
> > I have setup qmail with vpopmail. Everyting wor
30 matches
Mail list logo