Try running 'sh /script/restart' from ssh and then try again add mail account.
Thanks but that didn't work.
I grep'd through the code and found in mailaccountlib.php:
if (exists_in_db(null, "mailforward", $param['nname'])) {
throw new lxException("forward_with_same_id_exists", 'nname', $param['nname']);
}
I then checked the "mailforward" table and sure enough there was a forward for that email address even though that forward did not show up in the CP for the target address.
Anyway, I trashed it in the mailforward table and now I can add the email address.
Thanks again.