[vchkpw] smtp auth

2003-02-23 Thread Jaime Chereau
Hi Roland.. and all You try this patch ("http://members.elysium.pl/brush/qmail-smtpd-auth/";) and run for you? Can you send me a copy off your's "/etc/tcp.smtp" and "/var/qmail/supervise/qmail-smtpd/run" I belive in that's it's my problem. or for all... how function "smtpd-auth"?? it's add a

Re: [vchkpw] 5.3.18 / bandwidth limits

2003-02-23 Thread Bill Shupp
> Hopefully 5.3.18 won't be frozen until line 1258 in vdelivermail.c is > 'trimmed' :) > > It just something that shouldn't be in the final, and, IMHO, is easier > to trim now than later. Yikes. Sorry about that. Looks like some leftover late night "creative" debugging. : ) I'll remove it. Bi

[vchkpw] Weird user/group for vpopmail/domains directory

2003-02-23 Thread sitesweb
[EMAIL PROTECTED] vpopmail]# lltotal 7drwxr-xr-x    2 vpopmail vchkpw   1024 fév 21 01:47 bindrwxr-xr-x    4 vpopmail vchkpw   1024 fév 21 01:47 docdrwxr-xr-x    5 vpopmail vchkpw   1024 fév 23 15:12 domainsdrwxr-xr-x    2 vpopmail vchkpw   1024 nov 26  2001 etcdrwxr-xr-

[vchkpw] vpopmail as a daemon

2003-02-23 Thread Jesse Guardiani
Greetings list, I'm sure people have considered this before, but I'd like to collect everyone's thoughts on the idea I'm about to present: VPopMail as a daemon What does everyone think about the possibility of turning vpopmail into a daemon? Complete with network ports and

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread John Johnson
Using MySQL or LDAP for your backend would make it easy to share the work load of qmailadmin and other things on other systems. -John - Original Message - From: "Jesse Guardiani" <[EMAIL PROTECTED]> To: "vpopmail" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 10:03 AM Subject: [vchk

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Ron Culler
I agree with that it would make life alot easier to integrate other web-based email apps. I currently use vpopmail with a mysql backend and have compiled in the valias support. This works great except that if I use qmailadmin I loose the valias(mysql) support as it only creates a .qmail file in t

[vchkpw] vpopmail extension modules

2003-02-23 Thread Jesse Guardiani
Greetings list, I've been thinking a bit about the architecture of vpopmail. It seems to me that the inter7 team is pretty busy making a living. (which is totally understandable) And new production releases don't come about very often. So what seems to be happening is that people who need new f

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Doug Clements
- Original Message - From: "Jesse Guardiani" <[EMAIL PROTECTED]> To: "vpopmail" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 10:03 AM Subject: [vchkpw] vpopmail as a daemon > Greetings list, > > I'm sure people have considered this before, but I'd like to collect everyone's thought

Re: [vchkpw] vpopmail extension modules

2003-02-23 Thread Doug Clements
- Original Message - From: "Jesse Guardiani" <[EMAIL PROTECTED]> To: "vpopmail" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 10:34 AM Subject: [vchkpw] vpopmail extension modules > Greetings list, > > I've been thinking a bit about the architecture of vpopmail. It seems to me that

RE: [vchkpw] vpopmail as a daemon

2003-02-23 Thread domi
I think this is a very bad idea and I'm not sure if it even possible. How can vpopmail interact with qmail if it runs as a deamon process ?? The whole idea of qmail is very simple and almost everything goes into a pipeline. This gives an easy way to write own modules/filters which can be added t

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Justin Heesemann
On Sunday 23 February 2003 19:26, Ron Culler wrote: > I agree with that it would make life alot easier to integrate other > web-based email apps. I currently use vpopmail with a mysql backend and > have compiled in the valias support. This works great except that if I > use qmailadmin I loose the

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Anders Brander
Hi, On Sunday 23 February 2003 19:03, Jesse Guardiani wrote: > What does everyone think about the possibility of turning vpopmail > into a daemon? Complete with network ports and the like. It would > allow for a much more distributed architecture, IMHO. How about: ssh -l vpopmail your.mailserver.

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Jesse Guardiani
You're right. I don't care for NFS. That's why I suggested this. Thanks, -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net We are actively looking for companies that do a lot of

Re: [vchkpw] vpopmail extension modules

2003-02-23 Thread Jesse Guardiani
- Original Message - From: "Doug Clements" <[EMAIL PROTECTED]> To: "Jesse Guardiani" <[EMAIL PROTECTED]>; "vpopmail" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 4:18 PM Subject: Re: [vchkpw] vpopmail extension modules > - Original Message - > From: "Jesse Guardiani" <[EMAI

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Jesse Guardiani
- Original Message - From: "Anders Brander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 6:15 PM Subject: Re: [vchkpw] vpopmail as a daemon > Hi, > > On Sunday 23 February 2003 19:03, Jesse Guardiani wrote: > > What does everyone think about the possibilit

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Brian Kolaci
Hi, Well, I don't see the need. vpopmail was made for qmail. Qmail invokes vpopmail using vdelivermail. What exactly would you daemonize? You would only want to make a daemon for things that are used *very* frequently and you need the extra speed. The only thing I see is authentication, for w

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Jesse Guardiani
- Original Message - From: "Brian Kolaci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 8:13 PM Subject: Re: [vchkpw] vpopmail as a daemon > > Hi, > > Well, I don't see the need. vpopmail was made for qmail. > Qmail invokes vpopmail u

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Brian Kolaci
> > Well, I don't see the need. vpopmail was made for qmail. > > Qmail invokes vpopmail using vdelivermail. > > > > What exactly would you daemonize? > > Authentication and access to vpopmail control functions. Creating users, domains, aliases, etc... > > Of coarse parts of vpo

Re: [vchkpw] vpopmail extension modules

2003-02-23 Thread Tren Blackburn
Hmm, I think you're taking this a bit too critically. You submitted this as an idea, and it's not really that your ideas are hated, it's just that most people can't seen an advantage to the changes you're proposing. If you think this is something that could be useful for even yourself, start

Re: [vchkpw] vpopmail extension modules

2003-02-23 Thread Jesse Guardiani
Well, I had originally decided not to answer these questions because Mr. Clements systematically found something he didn't like about nearly every point I made. However, after thinking about it a bit, I realize that was a bad choice, and more than a little silly. I appologize. In the spirit of

Re: [vchkpw] vpopmail as a daemon

2003-02-23 Thread Jesse Guardiani
- Original Message - From: "Brian Kolaci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 9:02 PM Subject: Re: [vchkpw] vpopmail as a daemon > > Like I said before, we already have the daemons. That's > qmail-smtpd, authdaemond, and t

Re: [vchkpw] Can't login to pop mail server (qmail+vpopmail)

2003-02-23 Thread Marcio R A Garcia
See this ... can help you http://www.mail-archive.com/[EMAIL PROTECTED]/msg05535.html regards .. Marcio - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 5:49 PM Subject: [vchkpw] Can't login to pop mail server (qmail+vp