Port details |
- sendmail-sasl Reliable, highly configurable mail transfer agent with utilities
- 8.14.9_2 mail
=18 8.14.9_2Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: 2001-06-15 14:28:12
- Last Update: 2014-08-15 16:39:58
- SVN Revision: 364998
- People watching this port, also watch:: sendmail, openssl
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://www.sendmail.org/
- Description:
- Sendmail implements a general purpose internetwork mail routing facility
under the UNIX operating system. It is not tied to any one transport
protocol - its function may be likened to a crossbar switch, relaying
messages from one domain into another. In the process, it can do a limited
amount of message header editing to put the message into a format that is
appropriate for the receiving domain. All of this is done under the
control of a configuration file.
Sendmail is a trademark of Sendmail, Inc.
WWW: http://www.sendmail.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- sendmail+tls+sasl2>0:mail/sendmail-sasl
- No installation instructions:
- This port has been deleted.
- PKGNAME: sendmail+tls+sasl2
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: mail/sendmail
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libcrypto.so.8 : security/openssl
- Runtime dependencies:
-
- saslauthd : security/cyrus-sasl2-saslauthd
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sendmail+tls+sasl2-8.14.9_2:
SHMEM=on: System V shared memory support
SEM=on: POSIX semaphores support
LA=on: load averages support
NIS=on: Network Information Services/YP support
IPV6=on: IPv6 protocol support
TLS=on: SMTP-TLS and SMTPS support
SASL=on: SASL authentication support
SASLAUTHD=on: SASLAUTHD support
LDAP=off: LDAP protocol support
BDB=off: Berkeley DB version 4 support
SOCKETMAP=off: Enable socketmap feature
CYRUSLOOKUP=off: Enable cyruslookup feature
PICKY_HELO_CHECK=on: Enable picky HELO check
MILTER=on: Build libmilter
MILTER_SHARED=on: Build shared libmilter
MILTER_POOL=on: Enable milter thread pools
TLSEXT_PADDING=off: Enable TLSEXT padding
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: mail/sendmail |
Commit | Credits | Log message |
8.14.9_2 15 Aug 2014 16:39:58 |
dinoex |
- retire mail/sendmail-sasl |
8.14.8 13 Feb 2014 21:51:25 |
dinoex |
- use OPTIONS_SET |
8.14.7_1 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
8.14.7_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
8.14.7_1 20 May 2013 07:15:34 |
dinoex |
- fix option name
PR: 178776
Submitted by: Lawrence Chen
- fix option SASLAUTHD |
8.14.7_1 16 May 2013 05:28:01 |
dinoex |
- use OPTIONS_DEFINE
- options MILTER_SHARED and PICKY_HELO_CHECK now default
- drop all old options, please use make config
- bump MILTER_SOVER |
8.14.5 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
8.12.11 17 Jul 2004 18:48:40 |
dinoex |
- rename of sendmail port |
8.12.11 16 Jul 2004 06:37:33 |
dinoex |
- new option SENDMAIL_PORT |
8.12.11 26 Mar 2004 20:50:28 |
dinoex |
- make PKGNAMESUFFIX more flexible |
8.12.7_2 22 Jan 2003 19:14:08 |
dinoex |
- make portlint happier |
8.12.6 08 Oct 2002 12:35:12 |
dinoex |
option SENDMAIL_WITH_SUID for compatibility with sendmail 8.11.x
use SASL V2 with current sendmail port |
15 Jun 2001 18:28:12 |
dinoex |
Sendmail: - Save more documentation in %%PREFIX%%/share/doc/sendmail -
Update Sendmail package, only libmilter will be installed. - Bump PORTREVISION
- Cleanup configuration, reduced overhead in "site.config.m4" files - New
option SENDMAIL_WITHOUT_IPV6=yes - Use global WITH_TLS as well as
SENDMAIL_WITH_TLS - New slave ports: sendmail-sasl, sendmail-ldap -
vbsfilter now build a package |