[vchkpw] Can not delete mailing list subscriber via QmailAdmin

2003-02-25 Thread Erik Murray
Hello,

I have a subscriber who is to be banned from a usersgroup, but I am not able to delete 
them using the Qmail Admin. I've tried going to delete and putting in the email 
address and I've tried going to the subscribers list and clicking delete user.


Erik T Murray

eInformation Manager
Ferro Color  Glass Performance Materials
http://www.ferro.com/our+products/glass/
[EMAIL PROTECTED]

Manager of Information Technology
Ferro Graphics Inc
http://www.ferrographicsinc.com
[EMAIL PROTECTED] 



RE: [vchkpw] Performance testing

2003-01-16 Thread erik

SMPOP is a really nice script for simulating POP users:
http://www.pfy.nl/smpop/

--
Erik

-Original Message-
From: CoyoteTM [mailto:[EMAIL PROTECTED]] 
Sent: 16. januar 2003 17:16
To: [EMAIL PROTECTED]
Subject: [vchkpw] Performance testing


Please feed me with information !! How can I test the performance, of my
qmail vpopmail tcpserver install ?

Is there any kind of script for this ? What is the way it is usually
done ?

CoyoteTM





[vchkpw] tcpserver won't die when started with the -D flag

2003-01-15 Thread erik
Hello all,

I have a strange problem with tcpserver and the pop3 daemon.

The short story:
When I start the pop3 daemon through tcpserver with the -D flag the daemon
refuses to die when I run svc -d /service/qmail-pop3d. Without the -D, the
pop3 server is extremely slow and is serving only 3-4 messages per second.

The long story:
tcpserver refuses to die using svc -d /service/qmail-pop3d when the startup
script looks like this:

#!/bin/sh

tcpserver -H -R -D -lmail.yourplana.com 0 pop3 \
/var/qmail/bin/qmail-popup mail.yourplana.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21

If I try to start the pop3 daemon again with svc -u /service/qmail-pop3d I
get the well known tcpserver: fatal: unable to bind: address already used
error message. To kill the tcpserver I have to run 'lsof | grep tcpserver'
and then kill the pid of the tcpserver -OR- just 'killall tcpserver'. Then I
can start the pop3 daemon through tcpserver again.

When I'm using this startup script I' having no start/stop problems, but the
pop3 daemon is terribly slow and hands out only 3-4 messages to the client
per second:

#!/bin/sh

tcpserver -H -R -lmail.yourplana.com 0 pop3 \
/var/qmail/bin/qmail-popup mail.yourplana.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21

Please note that the only thing changed here is the tcpserver startup flags.
The first startup script has the extra -D and won't die, the second one is
without the -D flag and is terribly slow but dies nicely.

All the -D flag does is telling the tcpserver not to delay sending data, so
I can't imagine why it becomes a problem when stopping the tcpserver.

Any ideas?

Thanks,

--
Erik





[vchkpw] vconvert - cdb to MySQL problem

2003-01-08 Thread erik



Hello everyone,I'm trying to convert several virtual domains using 
cdb (mostly encrypted passwords) into MySQL as I'm moving all domains to a new 
mail server using MySQL authentication.
I use vpopmail 5.2.1. vpopmail is configured to use the database "vpopmail" 
and user "vpopmail" in the vmysql.h configuration file.The problem is 
that when I run "vconvert -c -m yourplana.com" nothing really happens with the 
vpopmail database. Everything seems to be ok and vconvert returns "converting 
yourplana.com done".But, there's no additional table(s) added in the 
database "vpopmail":mysql show 
tables;++| Tables_in_vpopmail 
|++| vpopmail |++And 
there's nothing in the vpopmail table:mysql select * from 
vpopmail;Empty set (0.00 sec)If I add a domain using ./vadddomain 
yourplana222.com the postmaster user is created in the vpopmail table and it 
also creates two new tables called "dir_control" and "lastauth". I have tried to 
run vconvert for yourplana.com again, but that doesn't help either.I 
have tried to run ./vconvert -c -m without specifying a domain name. Vconvert 
then runs through the entire list of domains in /home/vpopmail/domains and 
actually deletes the yourplana222.com domain I created a few minutes ago(!) The 
vpopmail table is now empty again. (At least this rules out any database 
connection problems.)Doesn't vconvert support encrypted passwords in the 
vpasswd.cdb file, or are something wrong with my intallation?I have 
configured vpopmail with the following 
options:--enable-mysql-logging=y--enable-logging=y--enable-auth-logging=y--enable-roaming-users=y--enable-mysql=yAny 
suggestions are very much appreciated.Thanks,--Erik



[vchkpw] Mail not being delivered to list on main domain from alias

2002-12-04 Thread Erik Murray
Hello,

I am struggling to get my mailing lists to work correctly. I am on the following 
versions.

Qmail   1.03
Qmailadmin  1.0.6
Vpopmail5.21
ezmlm   0.53

I have the main domain set up like mail.domain.com and I have used the vaddaliasdomain 
to point domain1.com and domain2.com, etc to mail.domain.com.

Email sent to [EMAIL PROTECTED] gets to the account at [EMAIL PROTECTED] just fine.

I have lists set up like [EMAIL PROTECTED] delivers to [EMAIL PROTECTED] and 
[EMAIL PROTECTED]

The problem is that email sent to [EMAIL PROTECTED] gets rejected instead of being 
delivered to the [EMAIL PROTECTED]

The error that comes back to the sender is

[EMAIL PROTECTED]:
ezmlm-reject: fatal: List address must be in To: or Cc: (#5.7.0)

I have inquired several times on the ezmlm users group without any response. Is there 
a way to make vpopmail carry the originating sendto address across to the ezmlm list 
in the To: portion so that it can be handled correctly at the [EMAIL PROTECTED] 
point?


Erik T Murray

eInformation Manager
Ferro Color  Glass Performance Materials
http://www.ferro.com/our+products/glass/
[EMAIL PROTECTED]

Manager of Information Technology
Ferro Graphics Inc
http://www.ferrographicsinc.com
[EMAIL PROTECTED]