blob: 12887d412204a2b8853e9f62ec1ff707de8079ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
OpenSMTPD is an implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol.
</longdescription>
<maintainer type="person">
<email>zx2c4@gentoo.org</email>
<name>Jason A. Donenfeld</name>
</maintainer>
<use>
<flag name="mta">Enable this to install as system-wide MTA</flag>
</use>
<upstream>
<remote-id type="github">OpenSMTPD/OpenSMTPD</remote-id>
</upstream>
</pkgmetadata>
|