Changes

Jump to: navigation, search

Bugzilla:FAQ:Bugzilla and Win32

1,753 bytes added, 21:14, 13 October 2007
How do I set up Bugzilla to use the Windows SMTP service?
First, install the service. in Windows XP, this is done from Control Panel > Add or Remove Programs > Add/Remove Windows Components, select Internet Information Services, press the Details button, and check SMTP Service. For Windows Server 2003, there's a nice tutorial [http://www.ilopia.com/Articles/WindowsServer2003/EmailServer.aspx here], though I suspect you don't need the POP3 service configured if you only need Bugzilla to ''send'' mail, and not ''receive'' mail.
 
Bugzilla doesn't support mail authentication yet. This means you will have to allow anonymous relay on the service.
 
:'''Note:''' if your server is exposed to the internet, this could be a security problem. It will allow spammers to use your SMTP service to relay messages to other people without your knowledge, so this set up should be done only if the server is not accessible from the public internet.
 
In order to allow anonymous outbound messages, open the Computer Management console from Control Panel > Administrative Tools, open the Services and Applications branch on the left, Open the Internet Information Services branch, right-click on Default SMTP Virtual Server and select Properties. In the Access tab, press the Relay button, and select '''All except the list below''', and leave the list empty. Uncheck '''Allow all computers which successfully authenticate to relay...''', and press OK.
 
If the server is not a member of a domain, outgoing messages will have the name of the server on the local network as the domain part of outgoing messages' "From" field. This will prevent the message from being delivered to most e-mail services. To correct this, open the Delivery tab and click the Advanced button. In the '''Masquerade domain''' field, enter the domain of your ISP, or whatever domain you use to receive email and click OK. While on the Delivery tab, you might want to shorten the time to the first delivery attempt, from 15 minutes to 1 (this parameter needs further investigation).
 
After masquerading your domain, you will also need to change the '''mailfrom''' field in Bugzilla's main configuration page (/editparams.cgi), in the Email section, to the full name, including the domain. E.g. bugzilla-deamon@example.com.
 
{{Navigation Bugzilla FAQ}}
[[category:Bugzilla|F]]
242
edits

Navigation menu