diff options
Diffstat (limited to 'mail-mta/opensmtpd/metadata.xml')
-rw-r--r-- | mail-mta/opensmtpd/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail-mta/opensmtpd/metadata.xml b/mail-mta/opensmtpd/metadata.xml new file mode 100644 index 000000000000..23ffebf2e96c --- /dev/null +++ b/mail-mta/opensmtpd/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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> +<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> +</pkgmetadata> + |