I am not even certain if this is possible in PHP. Would it be possible to receive/read e-mails sent to my domain without needing to check the username specifically? eg:
$subject = $_MAIL[?]->Subject;
$user = $_MAIL[?]->Username;
Or something along that line? Basically I want to know the step before a mail server stores it in a database I know it won't be that simple.