From: Peter L. <Hos...@Vi...> - 2005-04-30 02:14:56
|
By the way, when I first went to http://pyzor.sourceforge.net/ and clicked on "Mailing Lists" (a hyperlink to https://sourceforge.net/mail/?group_id=50000) the browser bounced back and forth (prompting me) between http and https. Also, when I had clicked on "Documentation" there was a page not found. I guess since first visiting, I have been "cookied" and no longer get errors. OK. That was a "by-the-way." *smiles* My question is, what step(s) must I first complete to be able to submit single spams or mboxes from the command line (`pyzor report email_file.eml`)?? Do I have to register somehow for a pyzor account? Is that something I do via the sourceforge website, or via my unix/freebsd command-line? Is having an account free? Last question - is pyzor a RBL or is that another ball of wax entirely? *grin* (Heads off to compare and contrast razor.) Thank you immensely, kindly, and with massive gratitude!! -Peter ... Using Accounts To get an account on a server requires coordination between the client user and server admin. Use the following steps: 1. User and admin should agree on a username for the user. Allowed characters for a username are alpha-numerics, the underscore, and dashes. The normative regular expression it must match is ^[-\.\w]+$. Let us assume they have agreed on 'bob'. 2. User generates a key with pyzor genkey, and puts an entry into their ~/.pyzor/accounts. Let us say that it generates the salt,key of: 227bfb58efaba7c582d9dcb66ab2063d38df2923,8da9f54058c34e383e997f45d6eb74837139f83b. Assuming the server is at 127.0.0.1:9999, the user puts the following entry into ~/.pyzor/accounts: 127.0.0.1 : 9999 : bob : 227bfb58efaba7c582d9dcb66ab2063d38df2923,8da9f54058c34e383e997f45d6eb74837139f83b 3. The user then sends the key (the part to the right-hand side of the comma) to the admin. 4. The admin adds the following to their ~/.pyzor/pyzord.passwd: bob : 8da9f54058c34e383e997f45d6eb74837139f83b 5. Assuming the admin wants to give the privilege of whitelisting (in addition to the normal permissions), the admin then adds the appropriate permissions to ~/.pyzor/pyzord.access: check report ping info whitelist : bob : allow 6. The server needs to be restarted in order for this to take effect. ?? -- Peter Leftwich President & Founder, Video2Video Services Box 13692, La Jolla, CA, 92039, USA http://Www.Video2Video.Com |