RE: vsql_getpw: failed select (updated)

2001-06-26 Thread Kieran Barnes
Thanks for patch Daniel. Couldn't get it to play, so I edited vmysql.c manually, but it I broke. heh. Although I got the blighter write(3, "L\0\0\0\3select pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell from ", 80) = 80 read(3, "9\0\0\1", 4) = 4 read(3, "\37

RE: support? Second try

2001-06-26 Thread Kieran Barnes
I'd check that ezmlm-idx is installed and working correctly. Try using the command line programs (www.ezmlm.org for documentation) -- Regards, Kieran Barnes Signum 1226 Ltd Visit our website at http://www.1226.net Phone: 01772 622889 || Fax: 01772 622558 > -Original Message- > From: K

vipmap and courier-imap

2001-06-26 Thread Gianni
Hi all, I'm trying the vipmap feature of vpopmail in my test machine. I compile vpopmail using --enable-ip-alias-domains=y and used vipmap to map my ips I can pop my mail using only "user" and not user@domain. OK!!! The problem comes if I try to connect using courier-imap. Here I MUST use

turnmail with vpopmail

2001-06-26 Thread Gernot Hueber
Hi! I am not very familiar with qmail/vpopmail but I want to use turnmail with my qmail/vpopmail configuration. First of all I give you details of the configuration. I have created a virtual domain mydomain.com which I want to turnmail: I created a default user named [EMAIL PROTECTED] and chang

Re: Relay problems

2001-06-26 Thread Paul - Zenith Tech Inc
Ken, Thanks for the email. However I have followed the instructions in the FAQ and the tcp.smtp file is not updated when people use POP to authenticate. Thanks, Paul - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]> Sent: Tuesda

RE: Relay problems

2001-06-26 Thread Chris Bolt
If you compiled with --enable-roaming-users=y, change the -x option of tcpserver to point to ~vpopmail/etc/tcp.smtp.cdb > Ken, > > Thanks for the email. > However I have followed the instructions in the FAQ and the > tcp.smtp file is > not updated when people use POP to authenticate. > > Thanks,

Re: Relay problems

2001-06-26 Thread Paul - Zenith Tech Inc
Chris, The part of the run file you refer to looks like /usr/local/bin/tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb Looks fine to me? When people authorize, it does not update the tcp.smtp file Thanks, Paul - Original Message - From: "Chris Bolt" <[EMAIL PROTECTED]> To: <[EMAIL P

auto user creation scripts

2001-06-26 Thread hari_bhr
hi   i have radius server and qmail server. iam using servlet crated user in radius, is nay one have script to auto create user both in Radius server database and qmail server both are running in different servers, applications are running in different server.   thanks

Re: Relay problems

2001-06-26 Thread Jonas Pasche
hi paul, >The part of the run file you refer to looks like >/usr/local/bin/tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb > >Looks fine to me? > >When people authorize, it does not update the tcp.smtp file it updates the open-smtp file (that normally lives in ~vpopmail/etc/). it does _not_

Re: Support?

2001-06-26 Thread KEnet Webmaster
Im looking at the 4.10 version of vpopmail. What is mysql replication? Does that mean that it uses the vpasswd file, but replicates the info to mysql, or does it mean that it just makes more than one mysql table? - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: "KEnet Web

Re: Relay problems

2001-06-26 Thread Paul - Zenith Tech Inc
Hi Jonas, Even though I have checked mail on the server successfully, the open-smtp file is not updated Paul - Original Message - From: "Jonas Pasche" <[EMAIL PROTECTED]> To: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 1:18 PM Subje

Re: Relay problems

2001-06-26 Thread Jonas Pasche
hi paul, can you please provide your ./configure line for vpopmail to the list? bye, jonas At 14:22 26.06.01, Paul - Zenith Tech Inc wrote: >Hi Jonas, > >Even though I have checked mail on the server successfully, the open-smtp >file is not updated > >Paul > > >- Original Message - >Fr

Re: Relay problems

2001-06-26 Thread Paul - Zenith Tech Inc
It's just a basic ./configure --enable-roaming-users=y It's version 4.9.10, if thats any use to you. Many Thanks, Paul - Original Message - From: "Jonas Pasche" <[EMAIL PROTECTED]> To: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 1:2

Re: Relay problems

2001-06-26 Thread Jonas Pasche
hi paul, >It's just a basic > >./configure --enable-roaming-users=y please add at least the following (make; make install-strip): --enable-logging=y (don't know if this is the default) --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp check if your tcp.smtp file is in ~vpopmail, not in /etc

Re: Support?

2001-06-26 Thread KEnet Webmaster
Ok, In installing v 4.10 I have run into the same problem as the other guy. When trying to use one of the bin files to add/del a domain, I get Error: Unable to chdir to vpopmail/domains/domain directory I have not been able to find where the dir is specified.

