[vchkpw] resetting dir-control

2003-09-11 Thread Flavio Curti
Hi I use vpopmail 5.2.1, with activated directory hashing. Now after several vadddomain's and vdeldomain's i ended up adding new domains to the domains/X/ directory. I would like to start it over again (ie, add the new domains to domains/A/ again). Is there a way to do this? Any pointers

Re: [vchkpw] How to package up a new release?

2003-09-11 Thread Evren Yurtesen
I like the way freebsd guys handle this. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html They have a current branch which is the latest code, release tags gives you exact release when they released a new version. Thus you can chose to upgrade your operating system via

Re: [vchkpw] OT: vpopmail spamd user prefs

2003-09-11 Thread Oden Eriksson
torsdagen den 11 september 2003 02.23 skrev Bill Shupp: [...] I'm using this in the context of WebUserPrefs, a PHP config tool for SpamAssassin, plus a new panel that allows for optional deletion of spam. Once I get all this working smoothly, I'll post some docs on how it's working for me.

Re: [vchkpw] Setting Qmailqueue value for virtual domains

2003-09-11 Thread Martin Horsley
Paul Theodoropoulos wrote: you could get away with two stages - run a spam filtering smtpd on an alternate port on your vpopmail server - i use port 26 - then you can use smtproutes on the primary/secondary MX to feed to the different ports, eg: iwantspam.com:myvpopmailserver.com:25

[vchkpw] vpopmail 5.3.23

