[vchkpw] [SPAM] authdaemond: Installing libauthvchkpw file not found

2012-12-28 Thread Brad
I am using gentoo and installed netqmail from portage.

My mysql database is created and all of the vpopmail stuff inside but in
'no' way does vpopmail appear to be communicating with mysql

Ssl connection attempt  -  http://pastie.org/5590945

Packet scan  - http://tinypic.com/r/3483oki/6
authdaemondrc - http://bpaste.net/show/66987/

 

And since authvchkpw is not even mentioned here:

# The authentication modules that are linked into authdaemond.  The

# default list is installed.  You may selectively disable modules simply

# by removing them from the following list.  The available modules you

# can use are: authuserdb authpam authshadow authmysql authcustom authpipe

 

I have to assume there is a use flag or something missing.

 

I have never seen this software work for anyone and this is my 3rd attempt
since 2007.
Would love to see it working just once.

 

 



!DSPAM:50de108434141222795255!


Re: [vchkpw] Re: Create account with SQL query

2005-02-18 Thread Brad Pinkston
I'm still a newbie with PHP, but I would be willing to help contribute 
to a web interface to Vpopmail using PHP.  I've created a squirrelmail 
plugin to add DOB, crypted SSN, and secret question to the vpopmail user 
record to use with another interface to reset passwords.  It's been 
pretty successful.

So, if anyone else is inclined to use/develop PHP for a Qmailadmin 
replacement let me know and we can work together on a portable version.

Brad Pinkston
Firewall/Network Administrator
Check Point CCSA
Centenary College of LA
(318) 869-5721
[EMAIL PROTECTED]

Jonathan Shaw wrote:
Brad Pinkston writes:
I tried to reopen this old thread.  Quick question about creating 
accounts with SQL queries.  If you can create accounts using a PHP, 
PERL interface by using SQL queries, then it would be assumed that 
you will also remove accounts using this method.  By removing a 
user's record will vpopmail somehow automagically remove the maildir 
for the user at some time, or does any custom interface need to take 
into account the need to clean up the filesystem?
AFAIK, using SQL to remove a user will NOT remove the underlying 
filesystem info for that user.  You will need to handle that.  There 
has been some work on a vpopmail daemon (vpopmaild) with a php 
interface, that would delete a user just as if you did it via the 
command-line utilities.

Thanks in advance.

-np
Jonathan Shaw
[EMAIL PROTECTED]


[vchkpw] Create account with SQL query

2005-02-17 Thread Brad Pinkston
I tried to reopen this old thread.  Quick question about creating 
accounts with SQL queries.  If you can create accounts using a PHP, PERL 
interface by using SQL queries, then it would be assumed that you will 
also remove accounts using this method.  By removing a user's record 
will vpopmail somehow automagically remove the maildir for the user at 
some time, or does any custom interface need to take into account the 
need to clean up the filesystem?

Thanks in advance.
--
Brad Pinkston
Firewall/Network Administrator
Check Point CCSA
Centenary College of LA
(318) 869-5721
[EMAIL PROTECTED]


[vchkpw] Quota issue on automatic move

2004-12-15 Thread Brad Pinkston



I'm a newbie, so I appreciate the responses if 
this is an easy fix. A few clients(college students)are using 
filters in squirrelmail to automatically move spam tagged messages from INBOX to 
a SPAM folder on login. These users will wait for their quota to be 95% 
before cleaning anything out, and if they have this auto move set up when they 
try to login Courier won't allow the move. I apologize if this should be 
addresses on a Courier board, but I was wondering if I could get a quick opinion 
on a fix.
Brad 
PinkstonFirewall/Network AdministratorCheckpoint CCSACentenary 
College of LA(318) 869-5721[EMAIL PROTECTED]


Re: [vchkpw] mailfilter problem

2004-11-22 Thread Brad Pinkston
What exactly is in your .qmail-default file?  How are you doing spamassassin 
prefs?  Is it site-wide?

Brad Pinkston
Firewall/Network Administrator
Checkpoint CCSA
Centenary College of LA
(318) 869-5721
[EMAIL PROTECTED]
- Original Message - 
From: Nitchi DaMon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 22, 2004 12:23 AM
Subject: [vchkpw] mailfilter problem


Greetings and salutations to all.
I have qmail with vpopmail 5.4.7 installed and its
great! I have it inter-twined with spamassassin for
stopping spam, but I want to stop deleting all
messages and put them into individual folders for the
users to look at/remove at thier leisure (or 7 days
later wipe the folder for them winks)
I see all the scripts and have installed and played
with most of them.
I have the  .qmail-default set up in the domain
directory that I am testing before I make it live on
the bigger domain, and its set up just like all the
samples and references say to.
I have the standard mailfilter file with the right
permissions and all and every thing looks great,
located in the domains/testdomain/  folder.
One problem.  No matter what I do,  $EXT  *always*
returns   devnull   as the user.
$HOST returns the correct information and the ENV
dumped to a file shows it as such.
I've double checked this via dumping the ENV to a file
and yupp, the EXT environment variable IS  devnull.
According to the Changelog for vpopmail-5.4.7, it says
that this problem was fixed  to now correctly set the
$EXT
can someone point me in a direction as to what to look
for?   I'm using RH 9 and its been great until I
started to try and get this option running.
thanks in advance!
Nitch
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 



[vchkpw] Create account with SQL query

2004-11-05 Thread Brad Pinkston



Can an account be created by inserting username and 
crypted password directly into the database? Basically, will vpopmail 
create the pw_dir field entry, then set and create the actual directory 
according to the directory structure? 

We'd like to create a custom user management 
interface without having to do command line calls if possible.
Brad PinkstonFirewall/Network 
AdministratorCheckpoint CCSACentenary College of LA(318) 
869-5721[EMAIL PROTECTED]


[vchkpw] vpopmail 5.4.x + SMTP AUTH + TLS

2004-04-03 Thread Brad Davis
Hi,

Can someone merge the SMTP AUTH patch that is in the contrib directory with
a TLS patch such as this one for netqmail-1.05?

http://inoa.net/qmail-tls/netqmail-1.04-tls-20040120.patch



Regards,
Brad Davis




RE: [vchkpw] vpopmail 5.4.x + SMTP AUTH + TLS

2004-04-03 Thread Brad Davis
 Hi,

 Can someone merge the SMTP AUTH patch that is in the contrib directory
with
 a TLS patch such as this one for netqmail-1.05?

 http://inoa.net/qmail-tls/netqmail-1.04-tls-20040120.patch


Like this?
http://shupp.org/patches/netqmail-1.05-tls-smtpauth-20040207.patch

--
JKvalvaag

Awesome thanks!


Regards,
Brad



Re: [vchkpw] call for scripts/tools

2004-03-23 Thread Brad Davis
On Monday 22 March 2004 19:18, Charles Sprickman wrote:
 Hi,

 I'm finally settling in to a nice vpopmail install, and I'm trying to help
 our support staff deal with this wildly different system (the old
 mailserver was sendmail/uw-imap).  There were a number of shell scripts
 and whatnot on the old server to show things like what aliases from any
 hosted domain pointed to what accounts, mail usage reports, etc.

 Before I go nuts and re-invent the wheel, does anyone have anything that
 could either go in the contrib directory of the vpopmail distribution or
 perhaps somewhere on the sf.net site?

 Some handy things I have in mind:

 -alias mapper (something to show what aliases go where)
 -quota report (who is over quota at the moment, who's approaching quota)
 -.qmail checker (look for completely bogus/illegal .qmail files, verify
 that somewhere in each domain vdelivermail is called)
 -any log parsing tools that deal with vpopmail's mysql logging
 -any web tools beyond qmailadmin/vqadmin

 There's more, but I'm curious what people have and what you'd like to
 publically share.

Hi Charles,

I'd like to see what you find. Maybe we could have a repository of tools like 
these on sourceforge.


Regards,
Brad Davis


[vchkpw] Problem with vchkpw

2004-01-20 Thread Brad

I have a Debian (Woody) system and it is running shadow passwords.  I have
qmail installed and woking just fine.  I did a basic install (no config
options) for vpopmail.  Everything installed fin but when I change my
/etc/inetd.conf file to this pop3 stream tcp nowait root
/var/qmail/bin/qmail-popup qmail-popup email.byesville.net
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir (all one line)
I cannot authenticate any users on the system popping  mail or loggin gon to
a webbased email system.  What am I missing on the install for vpopmail.  I
shouldn't have to create a virtual domain for my local system and it should
authenticate properly like before.  Please corrrect me if I am wrong.  I
have created a virtual domain and two users on that domain and it still
doesn't work.

  What does this mean when I try and login:

email:/etc# /var/qmail/bin/qmail-popup qmail-popup email.byesville.net
/home/vpopmail/bin/vchkpw
+OK [EMAIL PROTECTED]
user bswest
+OK
pass **
-ERR authorization failed
email:/etc#

password is correct and user does exist on the system and is a virtual user
as well.

   Brad West
   Custom Technical Services
   740-439-5055





RE: [vchkpw] Question about roaming

2004-01-17 Thread Brad Davis
Andrea,

Running every minute or clearing the rules every 15 is probably a little
paranoid. You might want to look into SMTP AUTH so that you don't have to
worry about opening a relay. I set my open relay to 1 day due to people not
checking their email often enough to keep the relay open when they are
sending. If your going to keep the same setup you only need to run
clearopensmtp every 15 minutes or so. I don't think you will see any problem
running it every 15 minutes.




Regards,
Brad Davis

-Original Message-
From: Andrea Riela [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 17, 2004 7:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Question about roaming


Shane Chrisp wrote:
 I run 15 minutes for open relay and clearopensmtp every minute from
 crontab. 

I'm sorry, Shane, but I'm very tired and I don't understand.
--enable-relay-clear-minutes=15
*/1 *   *   *   *   /home/vpopmail/bin/clearopensmtp
21  /dev/null

?
Thanks
Andrea




[vchkpw] Vpopmail 5.3.29 - 5.3.30 vchkpw changes/SMTP AUTH Problem

2003-12-05 Thread Brad Davis
Hello,

I'm using qmail with the SMTP AUTH  TLS patch and it has been working fine,
until today. Today I upgraded from 5.3.29 to 5.3.30. Has anyone else noticed
a problem with this? The only change I now about to vchkpw was the fixing of
the roaming users support. Did this have negative affects on SMTP AUTH? My
POP3 authorizations are working fine.

This is what I see in my maillog:
Dec  5 22:57:30 h1 vpopmail[18073]: vchkpw-smtp: vpopmail user not found
[EMAIL PROTECTED]:24.8.51.x

My tcpserver line looks like this (its run under supervise):
tcpserver -v -x/usr/local/vpopmail/etc/tcp.smtp.cdb -u82 -g81 ip smtp
/var/qmail/bin/qmail-smtpd fqdn /usr/local/vpopmail/bin/vchkpw
/usr/bin/true 21


Any ideas would be appreciated.

Thanks,
Brad Davis




[vchkpw] RE: Vpopmail 5.3.29 - 5.3.30 vchkpw changes/SMTP AUTH Problem

2003-12-05 Thread Brad Davis
Whoops, my fault. I forgot to go back and:

chmod 4755 ~vpopmail/bin/vchkpw
chown root:wheel ~vpopmail/bin/vchkpw 

:)

Thanks,
Brad 

-Original Message-
From: Brad Davis
To: '[EMAIL PROTECTED]'
Sent: 12/5/2003 10:13 PM
Subject: Vpopmail 5.3.29 - 5.3.30 vchkpw changes/SMTP AUTH Problem

Hello,

I'm using qmail with the SMTP AUTH  TLS patch and it has been working
fine, until today. Today I upgraded from 5.3.29 to 5.3.30. Has anyone
else noticed a problem with this? The only change I now about to vchkpw
was the fixing of the roaming users support. Did this have negative
affects on SMTP AUTH? My POP3 authorizations are working fine.

This is what I see in my maillog:
Dec  5 22:57:30 h1 vpopmail[18073]: vchkpw-smtp: vpopmail user not found
[EMAIL PROTECTED]:24.8.51.x

My tcpserver line looks like this (its run under supervise):
tcpserver -v -x/usr/local/vpopmail/etc/tcp.smtp.cdb -u82 -g81 ip smtp
/var/qmail/bin/qmail-smtpd fqdn /usr/local/vpopmail/bin/vchkpw
/usr/bin/true 21


Any ideas would be appreciated.

Thanks,
Brad Davis




RE: [vchkpw] qmailadmin

2003-11-27 Thread Brad Hughes
Sorry!, I typed up that email pretty fast... here is some diagnosis data...

I ran configure with:
--enable-mysql=y  --enable-rebuild-tcpserver-file=n
--enable-defaultquota=1S,1C
-enable-roaming-users=y --enable-learn-passwords=y --enable-logging=p
--enable-domainquotas=y


   vpopmail 5.3.24
Current settings
---
vpopmail directory = /usr/local/vpopmail
   uid = 89
   gid = 89
  ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
rebuild tcpserver file = NO --enable-rebuild-tcpserver-file=n
 roaming users = ON  --enable-roaming-users=y
tcpserver file = /usr/local/vpopmail/etc/tcp.smtp
open_smtp file = /usr/local/vpopmail/etc/open-smtp
user quota = 1S,1C -enable-hardquota=1S,1C
 domain quotas = ON  --enable-domainquotas=y
   auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n (default)
table optimization = many domains --enable-many-domains=y (default)
  system passwords = OFF --enable-passwd=n (default)
  file locking = ON  --enable-file-locking=y (default)
 file sync = OFF --enable-file-sync=n disable vdelivermail fsync
 (default)
 make seekable = ON  --enable-make-seekable=y (default)
  auth logging = ON  --enable-auth-logging=y (default)
 mysql logging = OFF --enable-mysql-logging=n (default)
  clear passwd = ON  --enable-clear-passwd=y (default)
 users big dir = ON  --enable-users-big-dir=y (default)
 valias processing = OFF --enable-valias=n
  mysql limits = OFF --enable-mysql-limits=n (default)
pop syslog = show failure attempts with clear text password
 --enable-logging=p
  auth inc = -I/usr/local/include/mysql
  auth lib = -L/usr/local/lib/mysql  -lmysqlclient -lz

I'm running FreeBSD 5.1-RELEASE on an AMD 1800+/256mb ram/40gb Seagate hd...
Its also a webserver... 

qmailadmin IS:
/usr/local/www/koolscooby.net/mail/cgi-bin/qmailadmin/qmailadmin

Apache *IS* setup to use /usr/local/www/koolscooby.net/mail/cgi-bin/ as
mail.koolscooby.net's ScriptAlias... (I had to fix that first... I used to
have the problem that the images wouldn't show up on the qmailadmin page,
and nothing would work, its because I forgot to put my scriptalias in my
virtualdomain directive in apache :)
Thanks much!!!

