Open Bug 414466 Opened 17 years ago Updated 9 years ago

Add support for IIS's Pickup directory

Categories

(Bugzilla :: Email Notifications, enhancement)

x86
Windows Vista
enhancement
Not set
normal

Tracking

()

People

(Reporter: glob, Unassigned)

Details

We should add support for IIS's Pickup directory to Bugzilla.  This gives us immediate queued email for practically zero effort.

This involves:
  - finding IIS's mailroot (eg.  c:\inetpub\mailroot)
  - create directory mailroot\Pickup\Temp
  - save the RFC-822 message to the temp directory
  - rename it to move it up a directory
determining the mailroot directory automatically is very tricky, as it's stored in iis's metabase not in the registry.  by editing the metabase you can move the mailroot.

for systems running iis7 the following command gives you the path:

%windir%\system32\inetsrv\appcmd list config -section:system.net/mailSettings/smtp

however iis7 only ships with vista and 2008 server, and vista's iis does not include smtp support.

best bet is to prompt, defaulting to %SystemDrive%\InetPub\mailroot
Severity: normal → enhancement
You need to log in before you can comment on or make changes to this bug.