if (theform.mailbox.value.indexOf("@miodominio.it")>= 0) {
alert("errore");
theform.mailbox.focus();
return false;
}

ciao