[BUG]: sstrncmp

2000-09-16 Thread Ondrej Sury
Is sstrncmp function meant to replace system call to strncmp??? ie. compare first n characters??? It could never work as it should. Try this: char *foo = "foo"; char *bar = "fooo"; sstrncmp(foo, bar, strlen(foo)); This should return 0, because first three characters are same, but it does retur

concurrent problem

2000-09-16 Thread Mustafa Han
hello sir. I want to use the vpopmail program in my system. and also I want to use sqwebmail (web base interface) but I have an problem that I can not solved. if 2 or more person want to change their passwd. at the same time., the deamons can locked the relevant file or files? if not; maybe the

VADDUSER IS SLOW FOR 50,000 USERS

2000-09-16 Thread tigrepop
URGENT HELP Dears Friends I'm very worried, I use ./vadduser for add 600 users in a day I have a file with users and passwords michaelPODMDLK george JLKSDJD jimenezPIOJIOU . and I use this script: #!/usr/local/bin/perl $fileusu = '/usr/usu_passwd.txt'; open(USU, "$fileusu");

ezmlm lists on a virtual domain

2000-09-16 Thread duncan
I am switching to a new domain name. I would like to switch olddomain.com to a virtualdomain. However, there is a mailing list hosted as [EMAIL PROTECTED] I would like people to be able to post to this list at [EMAIL PROTECTED] or [EMAIL PROTECTED] What is the best way to go about this? Right

RE: ezmlm response

2000-09-16 Thread Mustafa Han
hello, I install vpopmail and configure it. (on tru64 unix.) it works. but I can not login using pop-3 . I check all teh passwd and cdb files, and I can n ot find any problem. I try many other users to login it ,but I cannot to succeed in. what is the problem??

vpopmail 3.4.11-2-released v.s. 4.9

2000-09-16 Thread Jan Knepper
Hi, Running: FreeBSD 4.0, qmail 1.03 As of today I realized that qmail/vpopmail was not delivering e-mail anymore to any of the local virtual domains. Neither was I able to "pop" e-mail from the local virtual domains anymore. This was kinda a strange experience because all of this used to work g

Authorization ALWAYS fails!

2000-09-16 Thread Joshua Hansen
I'm sure my problem is something stupid... but nonetheless I have been messing and reading for 2 days and am about to go insane. First off I'm using the latest qmail with the latest tcpserver on a Slackware 7.1 Linux box. Qmail is working just fine under tcp server and my /etc/passwd email acc

Re: Authorization ALWAYS fails!

2000-09-16 Thread Jan Knepper
> That was two days ago. No matter what I entered I cannot pop in. I > ALWAYS get ERR Authorization Failed. First I tried the normal > "test%virtual.domain". Nothing. I then followed the directions in the > admin guide and made a symlink from the domain to "users" and tried > "test" by itself to l

Re: Authorization ALWAYS fails!

2000-09-16 Thread Joshua Hansen
> Should like you have not installed a 'popper' the proper way. > There is a script somewhere in the installscripts that tells you how to do > it. > Once you start the popper that way, preferable of course via tcpwrapper > you should be able to pop the e-mail. You however have to make sure that

kill: no such process during vadddomain

2000-09-16 Thread Alec Grynspan
First item: For some reason when I use vadddomain to add a domain, I get the message kill: no such process and the entry doesn't work. I eventually end up rebooting!! Note: this is a new setup that is only used as an internal send daemon until I get this problem fixed. Second item: My

Re: Authorization ALWAYS fails!

2000-09-16 Thread Jan Knepper
Joshua Hansen wrote: > I'm not sure what you mean. The popper (that is vchkpw itself, right?) As far as I know vchkpw just validates the userid+passwd. > is running as root at the moment because it has to have access to the > /etc/passwd file. Here is the chunk of my startup script that starts

Re: Authorization ALWAYS fails!

2000-09-16 Thread Joshua Hansen
> Looks normal to me. > Are you using a "Maildir" setup? > Also, is the port in /etc/services pop3 or pop-3? Yeah, Maildir is setup and working just fine with the standard Qmail install. It's pop3... I checked that too. Mainly because the documentation said "pop-3" and I knew that wasn't my co