.qmail-default Problem

2000-09-05 Thread Gologan, Andrei
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

.qmail-default (Pls help!!)

2000-09-05 Thread Daniel Augusto Fernandes
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

Smtp and Inetd

2000-09-05 Thread Corey J. Briere
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

Smtp and Inetd

2000-09-05 Thread Corey J. Briere
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

Re: vpopmail-4.9.2

2000-09-05 Thread Ken Jones
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

vpopmail mirror?

2000-09-05 Thread Anthony R. J. Ball
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

Re: aack child crashes

2000-09-05 Thread Ken Jones
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.

Re: vpasswd got cruppted

2000-09-05 Thread Ken Jones
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

Re: how to assign directory?

2000-09-05 Thread Ken Jones
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

Re: ERR ... Help needed ........ pls....

2000-09-05 Thread Ken Jones
> 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

Re: vpopmail and smtpd run script

2000-09-05 Thread Ken Jones
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

Re: problem!

2000-09-05 Thread Ken Jones
> "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

Re: [Fwd: qmail-lspawn looks for local user?]

2000-09-05 Thread Ken Jones
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

Re: Error: User's directory already exists?

2000-09-05 Thread Ken Jones
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

Re: relay table

2000-09-05 Thread 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

mysql and cdb authentication

2000-09-05 Thread Greg Kopp
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

Re: Some questions :)

2000-09-05 Thread Ken Jones
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

mysql and cdb authentication

2000-09-05 Thread Greg Kopp
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

Re: .qmail-default (Pls help!!)

2000-09-05 Thread Ken Jones
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

Re: .qmail-default Problem

2000-09-05 Thread Ken Jones
"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

Re: Smtp and Inetd

2000-09-05 Thread Ken Jones
"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

Re: vpopmail mirror?

2000-09-05 Thread Ken Jones
"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

Re: mysql and cdb authentication

2000-09-05 Thread Ken Jones
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

Re: .qmail-default (Pls help!!)

2000-09-05 Thread Daniel Augusto Fernandes
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

RE: mysql and cdb authentication

2000-09-05 Thread Greg Kopp
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

RE: mysql and cdb authentication

2000-09-05 Thread Greg Kopp
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

morercpthosts being eaten

2000-09-05 Thread Joel Michael
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

Re: morercpthosts being eaten

2000-09-05 Thread Ken Jones
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.

Re: morercpthosts being eaten

2000-09-05 Thread Joel Michael
- 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

AW: .qmail-default Problem

2000-09-05 Thread Gologan, Andrei
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