On 6.7.2010, at 22.07, Papp Tamas wrote: > #!/bin/sh .. > MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} This is a bashism. The script should begin #!/bin/bash, not #!/bin/sh.