[vchkpw] Re: ps

2002-10-14 Thread Peter Palmreuther
Hello Raboo, On Sunday, October 13, 2002 at 1:55:19 PM you wrote: why does for example vadddomain and vdeldomain require /bin/ps ??? So that it can HUP qmail? Isn't it better to make vpopmail leave a pid file instead then? 1.) vpopmail ain't a process running at your system. 2.) What PID

[vchkpw] question about directory permissions

2002-10-14 Thread David
Hi all, Got what may be a silly question, but I have read the doccos etc, and havent found a specific answer to this one. The file permissions on the ~vpopmail directory structure all map out to basically only the user vpopmail can access it (well and root of course), now, to do some things

[vchkpw] Vpopbull problem

2002-10-14 Thread Edoardo Serra
Hi, I'm using vpopmail 5.2.1 with mysql authentication, to add a user to a domain I simply add a record to the DB and vpopmail will create the user directory as soon as they login or they receive a message. If I use vpopbull to send a mail to every user of the domain, the users who have never

Re: [vchkpw] Check Space Usage

2002-10-14 Thread Matt Simerson
On Wednesday, October 9, 2002, at 08:43 PM, Justin R. Miller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Matt Simerson on Wed, Oct 09, 2002 at 03:30:55PM -0400: Otherwise, Doug's heading down the right path. Write yourself a script that loops for each domain, and then each

Re: [vchkpw] Vpopbull problem

2002-10-14 Thread Ken Jones
I think vpopbull uses the vauth_getall() function. This function should return an entry for every user in the system. For cdb it uses the vpasswd.cdb file for mysql it uses the entries in the tables. For each user returned, it will use the directory entry for their Maildir location. If the

Re: [vchkpw] vconvert problem - ignoring one user

2002-10-14 Thread Ken Jones
The - in the domain name should not matter. I would suggest running vconvert in gdb and walk through the how it processes that one domain. Then you can see what is going on. Hope that helps Ken Jones On Sunday 13 October 2002 10:42 pm, Jesse Reynolds wrote: Hi I'm having a problem running

Re: [vchkpw] vqsignup+send_welcome.c

2002-10-14 Thread Ken Jones
On Sunday 13 October 2002 09:59 pm, sean xu wrote: Hi the vqsignup 0.5 have a file send_welcome.c ... the line snprintf(b, 255, %s/etc/welcome/%s, VPOPMAILDIR, domain); You can expland this line into (for a default setup) /home/vpopmail/etc/welcome/domain name. So if you create a

[vchkpw] Backup Accounts

2002-10-14 Thread André Rivotti Casimiro
Hi all, I have qmail, vpopmail, qmaildmin and sqwebmail installed. Does anyone know which files to backup in order to have a complete e-mail account backup? I need to move all the accounts and their data to a new machine and I don't want to lose all the data and I really don't want do create all

Re: [vchkpw] Re: ps

2002-10-14 Thread Raboo Treed
Yes I meant to say my Qmail package (including vpopmail) there must be a solution for runing qmail+friends in a jail patching qmail and vpopmail so it finds uses a PID file would be cool that is what i mean't sorry if I was unclear about that... - Original Message - From: Peter

Re: [vchkpw] Re: ps

2002-10-14 Thread Peter Palmreuther
Hi Raboo, On Mon, 14 Oct 2002 19:07:36 +0200 Raboo Treed [EMAIL PROTECTED] wrote: Yes I meant to say my Qmail package (including vpopmail) there must be a solution for runing qmail+friends in a jail patching qmail and vpopmail so it finds uses a PID file would be cool So put 'ps' and it's

[vchkpw] Blackhole?

2002-10-14 Thread Paul Theodoropoulos
Has anyone here successfully implemented the Blackhole spam/virus blocking system using vpopmail? I've installed it on my personal server (which uses unix accounts) and it works fine. But on my vpopmail server, i'm running into an assortment of oddball problems. The support for the program is

Re: [vchkpw] Check Space Usage

2002-10-14 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Matt Simerson on Mon, Oct 14, 2002 at 10:11:31AM -0400: Is there an efficient way to do this if you _don't_ use quotas, ideally something other than 'du'? Efficient is a relative term. If you're asking if there's a way to do this that's

RE: [vchkpw] vpopmail bug?

2002-10-14 Thread testuser4
I bumped this up to 25, to no avail. 166324 Query select pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell from vpopmail where pw_name = infou and pw_domain = stlgodhomes.com (login is info) Does anyone need anything from me, I can duplicate this all day long... Is anyone

RE: [vchkpw] Backup Accounts

2002-10-14 Thread Clayton Weise
This has been discussed countless times before. Please see http://bluedot.net/mail/archive/list.php?f=2 to search the archives. -Clayton -Original Message- From: André Rivotti Casimiro [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 7:24 AM To: [EMAIL PROTECTED] Subject:

RE: [vchkpw] Blackhole?

2002-10-14 Thread Clayton Weise
I tried to get blackhole running, but it was tough without the docs. I originally decided not to go with SA because it's written in perl, but it can be run as a daemon and there's a client written in C that actually is pretty quick. I gave up on blackhole though.. I wasn't able to get it to

[vchkpw] alias support via vpopmail in PHP

2002-10-14 Thread Mustafa Hashmi
Hi all, We have moved to qmail / vpopmail completely and it's working very well for our needs. We run a control panel written (in-house) in php which used to take care of adding / deleting users before we had moved to vpopmail. The new mail server however works in a jailed freebsd environment

Re: [vchkpw] alias support via vpopmail in PHP

2002-10-14 Thread Raboo Treed
well as my friend largo nicely put it 01:13 Iargo --enable-valias=y hehe ;) - Original Message - From: Mustafa Hashmi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 5:40 PM Subject: [vchkpw] alias support via vpopmail in PHP Hi all, We have moved to

[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

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread Steve Fulton
At 17:44 14/10/2002 -0700, Brad Dameron wrote: Well, there was a pre-development post of a link to Vpopmail 5.3.9 in September, though I found that rather perplexing for obvious reasons. That said, I to am finding the lack of response disconcerting, though I do know Inter7 has been very busy

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread David U.
Steve Fulton 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. convince them to set up a CVS so those of us who work on the code and actually see their results published! hint hint I'm happy to setup a public

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread Steve Fulton
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.. I'm happy to setup a public repository on one of my machines

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread vol
All our packages are under constant development. If you want the latest stable version, use version 5.3.8 from the development page (inter7.com/devel). It's planned to go stable. A new development version will take it's place with new patches, bug fixes, etc. Remember, our packages are GPL,

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-14 Thread David U.
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

[vchkpw] Strange Problems with Relay Table in vpopmail/mysql

2002-10-14 Thread Jeff Butts
Hi list, I've scoured the archives over and over again, and I simply can't find an answer to my problem... I've installed vpopmail with --enable-mysql=y and --enable-roaming-users=y, among other option. I've patched tcpserver with Matt Simerson's patch. I'm running tcpserver from my

Re: [vchkpw] Strange Problems with Relay Table in vpopmail/mysql

2002-10-14 Thread Schwarz Hans-Juergen
Hello, At Dienstag, 15. Oktober 2002 07:36, Jeff Butts wrote: When I log into the POP server, there are absolutely NO changes made to the relay table of the vpopmail database. I'm at a complete loss here, as there are absolutely no error messages given. I know that vpopmail works fine