Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-21 Thread Rick Widmer
Existence wrote: Rick Widmer wrote: That is what i meant, not everyone is able to have a special server just for mail, and thus running Apache as vpopmail:vchkpw is not an option. If you created some sort of deamon that allows you with public and privatekey's to communicate. Then you can

Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-21 Thread X-Istence
Rick Widmer wrote: Existence wrote: Rick Widmer wrote: That is what i meant, not everyone is able to have a special server just for mail, and thus running Apache as vpopmail:vchkpw is not an option. If you created some sort of deamon that allows you with public and privatekey's to

Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-18 Thread Rick Widmer
X-Istence wrote: Rick Widmer wrote (At least in part): I am adding the following functions to vpopmail: valias_select_names, valias_select_names_next, valias_select_names_end Kinda like C++'s std::vector things, allowing you to walk thru an array of aliased domain names. I don't know about

Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-18 Thread X-Istence
Rick Widmer wrote: X-Istence wrote: Rick Widmer wrote (At least in part): I am adding the following functions to vpopmail: valias_select_names, valias_select_names_next, valias_select_names_end Kinda like C++'s std::vector things, allowing you to walk thru an array of aliased domain names.

Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-16 Thread X-Istence
Rick Widmer wrote (At least in part): snip I am adding the following functions to vpopmail (If Tom allows them...) and adding support for them in the extension: valias_select_names, valias_select_names_next, valias_select_names_end Kinda like C++'s std::vector things, allowing you to walk thru

Re: [vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-16 Thread Jeremy Kitchen
On Mon, 2004-02-16 at 21:19, X-Istence wrote: If you don't agree, now is the time to show me a better way. How about a public private key sort of thing like SSH? Using named pipes as a means to talk to each other. This would require a deamon. Or even, just exec, and having a binary

[vchkpw] Re: [qmailadmin] Re: PHP vpopmail extension

2004-02-14 Thread Rick Widmer
qmadmin wrote: I'm interested in the PHP extensions you have for the current versions of vpopmail. Since I got more than one response, I'll answer on the list... I have changed vpopmail_auth_user (which calls vauth_user) so it returns false if the username/password/domain is invalid, or