Outlook Express

2001-06-26 Thread Ed Henderson
Occasionally some of my customers while using Outlook Express will get a dialog box popup asking them to re-enter their password (which was saved and stored previously) as if they have stored a bad password. By just clicking the OK button they are then able to get their mail. syslog shows no

Contiuing

2001-06-26 Thread KEnet Webmaster
Ok... Summary so far OS: SuSe Linux 7.0 Kernel 2.2.18smp Distr vpopmail 4.9.10 Installs fine, config line is ./configure --enable-roaming-users=y --enable-relay-clear-minutes=20 --enabl e-clear-passwd=n --enable-tcprules-prog=/usr/local/bin/tcprules --enable-cle ar-passwd=y --enable-auth-log

RE: Support?

2001-06-26 Thread Kieran Barnes
It means that you have more than one mysql in action that are exact copies of each others. It works in a master -> slave format. Where a master can have many slaves. If the master goes down, the slave(s) take over, resulting in no down time. Have a read of http://www.mysql.com/doc/R/e/Replicati

RE: vpopmail filtering

2001-06-26 Thread Tim Hunter
Its not that I have not been successful getting vpopmail to work with maildrop but more along the lines that there is no good way to do this sitewide or with the inter7 tools. If I make an alias for myself using qmailadmin let just say its .qmail-myself it will contain ./thunter/Maildir/ therefor

Re: mysqlreplication

2001-06-26 Thread Ken Jones
KEnet Webmaster wrote: > > Im looking at the 4.10 version of vpopmail. What is mysql replication? > Does that mean that it uses the vpasswd file, but replicates the info to > mysql, or does it mean that it just makes more than one mysql table? It means it uses mysql's new replication features.

Re: Contiuing

2001-06-26 Thread Ken Jones
What is the full path to your qmail-newu qmail-newmrh qmail-inject and tcprules programs? Ken Jones KEnet Webmaster wrote: > > Ok... Summary so far > > OS: SuSe Linux 7.0 Kernel 2.2.18smp > > Distr vpopmail 4.9.10 > > Installs fine, config line is > > ./configure --enable-roaming-users

uninstalling vpopmail

2001-06-26 Thread Jonathan Edwards
I installed vpopmail for the first time and found everything to be working correctly, but realized that I wanted it installed at a different place on our server so I simply reinstalled it to the new location. However, now it does not work. When I try to 'vadddomain', I get: 'Error: Unable to chdir

Re: uninstalling vpopmail

2001-06-26 Thread Ken Jones
Jonathan Edwards wrote: > > I installed vpopmail for the first time and found everything to be working > correctly, but realized that I wanted it installed at a different place on > our server so I simply reinstalled it to the new location. However, now it > does not work. When I try to 'vadddoma

Re: uninstalling vpopmail

2001-06-26 Thread Juergen Hoffmann
Check the Home Directory of the vpopmailuser. kind regards Juergen Hoffmann Am 26 Jun 2001 08:00:21 -0600 schrieb Jonathan Edwards: > I installed vpopmail for the first time and found everything to be working > correctly, but realized that I wanted it installed at a different place on > our ser

Re: uninstalling vpopmail

2001-06-26 Thread Jonathan Edwards
Which FAQ list are you refering to? The FAQ list I have from version 4.9.10 has only 28 items listed, none mentioning uninstalling vpopmail. Furthermore, I do not think that by simply removing the vpopmail user and vchkpw group will remove all files related to vpopmail, allowing for a clean re-in

Re: uninstalling vpopmail

2001-06-26 Thread Jonathan Edwards
found the answer to my question. In case anyone wants to know, this works: make distclean ./configure [options] make make install-strip - Original Message - From: "Juergen Hoffmann" <[EMAIL PROTECTED]> To: "Jonathan Edwards" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, Jun

Re: uninstalling vpopmail

2001-06-26 Thread Ken Jones
That doesn't uninstall it. That cleans the source code ready to be just like you untarr'd it. It cleans it to be ready to be distributed in a tar ball. Ready to be configured again. Ken Jones "picky picky" Jonathan Edwards wrote: > > found the answer to my question. > In case anyone wants to k

Re: uninstalling vpopmail

2001-06-26 Thread Dushyanth Harinath
Hi, > Which FAQ list are you refering to? The FAQ list I have from version > 4.9.10 has only 28 items listed, none mentioning uninstalling vpopmail. I think that is supposed to be a new FAQ entry :) > Furthermore, I do not think that by simply removing the vpopmail user > and vchkpw group will

Load balanced servers. IE. round-robin DNS

2001-06-26 Thread chris
Hello all,   Now that I've got all my compile problems taken care of, I'm ready to complete the "big picture."   I would like to have (2) servers with qmail/vpopmail sharing the domains dir across NFS to a central server.  That server also has the mysql server running on it.  The point of thi

