blob: a5169f3eae6d14de302422fece3c947b1056d96d (
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://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cedk@gentoo.org</email>
</maintainer>
<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>
<use>
<flag name="mta">Enable this to install as system-wide MTA</flag>
</use>
<upstream>
<bugs-to>mailto:bugs@opensmtpd.org</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|