
admin at asarian-host
Feb 22, 2004, 6:00 PM
Post #4 of 5
(2075 views)
Permalink
|
|
Re: ANNOUNCE: New version something random
[In reply to]
|
|
----- Original Message ----- From: <spf [at] anarres> To: <srs-discuss [at] v2> Sent: Monday, February 23, 2004 1:38 AM Subject: Re: [srs-discuss] ANNOUNCE: New version something random > > Thanks for all the hard work, Shevek. I'm sure I speak for everyone in > > the SPF/SRS community, and for all the unknowing users who will benefit > > in the years to come. Hear! Hear! I am very pleased with SRS too, and with Shevek's tireless work on the project. > You are welcome. I have just written such a daemon, and I will release it > when I have pushed the code into a module and written an appropriate test > suite for it. I don't really want to release it without more testing and > perhaps an exim integration, and probably an srsc client which talks to > the daemon instead of using Mail::SRS directly (practicaly pointless, > since you still have to exec Perl, but useful for testing). > > my $d = new Mail::SRS::Daemon(Secret => "foo"); $d->run; > > Do the qmail/sendmail people get any advantage from reading a Unix socket, > rather than executing a Perl binary? I'd most certainly be interested in that! :) The new sendmail 8.13.0.PreAlpha4 promises: "Some of the new features that will be part of 8.13 such as ... and a new "socket" map to query maps via TCP/IP sockets." (Sic!). That means I could implement SRS in a single ruleset, without exec'ing anything! That would nearly make it as fast (calling-wise), as a C-patch. Yay! Most certainly, Shevek, go for the socket route! P.S. They speak of TCP/IP sockets, not domain sockets, per se; but the local adaptation, should it be necessary, would be minor. - Mark System Administrator Asarian-host.org --- "If you were supposed to understand it, we wouldn't call it code." - FedEx ------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname=srs-discuss [at] v2
|