I’m currently integrating Razor into my e-mail setup on my new server (more on my new e-mail hotness later) and had a strange error when trying to get it setup:
bash-2.05b$ razor-admin -create
bash-2.05b$ razor-admin -register -user [email protected]
Error 202 while performing register, aborting.
Turns-out you need to run the razor-admin with a -discover first if you come across this error. In general it’s some sort of network error.
bash-2.05b$ razor-admin -discover
bash-2.05b$ razor-admin -create
bash-2.05b$ razor-admin -register -user [email protected]
Register successful. Identity stored in /var/amavis/.razor/[email protected]
Seems like there are always several small “gotchas” when setting-up a fresh Unix box from scratch, but once you’re done with it it’s pure gold. I’ll be sporadically publishing a few more of these as I work on my new server in hopes someone in the future will have better luck finding a particular problem on Google than I’ve had.










By Kevin August 3, 2005 - 7:27 am
Thanks! This solved my problem with my “Error 202 while performing register, aborting.” problem. Thanks!
By Chris December 6, 2006 - 4:35 pm
Thanks for this tip, it was exactly what I ran into.
By Stephan January 24, 2007 - 2:02 pm
Thanks for your suggestion! It’s really helpful.