diff options
author | ashish <ashish@FreeBSD.org> | 2012-05-14 21:12:32 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-05-14 21:12:32 +0800 |
commit | af29ef8c264fd149e7fb8c8a86f6680d299f93ad (patch) | |
tree | 37048f2ae2d224be68708b5f39d94ccc62a2ace3 /mail/Makefile | |
parent | 0edbb4640a8614ec89c07e16795aff9fbbd68f95 (diff) | |
download | freebsd-ports-gnome-af29ef8c264fd149e7fb8c8a86f6680d299f93ad.tar.gz freebsd-ports-gnome-af29ef8c264fd149e7fb8c8a86f6680d299f93ad.tar.zst freebsd-ports-gnome-af29ef8c264fd149e7fb8c8a86f6680d299f93ad.zip |
OpenSMTPD is a FREE 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.
WWW: http://www.OpenSMTPD.org/
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 27474b6b30e4..5248ae55b93e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -322,6 +322,7 @@ SUBDIR += nullpop SUBDIR += offlineimap SUBDIR += opendkim + SUBDIR += opensmtpd SUBDIR += openwebmail SUBDIR += osbf-lua SUBDIR += ovs |