Re: vsql_getpw: failed select (updated)

2001-06-26 Thread alexus
i get this su-2.05# patch < ../vmysql-select-error.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |--- vmysql.c~ Fri Jun 15 07:37:35 2001 |+++ vmysql.c Mon Jun 25 18:06:51 2001 -- Patching file vmysql.c using

RE: vpopmail filtering

2001-06-26 Thread Ron Guerin
Tim Hunter wrote: > The thing I liked about the filter option in vpopmail is that it would look > for a .vpopfilter file in my virtual home dir and then follow the delivery > instructions there. I also liked that it worked its way down to your home directory. First it applied rules for the entire

Re: vpopmail filtering

2001-06-26 Thread alexus
and i can't get it to work:( can you guys explain me how you got yours to work?:) please? - Original Message - From: "Ron Guerin" <[EMAIL PROTECTED]> To: "Tim Hunter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 4:27 PM Subject: RE: vpopmail filtering > Tim Hun

funny source code.

2001-06-26 Thread chris
Excerpt from replacement "preauthvchkpw.c" What's up with this??? :) ... *s++=0; while ((t=strchr(s, '/')) != 0) *t='.'; /* Fuck you */ } ... Chris Bunnell

Re: funny source code.

2001-06-26 Thread Bill Shupp
on 6/26/01 4:12 PM, chris at [EMAIL PROTECTED] spake: > Excerpt from replacement "preauthvchkpw.c" > > What's up with this??? :) > > > ... > *s++=0; > while ((t=strchr(s, '/')) != 0) > *t='.'; /* Fuck you */ > } > ... The courier-imap author put that in there. There was a thread on this r

Re: vsql_getpw: failed select (updated)

2001-06-26 Thread Daniel Biddle
On Tue, 26 Jun 2001, alexus wrote: > i get this > > su-2.05# patch < ../vmysql-select-error.patch > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -- > |--- vmysql.c~ Fri Jun 15 07:37:35 2001 > |+++ vmysql.c Mon Jun 25 18:06:51 2001 > -

Re: Load balanced servers. IE. round-robin DNS

2001-06-26 Thread Sean C Truman
Chris   /var/qmail/control needs to be the same. /var/qmail/users needs to be the same.   If both machine have the same os and processors then I would just share out the vpopmail directory and run it from both machines off the share, That way when you upgrade vpopmail it upgrades both machin

RE: vsql_getpw: failed select (updated)

2001-06-26 Thread Daniel Biddle
On Tue, 26 Jun 2001, Kieran Barnes wrote: > Thanks for patch Daniel. Couldn't get it to play, so I edited vmysql.c > manually, but it I broke. heh. Looking back through my mailbox, I found that you're using 4.9.10, whereas my patch was for 4.10.24. I've attached a patch for 4.9.10 to my reply to

users with no domain problem fixed?

2001-06-26 Thread Iain
Hi, I noticed that in the changelog there is the following entry: 06/05/01 - Fix vadduser user for users with no domain Does this mean that the users with no domain will now authenticate with POP? Is there a patch available to fix this on the stable version (4.9.9 or 4.9.10)? thanks, Iain. --

Re: uninstalling vpopmail

2001-06-26 Thread Agus Basyari
If you use the same source directory of vpopmail distro, then u will get this problem.'Cos the old cdb and config.ini and all extention .o like vpopmail.o is containing your old system in old location. So if u will install vpopmail again with new configuration, u have to make distclean It will

User over quota message

2001-06-26 Thread chris
Hello all, I've read the archive about this subject already, but still don't have a clear answer. I have hardquota set. I tested it and it worked correctly by bouncing a message > 1K back to the sender, while still allowing <1K messages to be delivered. What I haven't figured out is how to gen

User over quota message

2001-06-26 Thread chris
Hello all, I've read the archive about this subject already, but still don't have a clear answer. I have hardquota set. I tested it and it worked correctly by bouncing a message > 1K back to the sender, while still allowing <1K messages to be delivered. What I haven't figured out is how to gen

SMTP problem

2001-06-26 Thread dkwok
Just lately I can see a lot of smtp error from the maillog.   Jun 27 15:04:18 rat qmail: 993618258.266703 end msg 201631Jun 27 15:07:15 rat qmail: 993618435.241489 starting delivery 9199: msg 201646 to remote [EMAIL PROTECTED]Jun 27 15:07:15 rat qmail: 993618435.243444 status: local 0/10 rem

Re: User over quota message

2001-06-26 Thread Agus Basyari
Yeah , i add some tag in vpopmail's source code. To generate a message like warning massage if the quotas are more than 80% and 90%, I used like sqwebmail's way to generate massages. This tag will copy a file to "NEW" directory.The file like an email, have a subject,body message, form etc (if on s