Brad Hughes
_kS
btw... sorry on the last one, I had hit the wrong button (reply instead of
reply to all, so it didn't get sent out to the list)

-Original Message-
From: Juan Hernandez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 27, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] qmailadmin

You need to be more specific pal... what's your vpopmail configuration??
which options did you use with ./configure??

Juan

On Thu, 2003-11-27 at 12:41, Brad Hughes wrote:
 Hey again,
 
 I did a install of qmailadmin to my /cgi-bin/ directory, it does
 execute the executable and brings up the user/pass/domain box, I put
 in postmaster, my domain, and my password, but it says its invalid.
 I'm using a mysql backend for qmail if this matters. I also went into
 the db and checked the password, it is what I had originally typed in.
 thanks in advance
 
  
 
 Happy thanksgiving to everyone out there!
 
 :)
 
  
 
 Brad Hughes
 
 _kS
 
 







[vchkpw] vadddomain and vdeldomain problems

2003-11-25 Thread Brad Hughes








Hey
all,

I
recently installed vpopmail with mysql support, but somewhere along the line, I
messed up here is the problem:





[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vadddomain koolscooby.net xx

Error:
Domain already exists

[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vdeldomain koolscooby.net

Error:
Domain does not exist

[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$



Ive
completely rm rfd /usr/local/vpopmail and reinstalled (make
distclean  ./configure --with-mysql etc...),
the MySQL database vpopmail has _no_ tables in it, how can I completely wipe
out any vdomain databases to get rid of the above error? Do I have to remove
/usr/local/vpopmail and do something else as well?



Thanks
in advance,





Brad
Hughes

Koolscooby
at zoominternet dot net










RE: [vchkpw] Re: vadddomain and vdeldomain problems

2003-11-25 Thread Brad Hughes
Thanks much, I had talked to someone in #freebsdhelp on Efnet irc about 5
minutes before I checked my email again, and that helped :) 
Thanks much!!! :)

Brad Hughes


-Original Message-
From: Jonathan Shaw [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2003 8:51 PM
To: Brad Hughes
Cc: [EMAIL PROTECTED]
Subject: [vchkpw] Re: vadddomain and vdeldomain problems

Brad Hughes writes: 

 Hey all,
 I recently installed vpopmail with mysql support, but somewhere along the
 line, I messed up. here is the problem:
  
  
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vadddomain
koolscooby.net
 xx
 Error: Domain already exists
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vdeldomain
koolscooby.net
 Error: Domain does not exist
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$
  
 I've completely rm -rf'd /usr/local/vpopmail and reinstalled (make
distclean
  ./configure --with-mysql etc...), the MySQL database vpopmail has _no_
 tables in it, how can I completely wipe out any vdomain databases to get
rid
 of the above error? Do I have to remove /usr/local/vpopmail and do
something
 else as well?
  
 Thanks in advance,
  
  
 Brad Hughes
 Koolscooby at zoominternet dot net
  
 

 


I had this problem and forgot 2 things when I compiled. 


1.  I had to run vconvert -c -m 

2.  Didn't Include my database user info in vmysql.h. 

Hope this helps. 

Jonathan Shaw 








Re: [vchkpw] Re: autorespond on SourceForge

2003-09-24 Thread Brad Dameron

- Original Message - 
From: Tom Collins [EMAIL PROTECTED]


 On Friday, September 19, 2003, at 12:25  AM, Brad Dameron wrote:
  From: Jeremy Kitchen [EMAIL PROTECTED]
  at the time I didn't realize there was a sourceforge project for
  autorespond, I thought we were maintaining that package.  check
  http://qmailadmin.sf.net and post your patch/bug report there :)
 
  This is the first time I have heard of it being on sourceforge as
  well. Was
  anyone asked about this?

 That's me, overreaching my bounds again.

 Oden Eriksson had built a 2.0.4 release that included the security fix.
   The inter7.com site still had 2.0.2 up, and I wanted to make some
 changes to the exit codes so I could safely use it on a recent trip
 (hiking in the Grand Canyon).

 I jumped to the conclusion that Inter7 wasn't actively maintaining it
 and I decided to add it to the qmailadmin project on SourceForge.  I
 also put it in CVS there.  I altered it heavily to suit the needs of a
 vacation responder.

 While hiking, I had a lot of time to think, and came to many of the
 conclusions that Jeremy did on the vchkpw list while I was away.  That
 we essentially need two different programs -- one to act as an
 autoresponder for mail robots, and one to act as a vacation responder
 for POP/IMAP mailboxes.

Please give me more details on what you guys want added, etc. Since the two
functions are really the same it would be easiest just to add some extra
options to the code. And a sourceforge project is fine. Just was curious how
it got there. And whomever added the patch's can take over maintaining it
there and I can give them some updates or he can code. I have been very busy
with work so my extra time has gone to sleeping.


 It could easily be the same program with different command-line options.

 If Inter7 is maintaining it, I can drop it from the QmailAdmin project.
   Or, you could set it up on SF as it's own project.  Or, we can leave
 it there.  I don't really care.

 I would like to see someone else spend some time working on it so I can
 trust it with my email account.  Jeremy, I've added you to the
 QmailAdmin SF project so you can access the CVS repository.  If you
 want, you can start from the original upload (2.0.4) and ignore all of
 my changes, and submit your changes to the repository.

 If it's going to continue to be a part of the QmailAdmin project, I'll
 add Brad as well.


Not sure if Inter7 is going to keep handling the dev. What is the story with
vpopmail and qmailadmin? Sourceforge is a great place. Use it almost daily.

Thanks,
Brad




Re: [vchkpw] Find out how vpopmail was compiled

2003-09-22 Thread Brad
 I need to figure out how vpopmail was compiled on an existing machine,
 in other words: I need to know which options were used with
 ../configure

You should be able to find this informaton in the config.status file located
in the source from which you compiled...

Brad




Re: [vchkpw] vqAdmin

2003-09-19 Thread Brad Dameron
This is the first time I have heard of it being on sourceforge as well. Was
anyone asked about this?

Brad Dameron
www.gammanetworking.com

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]

 at the time I didn't realize there was a sourceforge project for
 autorespond, I thought we were maintaining that package.  check
 http://qmailadmin.sf.net and post your patch/bug report there :)

 -Jeremy

 -- 
 Jeremy Kitchen
 Systems Administrator




Re: [vchkpw] vqAdmin

2003-09-18 Thread Brad Dameron
Ken,

Thanks for the offer. I appreciate the thought. I am currently overwhelmed
with my work load right now. The new company I work for is adding 10 to 15
new machines a month. I just wrote a replacement in PHP for now. Wish I had
time to help. As it is I haven't had any time to upgrade the autoresponder
with MySQL support like I wanted. Almost have to hire someone to do some
work for me. hehe

Brad Dameron
www.gammanetworking.com


- Original Message - 
From: Ken Jones [EMAIL PROTECTED]


 On Tuesday 16 September 2003 10:01 pm, Brad Dameron wrote:
  Anyone here know what is going on with vqadmin? There is a major issue
with
  the 2.3.5 that can easily wipe out control files. Have not tested
previous
  versions. I wrote on the list but noone has answered in days.
 
  Thanks,
  Brad

 I'm working on getting the source forge project up and running.

 Brad, care to help out as an admin or a developer for awhile?

 Ken Jones







Re: [vchkpw] vqAdmin

2003-09-18 Thread Brad Dameron

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]


 might want to grab my patch for autoresponder so it functions properly
 with mailing lists ;)

 I'm going to be implementing it and tossing it up on the inter7 site
 probably today.

 -- 
 Jeremy Kitchen
 Systems Administrator
 .

Jeremy,

There is also a patch that should be added that blocks a so called possible
buffer overflow in autoresponder. This was not proven to actually be
exploitable but it could in some god unknown circumstance. I don't currently
have a link to it and my e-mail was cleaned recently. I'll try to get it and
we can figure out what needs to be done.

Brad Dameron
www.gammanetworking.com




[vchkpw] vqAdmin

2003-09-16 Thread Brad Dameron
Anyone here know what is going on with vqadmin? There is a major issue with
the 2.3.5 that can easily wipe out control files. Have not tested previous
versions. I wrote on the list but noone has answered in days.

Thanks,
Brad




Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Brad Dameron
Title: Message




Speaking of this patch. I think there is a 
potential of people being able to harvest e-mail accounts using a dictionary, 
etc. They can connect up and just validate e-mail addresses with this patch to 
determine if they are valid or not. This could be a spammers dream come true. I 
have seen this occur on sendmail servers.

Brad

  - Original Message - 
  From: 
  Shane 
  Chrisp 
  
  Tonino,
  
  Thanks for the reply. That has fixed the problem. Compiles now, 
  and it works still with
  the 
  mysql backend.
  
  cheers
  
  Shane
  




Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread Brad Dameron

- Original Message - 
From: [EMAIL PROTECTED]

 Just thinking out loud.

 The approach of tarpitting is to slow down the attacker without impacting
 your network or requiring additional resources on your end to deal with
 the cracker.  I *think* it does this by analyzing the volume of incoming
 SMTP requests from the same host.

 The approach of chkuser is to reduce the amount of incoming messages by
 denying unknown recipients before the message Data is transmitted.

 I would hate to see an expanded chkuser that requires extensive database
 activity to log/monitor/tarpit the username requests.  That's throwing
 more resources at a problem

 I think its entirely appropriate to respond VERY slowly to an unknown
 username request.  HOWEVER, if I suddenly have a shortage of SMTPD daemons
 because they are left open to service the chkuser tarpit, and that hurts
 my email service quality, then I haven't gained anything.  I would rather
 be fast at dumping chkuser denials and let them guess.

 I guess if there was a child daemon that could handle ALL of the chkuser
 tarpits (instead of keeping an SMTPD open) then we might have something
 really great.

 Sorry if I'm being too utopian, or too vague.  Just trying to contribute.
 D.

