I am trying to setup a shell script that will rename a folder but am having some 
problems.
Maybe someone can help.

#!/usr/bin/sh
cyradm connect testing localhost
testing renm test test.yes
testing cm test

but I keep getting 
application-specific initializastion failed: wront # args:
should be "cyradm connect connection [hostname post]"

but if I try 

#!/usr/bin/sh
cyradm connect testing localhost 143
testing renm test test.yes
testing cm test

same result.


Any suggestions?

Lance 

Reply via email to