Hey guys, i have a problem which i couldn't find the answer.
i'm trying to set up an iis virtual server, which will listen to incoming requests, and i want them to route it into a folder, Drop folder seems nice.
the problem is, i can only do it by emails that are sent to local/alias domains (and no wildcard is supported).
also, eml file is created for each domain for the recipients, though i would like that only 1 file will be created (this is an issue, but minor than the previous one).
can i somehow do it via configuration?
i've read the IIS SMTP server supports "hooking" via Event Sinks? am i correct?
maybe i can try to use a hook to save all content to disk and discard the message from the iis server?
thanks.
↧