Grokbase
Topics Posts Groups | in
x
[ help ]

Ask Bjørn Hansen (a...@develooper.com)

Profile | Posts (538)

User Information

Display Name:Ask Bjørn Hansen
Partial Email Address:a...@develooper.com
Posts:
538 total
4 in Class::DBI
1 in Dojo Tookit
9 in MogileFS
15 in Perl 5 Porters
35 in Perlbal
474 in qpsmtpd

5 Most Recent

All Posts
1) Ask Bjørn Hansen Install methods
| +1 vote
I think actually it's been reasonably scratched -- the debian package for example does it. The...
qpsmtpd
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Jan 3, 2009, at 2:10, Kaare Rasmussen wrote:

>>> On the topic of releasing, why isn't qpsmtpd released to CPAN?
>>
>> Because we never really got it easily installable via the whole
>> "Makefile.PL" route.
>
> Any specific problems? Is it because qpsmtpd can be installed in
> several ways,
> or is it just an itch nobody really cared to scratch yet?

I think actually it's been reasonably scratched -- the debian package  
for example does it.

The "problem" is that qpsmtpd in many ways is a developer tool and the  
default setup is optimized for that -- and many installs are just  
following that.  I'd like us to move towards doing a "proper" standard- 
ish install as the default.

(For that matter it'd be nice to move the standard plugins towards  
being module based, too, and eventually make the plugins themselves  
easier to subclass/plug/otherwise modify at arms length.).

So: Patches to improve Makefile.PL and a standard install are welcome.


   - ask

--
http://develooper.com/ - http://askask.com/
2) Ask Bjørn Hansen Re: Trimming blanks in config files
| +1 vote
They should be quoted, escaped or something else then (which we'd then support). - ask
qpsmtpd
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Jan 2, 2009, at 8:49, Robert Spier wrote:

> Can anyone think of any cases where he leading/trailing whitespace in
> config-file might be significant?

They should be quoted, escaped or something else then (which we'd then  
support).


  - ask

--
http://develooper.com/ - http://askask.com/
3) Ask Bjørn Hansen Re: Christmas release?
| +1 vote
Sounds good to me! Any reason we can't release what is in git^WSVN right now?
qpsmtpd
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Dec 19, 2008, at 18:56, Matt Sergeant <matt@sergeant.org> wrote:

> Shall we do a release for xmas? It's been forever...

Sounds good to me!  Any reason we can't release what is in git^WSVN  
right now?
4) Ask Bjørn Hansen Re: Multiply files on different backends
| +1 vote
You could make a plugin if you have a static mapping from the "clean" filenames to the ugly backend...
Perlbal
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Mar 12, 2008, at 2:16 AM, Gsm Lock wrote:

> Hi!
> I have a few backend servers . Static documents on servers has ugly
> addresses as http://my-next-back.end/111../785643../blabla/.../some-name.doc
>  (user files, mostly unstructured).
> I need each of them to be accessible from frontend as http://myfront.end/catalog/some-name.doc
> There are a few thousands of documents,each with unique path.
> How can I (when I do) configure perlbal on frontend for this ?

You could make a plugin if you have a static mapping from the "clean"  
filenames to the ugly backend ones.  Otherwise the canonical way is to  
have a dynamic backend return a "reproxy" header.

  - ask

--
http://develooper.com/ - http://askask.com/
5) Ask Bjørn Hansen Re: enable_reproxy
| +1 vote
Don't enable it if the backend servers are run by another organization/ group/... that you don't...
Perlbal
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Mar 13, 2008, at 10:52, Gsm Lock wrote:

> service-parameters.txt  says
> << enable_reproxy -Only enable this if you trust the backend web
> nodes.>>
> what a meaning of "trusted" here?

Don't enable it if the backend servers are run by another organization/
group/... that you don't trust.  They'll be able to make your perlbal  
access things you might not want them to access.


--
http://develooper.com/ - http://askask.com/

spacer
Profile | Posts (538)
Home > People > Ask Bjørn Hansen