• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

High load on qmail - qmHandle is not helping

Thanks turtle - these are the errors I get:

sh: line 1: wget:: command not found
sh: line 2: Usage:: command not found
sh: line 4: unexpected EOF while looking for matching ``'
sh: line 5: syntax error: unexpected end of file


So I tried removing the |sh at the end and I get:
wget: missing URL

switching up and moving the -q and -O to the end of the line I get:
wget: option requires an argument --O


Sorry I'm being a pain, just trying to figure this out :/ Thanks for your help
 
After reading up on the wget options I did this and it worked:

wget http://atomicorp.com/installers/atomic |sh
sh atomic.1

then chose yes and it configured itself.

at this point I'm trying to update qmhandle via yum and I get No package qmHandle or smeserver.qmHandle available. Is the package named something else? Thanks again
 
Back
Top