I thought on this whole ordeal for several hours and the best way I could
come up with is the following:

If so many invalid addresses in one connection then enter ip in tcpserver's
tcp.smtp file with a deny of IP. This will be removed every so many minutes
by a cron job. This way you could add a dely on how fast they could get the
addressess. Thi seems to be the least overhead way that I have come up with.
Any thoughts on this?

Brad




[vchkpw] Vpopmail and openbsd

2003-08-14 Thread Brad
Hi

I am trying to install vpomail on openbsd 3.3. I have installed many times
on various flavours of linux with no issue.

When issuing make I get the following error...

bash# make
make  all-recursive
Making all in cdb
gcc -I. -Icdb -g -O2 -Wall -c vdelivermail.c
vdelivermail.c: In function `date_header':
vdelivermail.c:1333: invalid operands to binary /
vdelivermail.c:1321: warning: `tz' might be used uninitialized in this
function
*** Error code 1

Stop in /usr/src/mail/vpopmail-5.3.23.
*** Error code 1

Stop in /usr/src/mail/vpopmail-5.3.23 (line 468 of Makefile).
*** Error code 1

Stop in /usr/src/mail/vpopmail-5.3.23 (line 596 of Makefile).

Is anyone able to shed sone light on this for me?

Regards

Brad

--




Re: [vchkpw] Vpopmail and openbsd

2003-08-10 Thread Brad
as a note, the stable version has compiled and works fine...

Brad

--
- Original Message - 
From: Brad [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 9:19 AM
Subject: [vchkpw] Vpopmail and openbsd


 Hi

 I am trying to install vpomail on openbsd 3.3. I have installed many times
 on various flavours of linux with no issue.

 When issuing make I get the following error...

 bash# make
 make  all-recursive
 Making all in cdb
 gcc -I. -Icdb -g -O2 -Wall -c vdelivermail.c
 vdelivermail.c: In function `date_header':
 vdelivermail.c:1333: invalid operands to binary /
 vdelivermail.c:1321: warning: `tz' might be used uninitialized in this
 function
 *** Error code 1

 Stop in /usr/src/mail/vpopmail-5.3.23.
 *** Error code 1

 Stop in /usr/src/mail/vpopmail-5.3.23 (line 468 of Makefile).
 *** Error code 1

 Stop in /usr/src/mail/vpopmail-5.3.23 (line 596 of Makefile).

 Is anyone able to shed sone light on this for me?

 Regards

 Brad

 --







Re: [vchkpw] Out of interest

2003-02-15 Thread Brad
Further to this, I understand all machines will be different with
hardware and software limitations... I am just wondering what would be
the max given the best system possible, and what has actually been done
in practice :)

Brad

On Sun, 2003-02-16 at 11:43, Brad wrote:
 Just a quick question... Can anyone tell me how many domains/users
 vpopmail can handle? Both theoretical and what has actually been tested?
 
 Thanks
 Brad
 
 
 
 
 






[vchkpw] Compile issues

2003-02-08 Thread Brad



Hi
I have previously installed on redhat without any 
issues. Now I am trying to install vpopmail on debian 3.0 .

I get the following error.

gcc -g -O2 -Wall -o vchkpw 
vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql -lmysqlclient -lz -lnsl 
-lcrypt -lm/usr/bin/ld: cannot find -lzcollect2: ld returned 1 exit 
statusmake[2]: *** [vchkpw] Error 1make[2]: Leaving directory 
`/usr/src/vpopmail-5.2.1'make[1]: *** [all-recursive] Error 1make[1]: 
Leaving directory `/usr/src/vpopmail-5.2.1'make: *** [all-recursive-am] 
Error 2

Now, I installed the libmysqlclient10-dev package 
using apt and the includes and libs have been installed on the system. When this 
failed I downloaded the source for mysql and installed it into /root/mysql (as 
you can see by the output above) as a temp solution. It seems this did not work 
either.

So if I use the default locations for the libs and 
incs it fails, and if I use the temp install I made, it fails. Failing at the 
following line:

gcc -g -O2 -Wall -o vchkpw 
vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql -lmysqlclient -lz -lnsl 
-lcrypt -lm/usr/bin/ld: cannot find -lz
I am at a loss as to why this is failing. I looked 
through the makefile and there are alot of references to -lz
I was tempted to remove them all, but thought I 
should find a real answer here.

Is anyone able to point me in the right direction? 
What is the -lz all about (I am a long way from being any kind of 
programmer...)


Regards

Brad



RE: [vchkpw] Running Shell Commands...

