2894.1.10
by Stuart Bishop
Add config for production Gina |
1 |
<configure
|
2 |
xmlns="http://namespaces.zope.org/zope" |
|
3 |
xmlns:mail="http://namespaces.zope.org/mail" |
|
4 |
i18n_domain="zope"> |
|
5 |
||
6 |
<include package="zope.app.mail"/> |
|
7 |
||
8 |
<mail:stubMailer
|
|
9 |
name="stub" from_addr="root@localhost" to_addr="nobody@canonical.com" |
|
10 |
/>
|
|
11 |
||
12 |
<mail:queuedDelivery name="Mail" permission="zope.SendMail" |
|
13 |
queuePath="/var/tmp/launchpad_mailqueue" mailer="stub" /> |
|
14 |
||
15 |
</configure>
|