~launchpad-pqm/launchpad/devel

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

    <!--
    <mail:queuedDelivery
        permission="zope.SendMail" mailer="smtp"
        queuePath="/srv/launchpad.net/mail_queue/production1"
        />
    -->

    <mail:directDelivery permission="zope.SendMail" mailer="smtp" />
</configure>