From: Bill S. <hos...@sh...> - 2003-07-17 16:37:46
|
On Thursday, July 17, 2003, at 09:22 AM, Edward McLain wrote: > Hello all. I just wanted to kind of through my $.02 in here. I work > for > an ISP as the network admin, blah blah blah, but I wrote a complete > frontend in PHP for qmail/vpopmail that we use on an everyday basis. > We, > however, are the only ones that use this frontend. All of our > customers > use QmailAdmin, for obvious reasons. The one thing that gets me is > that > in my php frontend I use the valias table for vpopmail, mostly because > I > haven't wanted to write something that rips through .qmail files, but > QmailAdmin is unable to see these aliases/forwards. How hard would it > actually be to put support for the valias table into QmailAdmin? or is > this more of waiting for the vpopmail guys to get support into the > vpopmail lib? I really think all this .qmail processing that is being discussed really should be done through some kind of valias processing structure that accommodates both cdb (.qmail) and sql (no .qmail) environments. That's what the valias binary does. Once that's in place, all the same logic would apply. But it seems like the sooner it is moved to that structure, the better if there is any plan to support valiases. Regards, Bill |