~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:mail="http://namespaces.zope.org/mail"
    i18n_domain="zope">

    <include package="zope.app.mail"/>

    <mail:stubMailer 
        name="stub" from_addr="root@localhost" to_addr="nobody@canonical.com"
        />

    <mail:queuedDelivery name="Mail" permission="zope.SendMail"
        queuePath="/var/tmp/launchpad_mailqueue" mailer="stub" />

</configure>