2002-12-25 Thread Brad Dameron
The only way I found to do this was to drop a .qmail file directly in the
users directory. And then put in what you listed below.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: lup [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 25, 2002 2:37 PM
 To: vchkpw
 Subject: [vchkpw] Running Shell Commands...


 Hello!

How to setup a mail account to a shell command, as in sendmail:

 test: |/some/path/program

 I would like to do that in vpopmail? Is it possible? Can i use
 suexec? Can i forward an e-mail to a shell pipe?

 Thank you

 Luciano Greiner








RE: [vchkpw] ezmlm+vpopmail

2002-12-02 Thread Brad Dameron
This is a problem with vpopmail. Get the latest at http://www.shupp.org and
set --enable-qmail-ext=n during the configure.
The previous version's of vpopmail didn't handle the qmail extensions
correctly. So [EMAIL PROTECTED] wouldn't be forwarded to
[EMAIL PROTECTED] with subscribe as the additional parameter.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Johan Almqvist [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, December 01, 2002 10:31 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] ezmlm+vpopmail


 * me [EMAIL PROTECTED] [021201 19:26]:
  # cat inlocal
  ciumilatu
  #cat inhost
  away.it
  # cat outlocal
  ciumilatu
  # cat outhost
  away.it
   _complete_ logs from qmail for this message and delivery.
  info msg 4620364: bytes 662 from [EMAIL PROTECTED] qp 7239 uid 64011
  starting delivery 93: msg 4620364 to local
 [EMAIL PROTECTED]
  status: local 1/10 remote 0/20
  delivery 93: failure:
  ezmlm-manage:_fatal:_I_do_not_accept_messages_at_this_address_(#5.1.1)/

 put away.it-ciumilatu into the file
 home/vpopmail/domains/mydomain/mylist/inlocal (replace the current
 contents) and see if your problem goes away. ezmlm seems to have problems
 with virtual domains sometimes.

 Does anyone know _why_ this happens?

 -Johan
 --
 Johan Almqvist
 http://www.almqvist.net/johan/qmail/






RE: [vchkpw] ezmlm+vpopmail

2002-12-02 Thread Brad Dameron
Yes. It won't affect anything.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

 -Original Message-
 From: me [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 02, 2002 12:53 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] ezmlm+vpopmail
 
 
 I can install again vpopmail whitout lost informations? I have about 20 
 mailbox on my virtual domains.
  
  This is a problem with vpopmail. Get the latest at 
 http://www.shupp.org and
  set --enable-qmail-ext=n during the configure.
  The previous version's of vpopmail didn't handle the qmail extensions
  correctly. So [EMAIL PROTECTED] wouldn't be forwarded to
  [EMAIL PROTECTED] with subscribe as the additional parameter.
 
 




RE: [vchkpw] 90% CPU in vchkpw

2002-10-29 Thread Brad Dameron
What does softlimit do? 

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

 -Original Message-
 From: Luis Gustavo Facioni Barcellos [mailto:lbarcellos;emater.tche.br]
 Sent: Tuesday, October 29, 2002 11:58 AM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] 90% CPU in vchkpw
 
 
 Hi, all
 
 I have a qmail 1.0.3, daemontools 0.76, qmail-scanner 1.12 with mcafee, 
 vpopmail 5.2.1 and sqwebmail 3.3.4 in a brand new Slackware 8.1 box.  
 
 Its all running fine, but sometimes the server stops authenticating. The 
 top shows a vchkpw process consuming more then 90% CPU and I get a 
 *server busy* on client.
 
 my qmail-pop3/run script:
 #!/bin/sh
 env - PATH=/usr/local/qmail/bin:/usr/local/bin
 MAXCON=40
 exec /usr/local/bin/softlimit -m 200 \
   /usr/local/bin/tcpserver -v -H -R -c $MAXCON 0 pop3 \
   /usr/local/qmail/bin/qmail-popup mydomain.here.com \
   /usr/local/vpopmail/bin/vchkpw /usr/local/qmail/bin/qmail-pop3d 
 Maildir 21
 
 Someone could tell where do I start to fix it?
 
 TIA
 -- 
 Gustavo
 --
 * Duct tape is like the Force. It has a light side, a dark side, and it 
 holds the universe together.
 --
 
 
 




Re: [vchkpw] newbie help?

2002-10-25 Thread Brad Davis
Joe,

Not that I know of because of the way it authenticates. It takes the @domain
part and figures out which password file to use. Then takes the user name
and authenticates against it in that file.

Brad Davis
- Original Message -
From: Joe Oaks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 25, 2002 12:26 PM
Subject: [vchkpw] newbie help?


 Hello guru's

 I recently have been tasked with the project of providing a email solution
 for a project at work. They currently use sendmail with qpopper for some
 500 aliases and send/receive a little more than 400,000 messages a month.

 Now comes the fun part they are about to migrate the North and South
 Americas
 mail.support which is currently housed on Exchange (ewww). So in light of
 this
 there sendmail/qpopper will quickly get over ran.

 I have convinced them to allow me to setup qmail as a solution for them,
and
 they have accepted it, woot.

 Now I have done some reading and implementing on a test box with the
 following,
 qmail + qmailadmin + vpopmail + autoresponder + ezmlm (just incase they
want
 mailing list) + clamav + qmailscanner. All works great, and they love it.

 Now here is my question to you guys, when I create a virtual domain e.g.
 mailsupport.hp.com (this has the current 500 aliases) and I start adding
 users
 via qmailadmin and the vpopmail, I'm have noticed something I hope you
guys
 can
 help me fix. Say I create a user called lj4050 (laserjet 4050) his email
 address
 is [EMAIL PROTECTED], and his login is [EMAIL PROTECTED],
is
 there
 a way to make his login just lj4050 and not have the @domain part?

 Joe Oaks
 Senior Systems Admin
 Hewlett Packard








RE: [vchkpw] Vpopmail under devel any longer?

2002-10-18 Thread Brad Dameron
Thank you Bill.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

 -Original Message-
 From: Bill Shupp [mailto:hostmaster;shupp.org]
 Sent: Friday, October 18, 2002 1:32 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Vpopmail under devel any longer?
 
 
 On Wednesday, October 16, 2002, at 01:02  PM, Brad Dameron wrote:
 
  Sorry but the qmail-ext only works with the .qmail files. It doesn't 
  work
  with the valias's in MySQL. That is what we have been posting about 
  for a
  month now.
 
 
 The problem is that vdelivermail doesn't support wildcards.  This
 affects both the valias feature and qmail-ext feature.  So, for
 example, if you have a valias entry for list (.qmail-list),
 vdelivermail will not process a message to list-subscribe because it
 doesn't check for the wildcard list-default (.qmail-list-default).  I'm
 working on adding this, but it may be a few days before I get it done.
 This should hopefully solve the problem.
 
 Regards,
 
 Bill Shupp
 
 
 




RE: [vchkpw] Vpopmail under devel any longer?

2002-10-16 Thread Brad Dameron

Sorry but the qmail-ext only works with the .qmail files. It doesn't work
with the valias's in MySQL. That is what we have been posting about for a
month now.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Ken Jones [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 15, 2002 2:14 PM
 To: David U.; [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Vpopmail under devel any longer?


 On Tuesday 15 October 2002 12:27 am, David U. wrote:
  Steve Fulton wrote:
   At 22:08 14/10/2002 -0500, David U. wrote:
   post of a link to Vpopmail 5.3.9
  
   Is anyone actually running it?  I tried to but then reverted because
   of a couple issues.
  
   I am, though I'm curious about what problems you've discovered..
 
  The most annoying one being the qmail-extension not working.

 use the --enable-qmail-ext=y option
 It is turned off by default.

 We are preparing a new stable release in the next month or
 so. Probably release a new development version later this week.

 Hope that helps
 Ken Jones









[vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread Brad Dameron


We haven't seen anything from the authors for quite some time on any bugs
being fixed or things being worked on.
Heck the last development update was July 16th. And the last stable release
was back in May. I see updates with the EPS system. Is this all that is
being worked on now?

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET







RE: [vchkpw] Re: New user with problems!

2002-10-08 Thread Brad Dameron

First off make sure that 89 is the ID of the vpopmail user and 89 is the
group for vchkpw. I sure hope you didn't set the vpopmail users home
directory as /. Or you will have a hell of a lot of problems. I have mine
set to a /mail parition. Then that partition is owned by vpopmail.vchkpw.
That is why you are getting a access denied error. Cause it tries to write
to the ~vpopmail/etc directory but doesn't have permissions to.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Christian [Kanzie] Nilsson [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 08, 2002 8:17 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Re: New user with problems!


   Oct  7 18:03:02 morrison vpopmail[15408]: vchkpw: setgid 89 failed
 
  What user your POP3 daemon is running as? ('-u' switch in tcpserver
  clause if you make use of tcpserver)
  --

 I do use tcpserver, did not have any specified user or group, read that it
 would inherit the $envuidgid so it would be taken care of. However now I
 added -u 89 -g 89, restarted the whole chebang (using the qmailctl
 restart - command copied from lifewithqmail.com) and received a new error,
 dont know if that is a step forward or backwards =)

 The new error, running as 89 89, is:
 tcprules: fatal: unable to create /etc/tcp.smtptmp.4400: access denied
 -ERR authorization failed

 What is it Im missing out of here?

 // Kanzie //







RE: [vchkpw] Major autorespond problems.

2002-10-07 Thread Brad Dameron

Of course it is going to block the messages. It thinks that she is spamming
it with a whole lot of messages. It is doing exactly what it was designed to
do. I have never heard of anyone that CC's themselves to make sure the
message is delivered. Why not put a request on the message so the client
sends the recieved and read message back to her like most people do.

The thing is, there is no problem with vpopmail or the autoresponder. It is
how they or you are trying to use it. There are reason's it is setup like it
is. To prevent autoresponder loops. What if her autoresponder responds to
another autoresponder, then that one responds back, and yes another
autoresponder get's in the loop because someone else has one, then it
responds back. Before you know it you have hundreds of duplicate messages
because of looping issues.  The reason it is stopping at 3 messages is
because it see's the message as coming from HER. Which infact it is coming
from her. So it hits the 3 message limit from one individual. EXACTLY how it
is designed and configured.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Steve Fulton [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, October 05, 2002 1:01 AM
 To: vpopmail list
 Cc: [EMAIL PROTECTED]
 Subject: [vchkpw] Major autorespond problems.


 Hi all,

 Some of you may recall my recent troubles/complaints with autorespond
 (which is required for the QmailAdmin package), and how I went
 about trying
 to solve it.  For what its worth, my efforts appear to have
 failed.  Let me
 explain.

 I have had a number of complaints from a very large corporate client
 regarding delayed e-mails.  These complaints are getting steadily
 worse.  Some can be attributed to issues not related to the
 function of the
 mail server in question, but unfortunately most can.  To best
 explain what
 is happening, I am going to demonstrate how this situation comes about,
 step by step.

 1.  High-powered corporate executive sends out many e-mails to many
 employees each day.  This executive follows company policy and
 CC's herself
 on every message she sends.  She also, like many in her company,
 makes use
 of the vacation/autoresponder function within QmailAdmin daily.

 2.  Executive sends 5 e-mails one morning.  She notices that she receives
 only 3 of her CC'ed copies, and receives the others later (ranging from 1
 to 5 days, usually during the weekend [clue!]).  She receives complaints
 from others, who also use vacation/autoresponder [clue!].

 3.  Diligent sysadmin checks logs .. delivering okay.  Sysadmin checks
 queue .. hmm, missing messages in queue.  Sysadmin -HUP's qmail-send and
 see's some messages delivered, sometimes, and sometimes none.  Sysadmin
 checks logs, and see's messages from autorespond saying too many messages
 received from user, delaying.

 I hope you're still with me.

 This is what I believe is happening:  The messages are being
 delivered, and
 auto-responses are being sent until the hard-coded limit of 3 messages in
 86400 minutes (1 day) from a single user are received.  Then autorespond
 does not send an response to the sender, and for some reason, the
 original
 message is NOT delivered and is re-queued for later.

 That is not acceptable.

 This problem occurred using an unmodified autorespond (2.03) and using my
 modified version of that program (which was supposed to pass the proper
 error codes to vdelivermail).  Has anyone else experienced this?

 There are three ways I can approach solving this:

 1.  Remove the vacation/autorespond option from my
 customers.  Unfortunately this is not an option.

 2.  Modify QmailAdmin to increase the autorespond limits it
 creates within
 the users .qmail file.  I'm tempted to increase them 100 fold
 just to save
 some hassle, but this doesn't solve the overall issue.

 3.  Work to fix this, even if it means modifying autorespond again.  And
 there is also the possibility that autoresponder isn't the entire
 problem,
 but vdelivermail as well (which explains why I'm posting this on the
 Vpopmail list).

 So, without further ado, a little help?

 -- Steve






[vchkpw] RE: [qmailadmin] RE: [vchkpw] Major autorespond problems.

2002-10-07 Thread Brad Dameron


This is correct. It should still deliver the message just not respond to it.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Tom Collins [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 07, 2002 12:02 PM
 To: [EMAIL PROTECTED]
 Cc: vpopmail list; [EMAIL PROTECTED]
 Subject: Re: [qmailadmin] RE: [vchkpw] Major autorespond problems.


 But I think the intended/preferred behavior should be to not send the
 autoresponse, yet still receive the original message into the mailbox.
 At least that's how I understood the original message, and how I
 understood the behavior of autorespond.

 Autorespond shouldn't do anything to affect the delivery of the
 original message.  It should only decide whether to respond or not.

 On Monday, October 7, 2002, at 11:21 AM, Brad Dameron wrote:
  Of course it is going to block the messages. It thinks that she is
  spamming
  it with a whole lot of messages. It is doing exactly what it was
  designed to
  do. I have never heard of anyone that CC's themselves to make sure the
  message is delivered. Why not put a request on the message so the
  client
  sends the recieved and read message back to her like most people do.

 --
 Tom Collins
 [EMAIL PROTECTED]






[vchkpw] RE: [qmailadmin] RE: [vchkpw] Major autorespond problems.

2002-10-07 Thread Brad Dameron


This looks to be another vpopmail bug. There are a few still out there that
have not been corrected even after being reported many times. Not sure how
often it is being worked on anymore. As I don't see many status reports or
even responses to bugs being posted. I for one have posted a bug and how to
reproduce it several times and have yet to get a response back.


---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Tom Collins [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 07, 2002 12:02 PM
 To: [EMAIL PROTECTED]
 Cc: vpopmail list; [EMAIL PROTECTED]
 Subject: Re: [qmailadmin] RE: [vchkpw] Major autorespond problems.


 But I think the intended/preferred behavior should be to not send the
 autoresponse, yet still receive the original message into the mailbox.
 At least that's how I understood the original message, and how I
 understood the behavior of autorespond.

 Autorespond shouldn't do anything to affect the delivery of the
 original message.  It should only decide whether to respond or not.

 On Monday, October 7, 2002, at 11:21 AM, Brad Dameron wrote:
  Of course it is going to block the messages. It thinks that she is
  spamming
  it with a whole lot of messages. It is doing exactly what it was
  designed to
  do. I have never heard of anyone that CC's themselves to make sure the
  message is delivered. Why not put a request on the message so the
  client
  sends the recieved and read message back to her like most people do.

 --
 Tom Collins
 [EMAIL PROTECTED]






RE: [vchkpw] new install with large amount of vpop users

2002-10-02 Thread Brad Dameron

Either use mysqldump or simply scp your MySQL database to your new
machine.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 02, 2002 2:46 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] new install with large amount of vpop users


 Hi,
 Is there a way to do a new install of qmail/vpopmail on a new box
 and import
 all the users (same domains/users/passwords) from an existing
 mysql database
 to avoid having to add users one by one.

 Thanks for your help.

 Lanny






RE: [vchkpw] Big site setup.

2002-09-24 Thread Brad Dameron

Actually the big site setup is the mysql portion. It changes the table
structure for sites that have large amounts of users, not large amounts of
sites. It should start putting the sites into seperate inode style
directories. So after the first 200 or so domains it should create a 0
directory then stick the next 200 or so, then create a 1 directory and do
the same. That way there is not more than so many domains per directory.
This is done because of the Linux FS starts to bottleneck when a certain
directory/file tree get's to large.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Fredrik Steen [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 24, 2002 4:09 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Big site setup.


 * Jesus J. Robles [EMAIL PROTECTED] [020924 11:45]:
  More than 65000 domains???
 
  Are you shure a solution using different mail servers is not better??

 The system is running LVS (Linux Virtual Server) with shared
 /home/vpopmail/domains. So the whole system is loadbalanced.
 But the problem is the /home/vpopmail/domains directory there is _alot_ of
 domain dirs there and I thougt the big site setup would solve
 this. I have
 heard of this setup but not seen mush of it discussed. Inter7
 states on URL:
 http://www.inter7.com/vpopmail/features.html
 Support for 1 to 23 million virtual email domains using a grow
 as it goes
 balenced directory tree.
 How do I activate this feature and how do I convert my current
 directory tree
 to use this feature?

 /fs





RE: [vchkpw] [OT] vpopmail cluster + LVS experience

2002-09-24 Thread Brad Dameron

We do about that many connections now without any problems. This is on a
Dual PIII-866 with 1.5gigs of RAM. Using a IDE DMA100 drive for the system
and a raid for the mail. There are a few patches I had to apply to qmail for
it to keep up with a mail however.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Davide Giunchi [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 24, 2002 4:40 AM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] [OT] vpopmail cluster + LVS experience


 Hello.

 What about LVS w/ qmail+vpopmail for load-balancing and ha of
 SMTP and POP3
 services ?
 I'm worried about the ability of LVS to support ~ 300 POP3 + 200 SMTP
 concurrent connections.
 The use of LVS will make the administrator's live easier for
 load-balancing
 feature and high-availability capacity of lvs with mon, but what about
 performance of the single load balancing server that will get a lot of
 connections?

 Any advice will be appreciate.

 Regards

 --
 Davide Giunchi.





RE: [vchkpw] vpopmail bug?

2002-09-23 Thread Brad Dameron

The problem most likely is related to the MAXPERIP=4 setting. If you use
this with webmail you have to increase this value.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: Ken Jones [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, September 21, 2002 12:23 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: [vchkpw] vpopmail bug?


 Can anyone else reproduce this problem?
 What version of courier-imap are you using?

 The authlib/preauthvchkpw.c file is worth checking against
 the one on the inter7 page. Mysql Quits can be caused by
 a program not calling mysql_close before exiting. Which in
 of itself would not cause an authentication failure.

 It's worth double checking your courier-imap configuration
 file. The one that specifies max client connections.

 The vpopmail ChangeLog shows the change to the email
 parser function and also reports that it fixed all known problems.

 To really track down the problem, lots of debugging output is needed
 to isolate what is ocurring. Hopefully leading to a solution :)

 Ken Jones

 On Friday 20 September 2002 04:20 pm, [EMAIL PROTECTED] wrote:
  I upgraded to 5.3.8 - and am still seeing this behavior.
 
  *sigh*
 
  Is this limited to Courier?
 
  Quoting Dzuy Nguyen [EMAIL PROTECTED]:
   There is a bug in vpopmail's email parser function which adds extra
   character to the end of user login
   at times, when called by courier.  Version 5.3.x has a newer email
   parser which seems to work.
  
   [EMAIL PROTECTED] wrote:
   I am seeing strange behaviour on my Qmail+VpopMail(w/ MySQL)+COurier
setup.
   
   Authenticating via IMAP works 90% of the time, but doesn't
 for 10%.  I
  
   don't
  
   seem to be able to find any pattern as to it not working - it doesn't
   consistently fail in any particular manner.   The problem
 happens with
  
   multiple
  
   mail clients.
   
   This might be a courier related issue, if so, then please
 tell me.  Here
is
  
   what
  
   I see in the mysql logs, when I try to log in to an account
 with a login
of
  
   doug
  
   (actually, it this using a webmail client, so the login is
   [EMAIL PROTECTED]):
   
 540747 Query   select pw_name, pw_passwd, pw_uid, pw_gid,
pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = doug and
pw_domain = innerworldscuba.com
540747 Quit
   020915  4:36:10  540748 Connect qmail@localhost on vpopmail
540748 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = doug and
  
   pw_domain =
  
   innerworldscuba.com
   
   ..all looks good. I show failed logins like this:
   
   020917 12:56:28  590250 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougs and
  
   pw_domain =
  
   innerworldscuba.com
590250 Quit
   020917 12:56:33  590251 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougs and
  
   pw_domain =
  
   innerworldscuba.com
590251 Quit
   020917 12:56:38  590252 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougs and
  
   pw_domain =
  
   innerworldscuba.com
590252 Quit
   020917 12:57:03  590253 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougs and
  
   pw_domain =
  
   innerworldscuba.com
590253 Quit
   
   -or-020917 13:20:01  590609 Query   select pw_name, pw_passwd,
pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell from vpopmail
 where pw_name
= dougu
  
   and
  
   pw_domain = innerworldscuba.com
590609 Quit
   020917 13:20:06  590641 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougu and
  
   pw_domain =
  
   innerworldscuba.com
590641 Quit
   
   -or-
   
   020916 10:09:48  564000 Query   select pw_name,
 pw_passwd, pw_uid,
  
   pw_gid,
  
   pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = dougt and
  
   pw_domain =
  
   innerworldscuba.com
564000 Quit
   
   
   so it appears that the piece that parses the login isn't
 doing what
it
  
   is
  
   supposed too.  Is this vchpw.. or is this something else?
   
   Courier is compiled with
 --enable-workarounds-for-imap-client-bugs if
  
   that
  
   matters.
   
   Anyone else seen this?  Is this a know issue at all

[vchkpw] Any word on fix for valias and ezmlm?

2002-09-23 Thread Brad Dameron


I have shown a bug in the valias/mysql and ezmlm list's. Is there any word
as to if it is being worked on or even looked at?

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET






RE: [vchkpw] Upgraded vpopmail broke username-ext@domain functionality

2002-09-19 Thread Brad Dameron

No,

If you use the aliases in mysql, table valias, then vpopmail doesn't pass
the extension correctly to the ezmlm alias. So anyone that is using the
mysql aliases and ezmlm should revert to using the .qmail-list file in the
virtual directory.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: David U. [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 18, 2002 8:34 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Upgraded vpopmail broke username-ext@domain
 functionality


 Brad Dameron wrote:
  Yes it appears to be broken. I am having similar problems when using
  the aliases in mysql and the ezmlm list software.

 So does anyone know of a fix? Will downgrading fix me?

 Also...modifying lists doesn't seem to stick.  I modify it and it gives no
 error, but the list is unchanged. (is that what you meant?)

 Anyone have any info on these?

 -davidu







RE: [vchkpw] Upgraded vpopmail broke username-ext@domain functionality

2002-09-18 Thread Brad Dameron

Yes it appears to be broken. I am having similar problems when using the
aliases in mysql and the ezmlm list software.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



 -Original Message-
 From: David U. [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 18, 2002 8:12 AM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] Upgraded vpopmail broke username-ext@domain
 functionality


 Hi,

 I recently upgraded vpopmail (using mysql) and my ability to send mail to
 user-ext@domain is now broken.

 for example:
 [EMAIL PROTECTED] delivers to me fine however
 [EMAIL PROTECTED] gets sent to the postmaster.

 I compiled vpopmail with the --enable-qmail-ext=y option but it
 did not fix
 my issue.  I am using version 5.3.8

 Here is a log entry:
 == /var/log/qmail/qmail-send/current ==
 @40003d88993d29e41d0c new msg 144325
 @40003d88993d29e47eb4 info msg 144325: bytes 900 from
 [EMAIL PROTECTED] qp 1896 uid 516
 @40003d88993d29f42684 starting delivery 3861: msg 144325 to local
 [EMAIL PROTECTED]
 @40003d88993d29f43624 status: local 1/10 remote 0/120
 @40003d88993d2a7cf20c delivery 3861: success:
 user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ev
 erydns.net
 /postmaster/Maildir//did_0+0+1/
 @40003d88993d2a7d114c status: local 0/10 remote 0/120
 @40003d88993d2a7d1534 end msg 144325


 Any ideas?

 Thanks,
 davidu


 --
 Never doubt that a small group of thoughtful citizens can change the
 world. Indeed, it is the only thing that ever has. --Margaret Mead








Re: Error: Domain does not exist

2001-11-14 Thread Brad

 too get the same error message.

server:/home/vpopmail/bin# ./vadddomain server.aunoc.net
Please enter password for postmaster:
enter password again:
qmail-newu: fatal: bad format in users/assign
Error: Domain does not exist
server:/home/vpopmail/bin# ./vadduser [EMAIL PROTECTED]
Please enter password for [EMAIL PROTECTED]:
enter password again:
Error: Domain does not exist
server:/home/vpopmail/bin#


The error is happening with both adding the domain and adding the users.
Does anyone have any idea whats happening with this??

I added domains for a couple of test domains into bind and then tried with
them. The same error was appearing.


Brad

- Original Message -
From: Paul Kremer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 15, 2001 3:47 AM
Subject: Error: Domain does not exist


 hello everybody

 this question has already be posted several times during the last
 weeks/months and there has never been any reply...
 so I guess nobody knows the answer ?

 I get the error Error: Domain does not exist when using
 vadddomain...

 here is the situation:

 - linux 2.2.20
 - qmail 1.03 (patched with
   http://matt.simerson.net/computing/qmail/qmail-1.03-matt-toaster.patch)
 - tcpserver 0.88 (patched with
   http://matt.simerson.net/computing/qmail/ucspi-tcp-0.88-mysql.patch)
 - vpopmail 5.0

 I want all authentication to go through mysql, the tables are all OK,
 I am 100% strict : the SQL-server is working OK, connect info
 is in /var/qmail/control/sql.

 files under /var/qmail/users/ are syntactically OK, since I finally
 copied assign, cdb from a different working server.
 Empty files (including a one-dotted line) did not work too.

 the entries in rcpthosts and virtualdomains is being made, all OK.
 the directory in /home/vpopmail/domains is also created, containing a
 .qmail-default file, but nothing for postmaster.
 the assign file also does not contain any info regarding the
 postmaster.
 the sql-tabel vpopmail seems to be left untouched after the
 vadddomain.

 I would really be glad if somebody could have a closer look at the
 strace below...

 here is the output of strace vadddomain:
 cite
 execve(./vadddomain, [./vadddomain, problems.com], [/* 23 vars */])
= 0
 uname({sys=Linux, node=newmail, ...}) = 0
 brk(0)  = 0x8055fa8
 open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or
directory)
 open(/etc/ld.so.cache, O_RDONLY)  = 3
 fstat64(0x3, 0xbfffee64)= -1 ENOSYS (Function not
implemented)
 fstat(3, {st_mode=S_IFREG|0644, st_size=11213, ...}) = 0
 old_mmap(NULL, 11213, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
 close(3)= 0
 open(/usr/lib/libmysqlclient.so.10, O_RDONLY) = 3
 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0...,
1024) = 1024
 fstat(3, {st_mode=S_IFREG|0644, st_size=240712, ...}) = 0
 old_mmap(NULL, 244320, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40019000
 mprotect(0x4003c000, 100960, PROT_NONE) = 0
 old_mmap(0x4003c000, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0x22000) = 0x4003c000
 close(3)= 0
 open(/usr/lib/libz.so.1, O_RDONLY)= 3
 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\30..., 1024)
= 1024
 fstat(3, {st_mode=S_IFREG|0644, st_size=54644, ...}) = 0
 old_mmap(NULL, 57652, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40055000
 mprotect(0x40061000, 8500, PROT_NONE)   = 0
 old_mmap(0x40061000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0xb000) = 0x40061000
 close(3)= 0
 open(/lib/libnsl.so.1, O_RDONLY)  = 3
 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0B\0\000...,
1024) = 1024
 fstat(3, {st_mode=S_IFREG|0644, st_size=71268, ...}) = 0
 old_mmap(NULL, 82716, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40064000
 mprotect(0x40075000, 13084, PROT_NONE)  = 0
 old_mmap(0x40075000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x1) = 0x40075000
 old_mmap(0x40077000, 4892, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40077000
 close(3)= 0
 open(/lib/libcrypt.so.1, O_RDONLY)= 3
 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\20..., 1024)
= 1024
 fstat(3, {st_mode=S_IFREG|0644, st_size=20900, ...}) = 0
 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40079000
 old_mmap(NULL, 183740, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x4007a000
 mprotect(0x4007f000, 163260, PROT_NONE) = 0
 old_mmap(0x4007f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x4000) = 0x4007f000
 old_mmap(0x4008, 159164, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4008
 close(3)= 0
 open(/lib/libm.so.6, O_RDONLY)= 3
 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 I\0\000...,
1024) = 1024
 fstat(3, {st_mode=S_IFREG|0644, st_size=134668, ...}) = 0

Re: Error: Domain does not exist

2001-11-14 Thread Brad

Thanks... Thats seems to have fixed it :)

Brad

- Original Message -
From: Ale [EMAIL PROTECTED]
To: Brad [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 15, 2001 12:11 PM
Subject: Re: Error: Domain does not exist


 look at your /var/qmail/users/assign
 sometimes (i dont know why) the file has some blank space or dont have a
 point at the end of files
 the format must be


 +domain1.com-:domain1.com:89:89:/home/vpopmail/domains/domain1.com:-::
 +domain2.com-:domain2.com:89:89:/home/vpopmail/domains/domain2.com:-::
 .



 On Wednesday 14 November 2001 22:01, Brad wrote:
   too get the same error message.
 
  server:/home/vpopmail/bin# ./vadddomain server.aunoc.net
  Please enter password for postmaster:
  enter password again:
  qmail-newu: fatal: bad format in users/assign
  Error: Domain does not exist
  server:/home/vpopmail/bin# ./vadduser [EMAIL PROTECTED]
  Please enter password for [EMAIL PROTECTED]:
  enter password again:
  Error: Domain does not exist
  server:/home/vpopmail/bin#
 
 
  The error is happening with both adding the domain and adding the users.
  Does anyone have any idea whats happening with this??
 
  I added domains for a couple of test domains into bind and then tried
with
  them. The same error was appearing.
 
 
  Brad
 
  - Original Message -
  From: Paul Kremer [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, November 15, 2001 3:47 AM
  Subject: Error: Domain does not exist
 
   hello everybody
  
   this question has already be posted several times during the last
   weeks/months and there has never been any reply...
   so I guess nobody knows the answer ?
  
   I get the error Error: Domain does not exist when using
   vadddomain...
  
   here is the situation:
  
   - linux 2.2.20
   - qmail 1.03 (patched with
  
http://matt.simerson.net/computing/qmail/qmail-1.03-matt-toaster.patch)
   - tcpserver 0.88 (patched with
 http://matt.simerson.net/computing/qmail/ucspi-tcp-0.88-mysql.patch)
   - vpopmail 5.0
  
   I want all authentication to go through mysql, the tables are all OK,
   I am 100% strict : the SQL-server is working OK, connect info
   is in /var/qmail/control/sql.
  
   files under /var/qmail/users/ are syntactically OK, since I finally
   copied assign, cdb from a different working server.
   Empty files (including a one-dotted line) did not work too.
  
   the entries in rcpthosts and virtualdomains is being made, all OK.
   the directory in /home/vpopmail/domains is also created, containing a
   .qmail-default file, but nothing for postmaster.
   the assign file also does not contain any info regarding the
   postmaster.
   the sql-tabel vpopmail seems to be left untouched after the
   vadddomain.
  
   I would really be glad if somebody could have a closer look at the
   strace below...
  
   here is the output of strace vadddomain:
   cite
   execve(./vadddomain, [./vadddomain, problems.com], [/* 23 vars
*/])
 
  = 0
 
   uname({sys=Linux, node=newmail, ...}) = 0
   brk(0)  = 0x8055fa8
   open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or
 
  directory)
 
   open(/etc/ld.so.cache, O_RDONLY)  = 3
   fstat64(0x3, 0xbfffee64)= -1 ENOSYS (Function not
 
  implemented)
 
   fstat(3, {st_mode=S_IFREG|0644, st_size=11213, ...}) = 0
   old_mmap(NULL, 11213, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
   close(3)= 0
   open(/usr/lib/libmysqlclient.so.10, O_RDONLY) = 3
   read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0...,
 
  1024) = 1024
 
   fstat(3, {st_mode=S_IFREG|0644, st_size=240712, ...}) = 0
   old_mmap(NULL, 244320, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
 
  0x40019000
 
   mprotect(0x4003c000, 100960, PROT_NONE) = 0
   old_mmap(0x4003c000, 102400, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED,
 
  3, 0x22000) = 0x4003c000
 
   close(3)= 0
   open(/usr/lib/libz.so.1, O_RDONLY)= 3
   read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\30...,
   1024)
 
  = 1024
 
   fstat(3, {st_mode=S_IFREG|0644, st_size=54644, ...}) = 0
   old_mmap(NULL, 57652, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
   0x40055000 mprotect(0x40061000, 8500, PROT_NONE)   = 0
   old_mmap(0x40061000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED,
 
  3, 0xb000) = 0x40061000
 
   close(3)= 0
   open(/lib/libnsl.so.1, O_RDONLY)  = 3
   read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0B\0\000...,
 
  1024) = 1024
 
   fstat(3, {st_mode=S_IFREG|0644, st_size=71268, ...}) = 0
   old_mmap(NULL, 82716, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
   0x40064000 mprotect(0x40075000, 13084, PROT_NONE)  = 0
   old_mmap(0x40075000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED,
   3,
 
  0x1) = 0x40075000
 
   old_mmap(0x40077000, 4892, PROT_READ|PROT_WRITE,
 
  MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40077000
 
   close(3

RE: 5.0 next to 4.10.x

2001-11-08 Thread Brad Dameron

I use a nfs server with 2 qmail box's using Maildir and vpopmail and I don't
see any issues with too many directories, etc. What kind of performance
issues are you seeing?

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Lu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 08, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: RE: 5.0 next to 4.10.x


I appreciate everyone's feedback on this.

A couple of last things I need to ask:

Perhaps the downside of using NFS or other shared volume is at a certain
point, the number of directories and files it has to handle will be too
great whereas if I go with separate servers, this is not a problem and
likely an increase in performance.

I guess it all depends on the type of hardware one has but is this
something you take seriously ?

What about scalability ?

Thanks.





5.0?

2001-10-23 Thread Brad Dameron


Is 5.0 still not releasable? What is being worked on? 

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 



RE: How to change the default domain

2001-10-09 Thread Brad Dameron

You should always create some type of configure script when you compile a
program. I myself use a myconfig script which has all the compile options
in it. Then you won't run into those kinds of dilemas.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: steven [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 09, 2001 10:29 AM
To: Bill Shupp
Cc: [EMAIL PROTECTED]
Subject: Re: How to change the default domain


But I forget the compile options I'v used (you know it's very complex and
hard to remember).  So I'm afraid it's not very safe to do a recompile. Is
ther any other way?

Bill Shupp wrote:

 on 10/9/01 12:19 PM, steven at [EMAIL PROTECTED] spake:

  I'm running 5.0 vpopmail, the default-domain options is supplied in the
  compile time.  Now, I want to change it to another domain? How do I do?
 
  Thanks!

 Recompile with the new default domain.

 Bill

--
steven

tel: +86 760 8320102
rfc-822: [EMAIL PROTECTED]

   \|||/
   (o o)
ooO-(_)-Ooo
If money could talk, it would say - goodbye






Gabriel Ambuehl vaddaliasdomain changes.

2001-10-03 Thread Brad Dameron


Are these changes being implemented into the new vpopmail. Something like
this definately needs to be done. The symbolic links are NOT needed if setup
correctly. There seems to be too many problems with using the symbolic
links. There is definately better ways to handle aliased domains. I have
tons of aliased domains left over in my virtualdomains, rcpthosts, and
assign files from when I deleted the domains. If his patch isn't what we
want then tell me and I will write one. I already modified vpopmail 5.0 to
NOT use the symbolic links for my personal usage.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET






vpopmail 5.0 bug/change.

2001-09-28 Thread Brad Dameron


Alright. I upgraded from vpopmail 4.9.9 to 5.0.

Issue:

In the old vpopmail you could use just the username in the .qmail-default
for the catchall account. If you do that now it creates a mail looping issue
and you must change it to the full path. Considering I have a little over
400 virtuals on this mail server now and most use the username this is not
good.



---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET






RE: vconvert usage

2001-09-24 Thread Brad Dameron

I used this feature. It prints the use but also seems to add them to sql.
You have to reload the database to see it for some reason.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Bill Shupp [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 22, 2001 8:52 PM
To: [EMAIL PROTECTED]
Subject: Re: vconvert usage


Incidentally, vconvert (cdb to sql) doesn't seem to work.  I can go from sql
to cdb, but cdb to sql just prints the usage.  Anyone else seeing this?  I'm
using the 5.0 release.

Cheers,

Bill Shupp





RE: Vpopmail 5

2001-09-18 Thread Brad Dameron

That is a vi file left over after vi was not exited correctly.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

-Original Message-
From: Richard A. Secor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 7:37 AM
To: [EMAIL PROTECTED]
Cc: Ken Jones
Subject: Re: Vpopmail 5


Ken,

  Whats with this in the VpopMail 5 Source?
bash-2.05# ls -la .vpopmail.c.swp 
-rw-r--r--  1 root  wheel  16384 Sep 17 19:05 .vpopmail.c.swp
bash-2.05# ls -la vpopmail.c  
-rw-r--r--  1 root  wheel  51471 Sep  7 16:03 vpopmail.c

-Rich






RE: upgrades and qmail-filter question

2001-09-17 Thread Brad Dameron

Yes it will work. We use it with a perl script we wrote to block out spam. 

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

-Original Message-
From: Qmail [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 1:49 PM
To: [EMAIL PROTECTED]
Subject: upgrades and qmail-filter question


Hi folks,

How difficult is it to upgrade a production box from: vpopmail-4.10.32
running mySQL
to the current version? Is this recommended?

Also, has anyone run Bruce Gunter's QMAILQUEUE patch and qmail-filter with
vpopmail?

Will it work?

Lance




RE: qmail virus scanner

2001-09-12 Thread Brad Dameron

Not really any good free ones for Linux or BSD. But you could get the
kaspersky linux version that sells for $49.95 and use that on your server to
scan mail. It works great.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: sec [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 12, 2001 2:34 AM
To: [EMAIL PROTECTED]
Subject: qmail virus scanner


Sorry for previous question
One more:

I need freeware anti-virus scanner which works with
qmail-scanner.sourceforge.net on FreeBSD system.

Thx a lot.



--
Best regards,
 sec  mailto:[EMAIL PROTECTED]





RE: I just want to say prayers are with those in NY

2001-09-11 Thread Brad Dameron

In the City of God there will be a great thunder,
Two brothers torn apart by Chaos, while the
fortress endures, the great leader will succumb ,
The third big war will begin when the big city is
burning- Nostradamus 1654


---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ronald Rebideau
Sent: Tuesday, September 11, 2001 12:24 PM
To: [EMAIL PROTECTED]
Subject: I just want to say prayers are with those in NY


Just seems a little surreal.




Problem fixed?

2001-09-10 Thread Brad Dameron


Ken,

Did you correct the problem with the new vpopmail not creating the
directories for a user if they don't exhist? We add the user to the MySQL
database and then would issue a email to the user to have it create the
directories. This no longer works.


---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET






RE: vpopmail-5.0pre5

2001-09-07 Thread Brad Dameron

I just tried pre5. Still the same issue with aliased domains.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 1:13 PM
To: [EMAIL PROTECTED]
Subject: vpopmail-5.0pre5


pre5 is available for download.

One issue addressed and I think fixed is aliased domains.

You can now authenticate against an aliased domain with
the vchkpw pop auth program.

There is a vget_real_domain( char *domain, int buff_size)
function that looks up the domain in the assign cdb file.
Aliased domains have the same directory as the real domain

For example:

+test.com-:test.com:89:89:/home/vpopmail/domains/test.com:-::
+ken.com-:ken.com:89:89:/home/vpopmail/domains/test.com:-::

test.com is the real domain and ken.com is the aliased 
domain. Notice that both have the same directory
/home/vpopmail/domains.test.com

the vget_real_domain parses the domain name out of
the directory path, and sets the domain buffer
to be what is found in the path. 

Hence, pop authentication for [EMAIL PROTECTED] would have
the ken.com part changed to test.com. Then the
vchkpw program proceeds are normal, doing a 
vauth_getpw( user, test.com) 

Ken Jones
Only three more coding days to 5.0







RE: vpopmail-5.0pre5

2001-09-07 Thread Brad Dameron

Hmmm. Interesting. It looks to be working on one machine. But not the other.

The only difference's is in my virtualdomains file for qmail.

Here is the one that works.

tscnet.com:tscnet.com
sinclair.net:tscnet.com
sincom.com:tscnet.com
mail.sincom.com:tscnet.com
mail.sinclair.net:tscnet.com
mail.tscnet.com:tscnet.com
mail.tscnet.net:tscnet.com
tscnet.net:tscnet.com


I modified it by had so all domains point to the directory and not the
symbolic link you create. The one that still points to the symbolic links
doesn't seem to work.

Example:

tscnet.com:tscnet.com
sinclair.net:sinclair.net
sincom.com:sincom.com


These are all one domain. So sinclair.net has a symbolic link to tscnet.com
and so does sincom.com.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 1:13 PM
To: [EMAIL PROTECTED]
Subject: vpopmail-5.0pre5


pre5 is available for download.

One issue addressed and I think fixed is aliased domains.

You can now authenticate against an aliased domain with
the vchkpw pop auth program.

There is a vget_real_domain( char *domain, int buff_size)
function that looks up the domain in the assign cdb file.
Aliased domains have the same directory as the real domain

For example:

+test.com-:test.com:89:89:/home/vpopmail/domains/test.com:-::
+ken.com-:ken.com:89:89:/home/vpopmail/domains/test.com:-::

test.com is the real domain and ken.com is the aliased
domain. Notice that both have the same directory
/home/vpopmail/domains.test.com

the vget_real_domain parses the domain name out of
the directory path, and sets the domain buffer
to be what is found in the path.

Hence, pop authentication for [EMAIL PROTECTED] would have
the ken.com part changed to test.com. Then the
vchkpw program proceeds are normal, doing a
vauth_getpw( user, test.com)

Ken Jones
Only three more coding days to 5.0







RE: vpopmail-5.0pre5

2001-09-07 Thread Brad Dameron


Also Ken,

Before the final release. Can you put the failed password in brackets or
quotes or something. It blends in to much with the other logging.

Thanks.




RE: vpopmail-5.0pre5

2001-09-07 Thread Brad Dameron


The one that is failing is configured like that exactly. However it still
fails.

I will try to do some more testing with the latest version and see what I
can come up with.
If you release without this fix I do believe you are going to have a lot
more users encountering this problem. Again I am upgrading from 4.9.9 on the
machine with the problems.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 3:19 PM
To: [EMAIL PROTECTED]
Subject: RE: vpopmail-5.0pre5


Here is what I have after running
vadddomain test.com
vaddaliasdomain ken.com test.com

virtualdomains:
test.com:test.com
ken.com:ken.com

users/assign:
+test.com-:test.com:89:89:/home/vpopmail/domains/test.com:-::
+ken.com-:ken.com:89:89:/home/vpopmail/domains/test.com:-::

ls -l /home/vpopmail/domains
ken.com - /home/vpopmail/domains/test.com
test.com

And it works for me. the key thing here is the right hand
side of the virtualdomains file and the corresponding
path to the domain.

ken.com has /home/vpopmail/domains/test.com resulting
in the domain being set to test.com.

I tested it with ./configure --enable-mysql=y
make ; make install-strip

The path for the alias domain in the assign file must have
the path to the real domain. Which 5.0pre4 will setup automatically.

Ken

On Fri, 2001-09-07 at 16:28, Brad Dameron wrote:
 Hmmm. Interesting. It looks to be working on one machine. But not the
other.

 The only difference's is in my virtualdomains file for qmail.

 Here is the one that works.

 tscnet.com:tscnet.com
 sinclair.net:tscnet.com
 sincom.com:tscnet.com
 mail.sincom.com:tscnet.com
 mail.sinclair.net:tscnet.com
 mail.tscnet.com:tscnet.com
 mail.tscnet.net:tscnet.com
 tscnet.net:tscnet.com


 I modified it by had so all domains point to the directory and not the
 symbolic link you create. The one that still points to the symbolic links
 doesn't seem to work.

 Example:

 tscnet.com:tscnet.com
 sinclair.net:sinclair.net
 sincom.com:sincom.com


 These are all one domain. So sinclair.net has a symbolic link to
tscnet.com
 and so does sincom.com.

 ---
 Brad Dameron  
Network Account Executive
 TSCNet Inc.  
 www.tscnet.com
 Silverdale, WA.  
 1-888-8TSCNET



 -Original Message-
 From: Ken Jones [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 07, 2001 1:13 PM
 To: [EMAIL PROTECTED]
 Subject: vpopmail-5.0pre5


 pre5 is available for download.

 One issue addressed and I think fixed is aliased domains.

 You can now authenticate against an aliased domain with
 the vchkpw pop auth program.

 There is a vget_real_domain( char *domain, int buff_size)
 function that looks up the domain in the assign cdb file.
 Aliased domains have the same directory as the real domain

 For example:

 +test.com-:test.com:89:89:/home/vpopmail/domains/test.com:-::
 +ken.com-:ken.com:89:89:/home/vpopmail/domains/test.com:-::

 test.com is the real domain and ken.com is the aliased
 domain. Notice that both have the same directory
 /home/vpopmail/domains.test.com

 the vget_real_domain parses the domain name out of
 the directory path, and sets the domain buffer
 to be what is found in the path.

 Hence, pop authentication for [EMAIL PROTECTED] would have
 the ken.com part changed to test.com. Then the
 vchkpw program proceeds are normal, doing a
 vauth_getpw( user, test.com)

 Ken Jones
 Only three more coding days to 5.0











RE: vpopmail5.0 relaible?

2001-09-06 Thread Brad Dameron

Ken,

I have been reporting a problem for some time and have yet to get a version
that fixed it.
I have sent several mails. Has my issue been resolved?

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 8:39 AM
To: [EMAIL PROTECTED]
Cc: vpopmail mailinglist
Subject: Re: vpopmail5.0 relaible?


On Thu, 2001-09-06 at 10:29, Jens Georg wrote:
 hi,

 right now i am setting up a new qmailvpopmailsqwebamil box.
 on inter7.com i found release 5.0 of vpopmail.

 i am going to setup qmail 1.03, sqwebmail 3.00 and vpopmail 4.10.x.

 may i use 5.0 instead 4.10.x of vpopmail in combination with the other
 packages or will this be like playing with fire ? i need a reliable
mailbox
 and cannot afford to loose customers. is vpopmail 5.0 reliable ?


5.0pre3, tomorrow it will be 5.0. Is actually the last
4.10 version. There are no known problems. I personally
set it up on a 4 machine cluster with over 300,000 users
and it has been rock solid for 2 months.

I recommend the 5.0 release. 5.0 is going to be the
recommended version to use with sqwebmail 3.0. Took
all summer to get there.

Ken





RE: Authentication in 5.0pre3

2001-09-06 Thread Brad Dameron

I don't believe this is a issue with the _. I do believe it is related to
the same problem I am encountering when I upgrade. Here it is.


Vpopmail will not authneticate virtual users. I get a vpopmail user not
found [EMAIL PROTECTED].

My configuration is as follows:

./configure --enable-mysql=y \
--enable-sqlincdir=/usr/local/include/mysql \
--enable-sqllibdir=/usr/local/lib/mysql \
--enable-logging=v \
--enable-log-name=pop3

I upgraded a box from 4.9.9 to 5.0pre3 and it immediately started give the
authentication errors.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Elric [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:58 AM
To: [EMAIL PROTECTED]
Subject: Authentication in 5.0pre3


I run a FreeBSD 4.3 system which allows the _ char in usernames.
Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
fails with a user not found:

Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found
[EMAIL PROTECTED]:127.0.0.1


Matt Ford




RE: Authentication in 5.0pre3

2001-09-06 Thread Brad Dameron

I am using the default ones created by vpopmail on install.

pw_name  varchar(32)
pw_domain  varchar(223)
pw_passwd  varchar(255)
pw_uid  int(11)
pw_gid  int(11)   NULL
pw_gecos  varchar(255)   NULL
pw_dir  varchar(255)   NULL
pw_shell  varchar(255) NULL



pw_name  pw_domain pw_passwd  pw_uid pw_gid  pw_gecos
---  - -  -- --  
test checkoutisle.net  o8Z7Yt1Onv8pM  0  0   test

pw_dir pw_shell
-- 
/vmail/domains/checkoutisle.net/test   NOQUOTA


So the upgrade should work unless the databases have been changed.


---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 1:53 PM
To: [EMAIL PROTECTED]
Cc: Elric; [EMAIL PROTECTED]
Subject: RE: Authentication in 5.0pre3


Could you send me the tables in your mysql vpopmail
database with thier descriptions?

I can check it against the tables that get created with 5.0

Ken

On Thu, 2001-09-06 at 15:07, Brad Dameron wrote:
 I don't believe this is a issue with the _. I do believe it is related to
 the same problem I am encountering when I upgrade. Here it is.


 Vpopmail will not authneticate virtual users. I get a vpopmail user not
 found [EMAIL PROTECTED].

 My configuration is as follows:

 ./configure --enable-mysql=y \
 --enable-sqlincdir=/usr/local/include/mysql \
 --enable-sqllibdir=/usr/local/lib/mysql \
 --enable-logging=v \
 --enable-log-name=pop3

 I upgraded a box from 4.9.9 to 5.0pre3 and it immediately started give the
 authentication errors.

 ---
 Brad Dameron  
Network Account Executive
 TSCNet Inc.  
 www.tscnet.com
 Silverdale, WA.  
 1-888-8TSCNET



 -Original Message-
 From: Elric [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 06, 2001 9:58 AM
 To: [EMAIL PROTECTED]
 Subject: Authentication in 5.0pre3


 I run a FreeBSD 4.3 system which allows the _ char in usernames.
 Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
 fails with a user not found:

 Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found
 [EMAIL PROTECTED]:127.0.0.1


 Matt Ford








RE: Upgrade from 4.9.10 to 4.10.35

2001-08-28 Thread Brad Dameron

Hey ken,

That worked. However vpopmail will no longer authenticate any users that use
the aliased domain name.

So if a user does username@tscnet.com it authenticates. If a user does
username@sinclair.net (our other domain) it says user not found. What do I
need to do to get it to authenticate the second domain. Is there now a MySQL
table or change that needs to be done. I read that the new vpopmail uses
MySQL for aliases and other things.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 28, 2001 4:41 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Upgrade from 4.9.10 to 4.10.35


On Mon, 2001-08-27 at 14:44, Brad Dameron wrote:
 First off:

 Using mysql for authentication.

 Well I tried to upgrade vpopmail so I could upgrade my qmailadmin for
 testing. But after I upgraded my users could no longer authenticate.

 vchkpw: vpopmail user not found

 I used the exact same configuration was I did with 4.9.10. It is listed
 here:

 ./configure --enable-mysql=y \
 [EMAIL PROTECTED] \
 --enable-default-domain=tscnet.com \
 --enable-large-site=y \
  ^
enable large site has been removed from 4.10 and replaced with
  --enable-many-domains=n|y
Default is yes, no optimizes for sites with one domain and many users

You want --enable-many-domains=n

Which means it is looking for only one table vpopmail
that holds all the users. You have one table per domain.
Hence it can't find the user in the vpopmail table.

Ken Jones

 --enable-sqlincdir=/usr/local/include/mysql \
 --enable-sqllibdir=/usr/local/lib/mysql \
 --enable-logging=v \
 --enable-log-name=pop3 \
 --enable-passwd=n

 I added in the following to my configure script:

 --enable-auth-logging=y

 which should not of made my users not be able to authenticate. Yes I did
 modify the vmysql.h file and put my passwords in.

 I have tried several things. But no go. I looked over the vmysql.h file
for
 table changes or something but didn't anything that would cause the
problem.
 It is like it no longer recognizes my default-domain. I am not a noob
here.
 So please give me some advanced advice.

 ---
 Brad Dameron  
Network Account Executive
 TSCNet Inc.  
 www.tscnet.com
 Silverdale, WA.  
 1-888-8TSCNET










Upgrade from 4.9.10 to 4.10.35

2001-08-27 Thread Brad Dameron

First off:

Using mysql for authentication.

Well I tried to upgrade vpopmail so I could upgrade my qmailadmin for
testing. But after I upgraded my users could no longer authenticate.

vchkpw: vpopmail user not found

I used the exact same configuration was I did with 4.9.10. It is listed
here:

./configure --enable-mysql=y \
[EMAIL PROTECTED] \
--enable-default-domain=tscnet.com \
--enable-large-site=y \
--enable-sqlincdir=/usr/local/include/mysql \
--enable-sqllibdir=/usr/local/lib/mysql \
--enable-logging=v \
--enable-log-name=pop3 \
--enable-passwd=n

I added in the following to my configure script:

--enable-auth-logging=y

which should not of made my users not be able to authenticate. Yes I did
modify the vmysql.h file and put my passwords in.

I have tried several things. But no go. I looked over the vmysql.h file for
table changes or something but didn't anything that would cause the problem.
It is like it no longer recognizes my default-domain. I am not a noob here.
So please give me some advanced advice.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET






RE: No socket error

2001-08-15 Thread Brad Dameron



What 
OS are you running? Run a "top" and see how many processes are running. Maybe 
you are maxing them out.

---Brad Dameron 
 
 
 
 
 
 
 
 Network Account ExecutiveTSCNet 
Inc.  
www.tscnet.comSilverdale, WA.  
 
 
 
 
 
 
 1-888-8TSCNET 


  -Original Message-From: M.R.Selvakumar 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 14, 2001 7:42 
  PMTo: [EMAIL PROTECTED]Subject: No socket 
  error
  Hi,
  
  My Qmail mail Server was running perfectly until 
  I have created 2000 pop accounts in single day.. Same day I use to get "No 
  Socket error". And I found that Tcpserver concurrent was 40, so I changed it 
  to 250. Even when concurrent users are below 250.. again I am getting No 
  Socket error. But after sometime it rectifies automatically. I don't why this 
  problem arises..
  
  Anyone faced same problem..?
  
  
  Thanx in advance
  
  Selva


RE: Vdelivermail, Maildir support and NFS 'safety'

2001-06-05 Thread Brad Dameron


I am just moving to a NFS server. This is something I would definately
want. Please let me know what becomes of this.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Marcus Williams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 6:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Vdelivermail, Maildir support and NFS 'safety'


Hi -

Thats fair enough! Okay, so the next question is - does this matter at
all for vpopmail? If it does I can put a patch together that does this
and submit it to you if you want. If it doesnt then I can put a patch
up on a website if anyone wants it which I'll try to keep up to date
with vpopmail stable versions (which I tend to follow with our
production box). Obviously the first solution is better since it'll
get more testing in the development versions.

Marcus


 -Original Message-
 From: Ken Jones [mailto:[EMAIL PROTECTED]]
 Sent: 05 June 2001 14:04
 To: [EMAIL PROTECTED]
 Subject: Re: Vdelivermail, Maildir support and NFS 'safety'

[snip]
  Is there any reason (other than optimisation) that these
 calls have
  been removed (or in the case of the missing fsync not
 implemented)?

 Yes, there is another reason. I like to get about 8 hours of
 sleep a night :)

 Ken Jones








autorespond 1.0

2001-04-02 Thread Brad Dameron


Does anyone have a patch to remove the header information from the response
of the autoresponder? I still want to keep the message sent to the
responder. Just get rid of the delivered to header information.

Thank you.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.243 / Virus Database: 118 - Release Date: 3/30/2001




vpopmail 4.9.9 update?

2001-03-21 Thread Brad Dameron


I thought there was going to be a vpopmail update put on the webpage? I
would like to get the update with Bill's patch added to it.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Aliasing issue.

2001-03-21 Thread Brad Dameron


We put a .qmail-test in our domain directory. We have a user of test and
test1. In that file is:

test@domain
test1@domain

How can we have it deliver mail to both mailbox's? It seems to create a
weird loop because of the alias of test matching the user of test. Is there
a way to get it to deliver to both even when the alias is the same as the
first user?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Major Auth problem.

2001-03-18 Thread Brad Dameron


  Here is a list of problems we are encountering.

  If a user tries to use username@domain they can not authenticate. This is
how the older copies of Eudora function.  Another thing is I am using
Courier Imap with the authvckpw and if a user use's username@domain it will
authenticate the primary domain but will not authenticate the aliased
domains correctly. There is also the problem with if you do a vpasswd
user@aliaseddomain it thus fails because vpopmail doesn't see it as pointing
to the primary domain. All these problems are related to the same thing.
This is a major problem I am encountering.


---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Another alias domain issue.

2001-03-18 Thread Brad Dameron


  Also when you do a vdeldomain domain it does not remove the aliased
domains. So now I have a bunch of symbolic links that goto nowhere.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




FW: failure notice

2001-03-17 Thread Brad Dameron


   I set vpopmail with the --enable-default-domain=tscnet.net.  Now when I
do a adduser test test it will add the user in the /vmail/users directory
which is where I want the users to go but it doesn't add them correctly to
MySQL so they can not authenticate. Is this not how it is supposed to work?
I would prefer to use the users directory for the system users mail. I am
trying to use vpopmail for our primary mail server without any other
domains.


---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




How to log everything?

2001-03-17 Thread Brad Dameron



  Alright I have tried --enable-logging=y, --enable-logging=p. Neither one
will log all the info. I want it to log the logins, the failed logins, as
well as the users password they tried to use. Is this broken? If not how do
I get it to work?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




--enable-log-name=

2001-03-14 Thread Brad Dameron


  I used --enable-log-name=pop3 option in my configuration but it seems
vpopmail still writes to the maillog. I am using --enable-logging=yp as
well. Is there something I am using incorrectly? Do I need to supply the
full path tp the pop3 log file?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Vpopmail 4.9.8-1.

2001-03-13 Thread Brad Dameron


I have the following set for my config:

--enable-logging=p

Now shouldn't that log everything including passwords?? Right now it is not
logging anything. Or should this be:

--enable-logging=yp


Thank you.
---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Vpopmail 4.9.8-1, another question.

2001-03-13 Thread Brad Dameron


What is the users directory used for on vpopmail? Wouldn't that be where it
stores the default domains users? Is there a way to set it up to do this? I
know vpopmail is designed for virtual domains but I am trying to use it for
my main mail server as well. I have around 8,000 customers with accounts.
Would qmail-pop3 be better to use or will this do the trick?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001




Multiple catch all accounts?

2001-03-07 Thread Brad Dameron


  I know you can put the catch all email account in the .qmail-default file.
But can you put multiple catch all accounts? Should I do this via a forward?
Like set the catch all account to be like zzz@domainname and then set zzz as
a forward to the other accounts?


---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/2001




RE: Multiple catch all accounts?

2001-03-07 Thread Brad Dameron


  Lol. Thanks Bill. Your always so helpful. Haha. I was more hoping for a
easy .qmail-default mod. But the otherway works. G

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com

 -Original Message-
 From: Bill Shupp [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 07, 2001 2:48 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Multiple catch all accounts?


 on 3/7/01 4:48 PM, Brad Dameron at [EMAIL PROTECTED] wrote:

 
  I know you can put the catch all email account in the
 .qmail-default file.
  But can you put multiple catch all accounts? Should I do
 this via a forward?
  Like set the catch all account to be like zzz@domainname
 and then set zzz as
  a forward to the other accounts?

 Sure.

 -Bill

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/2001




RE: Strange request...

2001-03-02 Thread Brad Dameron

Dang can I get an account? Shells are BAD BAD BAD!!! Especially now days. We
are a large ISP and only offer a shell on a specific machine firewalled off
to the other machines.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 02, 2001 3:48 PM
 To: Brad Dameron
 Cc: [EMAIL PROTECTED]
 Subject: RE: Strange request...


 Not really, because the /etc/passwd users telnet in and use
 pine and other
 such functions.

 Thanks,

 Tren.

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 - Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
 = End of Time Networks  http://www.theendoftime.net  -
 - (403) 269-2122 =
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 On Fri, 2 Mar 2001, Brad Dameron wrote:

 
However I do believe it is best to have all mail setup as
 virtual domains.
  This allows you to use the Qmailadmin with all your
 accounts and makes it
  easier to manage.
 
  ---
  Brad Dameron
 [EMAIL PROTECTED]
  Network Account Executive   877-663-4349
  TSCNet Online Services
www.tscnet.com

  -Original Message-
  From: Bill Shupp [mailto:[EMAIL PROTECTED]]
  Sent: Friday, March 02, 2001 3:44 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Strange request...
 
 
  on 3/2/01 4:52 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
 
   Hi List;
  
   I'm really not sure if this is possible, but here is my question.
  
   With VPOPMail, you can support /etc/passwd users.  With the
  POP3 daemon
   that comes with it, you can authenticate an /etc/passwd
  user and open up
   the relay for that user.
  
   Now, if you use another program that works off of the
  vpopmail library
   (such as courier imap for example) it will handle virtual
  domain users (in
   the form of [EMAIL PROTECTED]) but, it will NOT handle
  /etc/passwd users
   being passed down to the vpopmail authentication module and
  thus open a
   relay for that user.
  
   I suppose the answer would be to move the /etc/passwd users
  into a virtual
   domain and compile it with default domain, but it seems
  that since the
   vpopmail program can handle it, why can the library not
  handle it for
   other programs that support vpopmail authentication?
 
  It should work.  Just have courierimap ONLY use the
  authvchkpw module.  And
  if vchkpw is setup to authorize /etc/passwd users, it should work.
 
  -Bill
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/2001



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/2001




RE: Courier IMAP

2001-02-06 Thread Brad Dameron

Easier to do the following:

``env LIBS="-L/usr/local/lib/mysql -lmysqlclient -lz"'' ./configure

Put that on the command line or run it from another script as I do.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com

 -Original Message-
 From: Daniel Hardaker [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 06, 2001 10:44 AM
 To: [EMAIL PROTECTED]
 Subject: Courier IMAP
 
 
 Thanks a lot to everyone who has replied to my problem.  
 After searching
 through various archives ive found the following, which fixed 
 the problem:
 in authlibs/Makefile
 
 change  "libauth_authvchkpw_a_LIBADD ="
 to
  "libauth_authvchkpw_a_LIBADD = -L/usr/lib/mysql -lmysqlclient"
 
 an "authvchkpw_LDFLAGS ="
 to
 "authvchkpw_LDFLAGS = -L/usr/lib/mysql -lmysqlclient"
 
 Then it fails once, and I have to edit authlib/authvchkpw.libsdep to
 include -L/var/lib/mysql -lmysqlclient
 
 Hope this helps anyone with the same problem.  Seems to be 
 very bad coding
 or something in the Courier IMAP package... but it works now 
 for the purpose
 I wanted, so thats ok.
 
 - Daniel (@iv2.co.uk)
 
 
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/2001
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/2001




vpopmail 4.9.8 and courier-1.3.2

2001-02-06 Thread Brad Dameron


I am using Vpopmail with MySQL. I am currently using authvchkpw under
courier-imap for my webmail interface. With the new version of courier I see
some new configuration with the authentication. What is the best way to do
authentication for courier and Vpopmail using MySQL? Should I use
authdaemond?


---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/2001




Aliasing problem.

2001-01-22 Thread Brad Dameron


First off I am using Qmailadmin 0.42 and Vpopmail 4.9.8 with
MySQL.
There seems to be a problem with using aliases when a popaccount
has a "_" underscore in the username. I have a user of "erin_s" and I 
tried to add a alias of "reporter". It looks like it add's it but does not
display it. Then I tried an alias of "testing" and that worked. Something
I noticed in the Vpopmail database under the "dir_control" table under
cur_users it only shows 3 when there is actually 6. It seems to not notice
the 3 users with the "_" underscore in the username. Please advise on how
to fix this.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




.qmail-default

2001-01-08 Thread Brad Dameron


The .qmail-default file holds the catch all user info. I would use the
vadddomain -e command to set the catch all user but it is broke and I have
yet to get a response on a fix. So does anyone know the format of this
file so I can setup a domain with one account to catch all of the main for
it?

Thank you.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




Re: Additional domains.

2001-01-08 Thread Brad Dameron

On Mon, 8 Jan 2001, Matthew Patterson wrote:

 use the vaddaliasdomain command in ~vpopmail/bin
 

Thanks for all the quick reponses. I would of prefered that it didn't use
a symbolic link to do it however. Should be a better way.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




Additional domains.

2001-01-08 Thread Brad Dameron


First I am using Qmailadmin .39 and vpopmail 4.9.7. How can I
setup qmail to accept mail to "checkoutisle.net" and
"mail.checkoutislenet" for the same virtual? I am using MySql database
with vpopmail. The checkoutisle.net domain works fine since I used
vadddomain. But then I manually added mail.checkoutisle.net to the
/var/qmail/control/rcpthosts file and the virtualdomains file. Then I
added it to the vpopmail database under the vpopmail table. So the
testuser account is identical. Even after a reload of qmail it still
bounce's the mail. The only other file I see that might need edited is the
/var/qmail/users/assign file but I have no idea what change. Anyone else
doing this? It should be part of the vpopmail package.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




vadddomain problem.

2001-01-05 Thread Brad Dameron


I reported a problem with the vadddomain executable to where it
dump's core when using the -e switch. Has anyone corrected this in the
last version so I can download and test it?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




Re: Strage problem with VPOPMAIL

2001-01-04 Thread Brad Dameron

On Thu, 4 Jan 2001, Arvind Agarwal wrote:

 Hi,
 
 I have installed QMAIL + VPOPMAIL 4.9.7 on Redhat Linux 7.0. Facing a very
 strange problem.
 
 On installation of VPOPMAIL everything works fine i am able to reveive and
 send emails to virtual domains.
 
 After certain time around 30-60 minutes the virtual domains stops working.
 i.e. It does not recognize the user and domains any more. I checked the
 domains directory in vpopmail, everything is there as it is. But none of the
 domains are accessible through any of the vpopmail executables, i tried
 vuserinfo also it says no such user or domain. But the same setup works fine
 for half an hour immediately after installation, i was able to vuserinfo on
 the user, and was able to send and receive emails.
 
 I checked the logs also it says cannot chdir to maildir. For any incoming
 emails which are received and it does not recognize the pop user for
 incoming emails. I am very confused now since if there was any configuration
 problem it should not work at all (but it works for inital half hour or so).
 
 After having the problem if i remove all the domain directorys from the
 domains directory in vpopmail. And again add the domains everything works
 fine again. But stops agina after sometime.
 
 Have anyone faced this kind of problem? Any solutions?? Suggestions?
 
 Any help will be appreciated. (BTW, i tried the same with VPOPMAIL 4.9.6-1
 and the same problem occured)
 
 Arvind Agarwal

It sounds to me like a permissions problem. As in one of your programs is
running as the root user instead of the vpopmail user and changing
ownership of the qmail files to root. You need to make sure you installed
Qmail correctly using the proper usernames and groups.

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com




vpopmail 4.9.6

2001-01-03 Thread Brad Dameron


It seems that when I do a "vadddomain -e emailaddress test.com test" to
add the domain of test.com with the password of test and to do a catch all
address of whatever that it dumps core. It does create the directory and
the files but does not change the .qmail-default to include the catchall
address. Anyone know if the 4.9.7 fixes this or is this a bug?

---
Brad Dameron[EMAIL PROTECTED]
Network Account Executive   877-663-4349
TSCNet Online Services  www.tscnet.com