diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-01 01:58:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-01 01:58:52 +0000 |
commit | f3f020da659a06152d51e1f8f4a8d1f5b161c70e (patch) | |
tree | ebd69843a93408a1f8bf85bf3facd43e6caabc58 /mail/smtpd/pkg-descr | |
parent | Clean up PLIST + add some libs that were missed. (diff) |
Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
Notes
Notes:
svn path=/head/; revision=9973
Diffstat (limited to 'mail/smtpd/pkg-descr')
-rw-r--r-- | mail/smtpd/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/smtpd/pkg-descr b/mail/smtpd/pkg-descr new file mode 100644 index 000000000000..ddec966fcfe7 --- /dev/null +++ b/mail/smtpd/pkg-descr @@ -0,0 +1,20 @@ +The smtpd daemon talks the Simple Mail Transfer Protocol (SMTP) with other +SMTP daemons to receive mail from them, and saves it into a spool directory +for later processing. It is the store portion of an SMTP store and forward +proxy. The symbiotic companion program smtpfwdd is used to forward the +spooled mail on to its eventual destination. + +smtpd is invoked from a super-server such as inetd or juniperd. + +There is a patch available to do MAPS RBL style lookups at +ftp://ftp.obtuse.com/pub/smtpd/patch-smtpd-2.0-RBL.gz. + +Documentation is avaialble online with the juniper documentation. +See the docs for smtpd as a starting point, at +http://www.obtuse.com/juniper-docs/man/smtpd.html + +Access control rules based on the connecting host, and the smtp envelope are +supported. It contains some powerful features for stopping inbound or +outbound SPAM. + +Source: http://www.obtuse.com/smtpd.html |