Today i am wondering whats the difference between the default hard mail suspension and the soft mail suspension..
Maybe you can explain it to me?
EDIT: Okay, found myself an answer
Quote from imscp/gui/library/environment.phpDisplay More
// Use hard mail suspension when suspending a domain:
// 1: email accounts are hard suspended (completely unreachable)
// 0: email accounts are soft suspended (passwords are modified so
// user can't access the accounts)
$config->HARD_MAIL_SUSPENSION = 1;