Re: [vchkpw] php vpopmail daemon etc. - developing story

2004-04-03 Thread Rick Widmer
Iavor Raytchev wrote: (on the wiki) * brief idea - combination of extension and daemon I think that should be changed. 'Extension' implies C code that is compiled into PHP. With a daemon there is no need for such drastic measures. 'Module' or 'library' would be better since the whole

[vchkpw] proposed vpopmaild commands/usage

2004-04-03 Thread Ken Jones
Here is what I've come up with so far for the vpopmaild daemon. Comments? I have a working vpopmaild now. If we can work out the details then I can probably have a version for testing by Monday. I added file/directory commands so we can manage .qmail files or create autoresponder

Re: [vchkpw] proposed vpopmaild commands/usage

2004-04-03 Thread Marcin Soltysiak
Hi, Here is what I've come up with so far for the vpopmaild daemon. Comments? addaliasdomain (and derivatives) auth: SA - no restrictions auth: DA - depends on privileges usage: adddomain domain name alias domain returns: OK - on success ERROR error code error message example: client -

Re: [vchkpw] indirect reasons for 5.7.1? - behavior confirmed

2004-04-03 Thread X-Istence
Kurt Bigler wrote: snip The plot thickens. sockstat produced no output, apparently a limitation of the virtual server implementation. Inquiring into this, the parent server apparently had default processes answering (stupidly) when virtual server email servers were not running. The

[vchkpw] Hooks ignored / vpopmail daemon

2004-04-03 Thread Ron Guerin
I'm looking to use the .qmailadmin-hooks to call my vadduser shell script which turns on my spam handling system for new mailboxes by default. My problem is, my .qmailadmin-hooks file seems to be being ignored. Whether I put it in ~vpopmail/etc or in the domain's directory itself, the mailbox

[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 Jøran Kvalvaag
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

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

2004-04-03 Thread X-Istence
Jøran Kvalvaag wrote: 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 --

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

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

2004-04-03 Thread Jøran Kvalvaag
Jøran Kvalvaag wrote: 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

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

2004-04-03 Thread Jøran Kvalvaag
Jøran Kvalvaag wrote: 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

Re: [vchkpw] proposed vpopmaild commands/usage

2004-04-03 Thread Rick Widmer
Ken Jones wrote: Here is what I've come up with so far for the vpopmaild daemon. Looking good! Can I get an early copy? I'd like to try to build the PHP object to connect with it using sockets. I think most of what you have done looks great. Comments? Several. You don't show any

Re: [vchkpw] proposed vpopmaild commands/usage

2004-04-03 Thread Rick Widmer
Rick Widmer wrote: mkdir auth: SA - restricted to vpopmail domain directories auth: DA - restricted to DA domain directory auth: U - restricted to users directory usage: mkdir directory OK - on success ERROR error code error message What is directory, and how do I specify them. I think my