scripting cyradm?

mindlace mindlace at imeme.net
Fri Mar 24 18:42:50 EST 2000


Hi

I'm a bit of a python newbie, and I'm trying to script the addition of
users to Cyrus IMAPd.

The install-FAQ suggests this:

eval cyradm connect cyr_conn CYRUS-SERVER
eval cyr_conn authenticate -pwcommand {{
  set hostname "cyrus.andrew.cmu.edu"
  set adminid "cyrus"
  set adminpw "simple"
  list $adminid $adminpw
  }
}

I don't even know what scripting language they're using (tcl?) but I
need to do this from within python, for use with zope.  I'm looking for
a simple one liner (create user mailbox users.somemailbox) but I'm a
little lost as to how to go about it.

Thanks for any help,

ethan fremen
-- 
http://mindlace.net __________________ mindlace at imeme.net
I don't want The Truth but I wouldn't mind a Big Analogy.




More information about the Python-list mailing list