Hi, I want to set up a program where all incoming emails into vpopmail of the form [email protected] get forwarded to a java program / daemon that is running the java program will receive the information about the person sending the email so it needs to access the standard email and from the account (in the above case 12345678) infer where to send it on. then once it has received a confirmation code from the daemon, delete the email
I'm using a qmail / vpopmail combination on linux (debian), so I'd rather that fire an event to my java daemon than poll the mail accounts, through the java mail extensions.
Any help is greatly appreciated