2003-09-11 Thread Chris Pugh
Have been playing with the above release for a while, with a few domains under test, 8 to be precise. Having just tried to add another one I get the following result: ./vadddomain justadomain.com Please enter password for postmaster: enter password again: Segmentation fault ( you're going

Re: [vchkpw] vpopmail 5.3.23

2003-09-11 Thread Michael Bowe
Have been playing with the above release for a while, with a few domains under test, 8 to be precise. Having just tried to add another one I get the following result: ./vadddomain justadomain.com Please enter password for postmaster: enter password again: Segmentation fault (

Re: [vchkpw] resetting dir-control

2003-09-11 Thread Ken Jones
On Thursday 11 September 2003 1:05 am, Flavio Curti wrote: Hi I use vpopmail 5.2.1, with activated directory hashing. Now after several vadddomain's and vdeldomain's i ended up adding new domains to the domains/X/ directory. I would like to start it over again (ie, add the new domains to

Re: [vchkpw] resetting dir-control

2003-09-11 Thread Flavio Curti
Hi On Thu, Sep 11, 2003 at 07:56:55AM -0500, Ken Jones wrote: On Thursday 11 September 2003 1:05 am, Flavio Curti wrote: domains/X/ directory. I would like to start it over again (ie, add the new domains to domains/A/ again). Is there a way to do this? Any Just delete the .dir-control file

Re: [vchkpw] OT: sourceforge management

2003-09-11 Thread Anders Brander
Hi, On Wed, 2003-09-10 at 21:09, Ken Jones wrote: Does anyone know how to delete a project at sourceforge. http://sourceforge.net/docman/display_doc.php?docid=14041group_id=1#projectremoval /Anders

Re: [vchkpw] Setting Qmailqueue value for virtual domains

2003-09-11 Thread Paul Theodoropoulos
At 03:38 AM 9/11/2003, Martin Horsley wrote: Paul Theodoropoulos wrote: you could get away with two stages - run a spam filtering smtpd on an alternate port on your vpopmail server - i use port 26 - then you can use smtproutes on the primary/secondary MX to feed to the different ports, eg:

Re: [vchkpw] Setting Qmailqueue value for virtual domains

2003-09-11 Thread Tom Collins
On Thursday, September 11, 2003, at 08:59 AM, Paul Theodoropoulos wrote: i also run a *third* smtpd for customers who are on networks that block outbound port 25, i also run one called smtpd-2525, which is the alternate port i offer those customers to use to bypass the blocking. There's

Re: [vchkpw] Setting Qmailqueue value for virtual domains

2003-09-11 Thread Paul Theodoropoulos
At 09:54 AM 9/11/2003, Tom Collins wrote: On Thursday, September 11, 2003, at 08:59 AM, Paul Theodoropoulos wrote: i also run a *third* smtpd for customers who are on networks that block outbound port 25, i also run one called smtpd-2525, which is the alternate port i offer those customers to

Re: [vchkpw] Setting Qmailqueue value for virtual domains

2003-09-11 Thread Nick Harring
Paul Theodoropoulos wrote: At 09:54 AM 9/11/2003, Tom Collins wrote: On Thursday, September 11, 2003, at 08:59 AM, Paul Theodoropoulos wrote: i also run a *third* smtpd for customers who are on networks that block outbound port 25, i also run one called smtpd-2525, which is the alternate

[vchkpw] imap before smtp

2003-09-11 Thread ted
I've got a LWQ-style qmail configuration, plus vpopmail 5.3.27 and courier-imap-2.1.1.20030902. I have roaming users enabled (as well as qmail-ext), and POP3 before SMTP works perfectly (using qmail-pop3d). IMAP also seems to work just fine, but it does not update open-smtp. My workaround

Re: [vchkpw] imap before smtp

2003-09-11 Thread Bill Shupp
On Thursday, September 11, 2003, at 10:53 AM, ted wrote: I've got a LWQ-style qmail configuration, plus vpopmail 5.3.27 and courier-imap-2.1.1.20030902. I have roaming users enabled (as well as qmail-ext), and POP3 before SMTP works perfectly (using qmail-pop3d). IMAP also seems to work

Re: [vchkpw] imap before smtp

2003-09-11 Thread Charles Sprickman
This is a good FAQ item, for when we have a FAQ. Mr. Sam has disabled the imap-before-smtp function in the authvchkpw code. I've looked at the courier archives, and there's no explanation from him as to what the problem is... Just lots of questions. :) Bill's suggestion might not work, as he

Re: [vchkpw] imap before smtp

2003-09-11 Thread Ken Jones
The preauthvchkpw.c module needs to be modified. The problem is, when a user attempts to authenticate, if their user name exists on the system then it will open up relay. However, at that point in the code the user has not been authenticated. I attempted to fix this before but became confused on

Re: [vchkpw] imap before smtp

2003-09-11 Thread Paul Theodoropoulos
mr. varshavchik addressed this on the sqwebmail mailing list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06068.html it's a lovely little rant. At 12:35 PM 9/11/2003, Charles Sprickman wrote: This is a good FAQ item, for when we have a FAQ. Mr. Sam has disabled the imap-before-smtp

Re: [vchkpw] imap before smtp

2003-09-11 Thread ted
Charles, Bill, Ken, thanks for the quick responses. Indeed Bill's suggestion doesn't do the trick for my configuration. Charles, I'd make your suggested change, but am concerned about Ken's further input on the topic. I don't suppose an older version of Courier-IMAP is the answer? -ted Ken

[vchkpw] courier-imap / sql files

2003-09-11 Thread Ken Jones
Mr Sam's post brings up some interesting topics. The first about a buffer that needs to be cleared has already been dealt with. The issue about sql login being compiled in also brings up another issue.. By putting the sql information into a ~vpopmail/etc file it solves the issue as long as

Re: [vchkpw] imap before smtp

2003-09-11 Thread Tom Collins
On Thursday, September 11, 2003, at 01:06 PM, Paul Theodoropoulos wrote: mr. varshavchik addressed this on the sqwebmail mailing list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06068.html it's a lovely little rant. Does someone have an email address for him? I'm trying [EMAIL

Re: [vchkpw] courier-imap / sql files

2003-09-11 Thread Tom Collins
On Thursday, September 11, 2003, at 01:22 PM, Ken Jones wrote: The issue about sql login being compiled in also brings up another issue.. By putting the sql information into a ~vpopmail/etc file it solves the issue as long as all email domains are owned by vpopmail. If any domains are under a

Re: [vchkpw] courier-imap / sql files

2003-09-11 Thread Anders Brander
Hi, On Thu, 2003-09-11 at 22:47, Tom Collins wrote: On Thursday, September 11, 2003, at 01:22 PM, Ken Jones wrote: The issue about sql login being compiled in also brings up another issue.. By putting the sql information into a ~vpopmail/etc file it solves the issue as long as all email

Re: [vchkpw] imap before smtp

2003-09-11 Thread Bill Shupp
On Thursday, September 11, 2003, at 01:14 PM, ted wrote: Charles, Bill, Ken, thanks for the quick responses. Indeed Bill's suggestion doesn't do the trick for my configuration. Charles, I'd make your suggested change, but am concerned about Ken's further input on the topic. I don't suppose an

[vchkpw] Setting up vpopmail with qmail and courier-IMAP

2003-09-11 Thread Tom Spencer
Im sorry if this has been posted before but I couldnt find anything: I have previously installed qmail, squirrelmail and courier-imap.. Now when I try to install vpopmail it works incorrectly. I imagine I should have installed courier-imap then vpopmail. Is there a way round

[vchkpw] Re: courier-imap / sql files

2003-09-11 Thread Paul L. Allen
Tom Collins writes: This is an interesting point and I'd love to find a clean solution to this issue. I don't think you'll find a clean solution which doesn't involve set-id. All the others are messy to administer, like a MySQL username per system user or adding a special group to every user

Re: [vchkpw] Setting up vpopmail with qmail and courier-IMAP

2003-09-11 Thread Chris Pugh
You don't say what the problem actually is Tom .. 'works incorrectly' doesn't tell us anything. qmail and vpopmail, and courier IMAP / squirrelmail However, once qmail is in and the daemons are running, a deinstall/make distclean, or otherwise of vpopmail seems to not cause any trouble.

Re: [vchkpw] Re: courier-imap / sql files

2003-09-11 Thread Anders Brander
Hi, On Fri, 2003-09-12 at 01:17, Paul L. Allen wrote: This is an interesting point and I'd love to find a clean solution to this issue. I don't think you'll find a clean solution which doesn't involve set-id. All the others are messy to administer, like a MySQL username per system user or

Re: [vchkpw] Setting up vpopmail with qmail and courier-IMAP

2003-09-11 Thread mc 02
I'm sorry if this has been posted before but I couldn't find anything: I have previously installed qmail, squirrelmail and courier-imap.. Now when I try to install vpopmail it works incorrectly. I imagine I should have installed courier-imap then vpopmail. Is

[vchkpw] Re: courier-imap / sql files

2003-09-11 Thread Paul L. Allen
Anders Brander writes: If you add a special group to every user you are back where you started. I didn't say it was a good solution. I said it was a solution. Compared to that, a lot of the alternatives look good. I can't see what's wrong with a mysql user per system user. That would be

Re: [vchkpw] Re: courier-imap / sql files

2003-09-11 Thread Anders Brander
Hi, On Fri, 2003-09-12 at 03:16, Paul L. Allen wrote: If you add a special group to every user you are back where you started. I didn't say it was a good solution. I said it was a solution. Compared to that, a lot of the alternatives look good. Agree, alternatives are better. I can't

[vchkpw] Re: courier-imap / sql files

2003-09-11 Thread Paul L. Allen
Anders Brander writes: It could get rather unwieldy if you use MySQL for other things. Why? Just a gut feeling that if you have many MySQL users for one purpose and many more MySQL users who are there purely as a fiddle to allow vpopmail to work then it could make life difficult to

[vchkpw] IMAP and Pop3

2003-09-11 Thread Geoff Byers
For some reason my pop3d has stopped working. It still running but fails to deliver my mail :(. IMAP gets the messages fine but pop3 refuses to send them. Any ideas or guesses as to why this is would be very helpful, thanks :D Geoff

[vchkpw] RE: I must have missed your answers, vpopmail .quotawarn.msg

2003-09-11 Thread Shai Ben-Naphtali
Anyone, anything? Shai. Hi all, I'm afraid I was told that some people replied to my msg.. but I MUST have missed it somehow and so I'm making this email again, in HOPE that I'll get help in this issue and not miss it this time around. I made /home/vpopmail/domains/.quotawarn.msg I

Re: [vchkpw] RE: I must have missed your answers, vpopmail .quotawarn.msg

2003-09-11 Thread Paul Theodoropoulos
question - is the .quotawarn.msg ownership/group set correctly? At 09:55 PM 9/11/2003, Shai Ben-Naphtali wrote: Anyone, anything? Shai. Hi all, I'm afraid I was told that some people replied to my msg.. but I MUST have missed it somehow and so I'm making this email again, in HOPE that I'll

Re: [vchkpw] IMAP and Pop3

2003-09-11 Thread Jeremy Kitchen
On Thu, 2003-09-11 at 22:53, Geoff Byers wrote: For some reason my pop3d has stopped working. It still running but fails to deliver my mail :(. IMAP gets the messages fine but pop3 refuses to send them. Any ideas or guesses as to why this is would be very helpful, thanks :D 'refuses to

RE: [vchkpw] RE: I must have missed your answers, vpopmail .quotawarn.msg

2003-09-11 Thread Shai Ben-Naphtali
Thanks for the response! # pwd /home/vpopmail/domains # ls -al .quotawarn.msg -rw---1 vpopmail vchkpw371 Sep 9 09:17 .quotawarn.msg Ok? Shai. -Original Message- From: Paul Theodoropoulos [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 6:03 AM To:

[vchkpw] How to completely remove a database

2003-09-11 Thread Don Walters
I am trying to wipe out everything and start from scratch. I tried using drop database vpopmail; and creating it again using the instructions to install vpopmail, but I'm unable to add the same domains back again. It keeps saying the domain already exists. If I try to use the command

Re: [vchkpw] How to completely remove a database

2003-09-11 Thread Bill Shupp
On Thursday, September 11, 2003, at 10:21 PM, Don Walters wrote: I am trying to wipe out everything and start from scratch. I tried using drop database vpopmail; and creating it again using the instructions to install vpopmail, but I'm unable to add the same domains back again. It keeps

Re: [vchkpw] How to completely remove a database

2003-09-11 Thread Jeremy Kitchen
On Fri, 2003-09-12 at 00:21, Don Walters wrote: I am trying to wipe out everything and start from scratch. I tried using drop database vpopmail; and creating it again using the instructions to install vpopmail, but I'm unable to add the same domains back again. It keeps saying the domain