Commit graph

81 commits

Author SHA1 Message Date
Dirk Meyer
554506ade4 - fix CC handling
- escape LD options
PR:		183547
2013-11-16 06:38:19 +00:00
Ulrich Spörlein
a97f3773f4 Unbreak on -CURRENT
Tell groff to tell grotty to not emit SGR sequences, they make ul(1) choke.

Discussed with:	ru
2011-08-01 18:06:12 +00:00
Dirk Meyer
82df6a2a34 - honor CC 2011-06-24 18:53:09 +00:00
Dirk Meyer
5bfe2a8864 - update to 8.14.5 2011-05-17 19:57:08 +00:00
Dirk Meyer
e14832c3cb - drop milter patch, as it might cause problems 2010-03-12 14:50:05 +00:00
Dirk Meyer
0d2b4e6853 - use nanosleep
Submitted by:	Dewayne Geraghty

- sendmail-milterrandom-8.14.1
Obtained from:	http://antispam.imp.ch/patches/patch-sendmail-milterrandom
2010-03-11 10:11:53 +00:00
Dirk Meyer
6e81f97dc6 - drop old rc.d scripts 2010-01-24 19:57:54 +00:00
Dirk Meyer
3f88fb5e9a - update to 8.14.4 2009-12-31 09:52:05 +00:00
Dirk Meyer
cd83129626 - fix oder of patches when build WITHOUT_SHARED_MILTER
reported by:	QAT
2009-10-26 11:01:45 +00:00
Dirk Meyer
bce06ee935 - Security patch libmiter
SECURITY: fix DOS vulnerability in libmiter
Obtained from:	Jose-Marcio Martins da Cruz
2009-10-26 08:46:44 +00:00
Dirk Meyer
9833798928 - update to 8.14.3
- split patch into seperate files
2008-05-04 11:23:02 +00:00
Dirk Meyer
d52e405574 - remove support for cyrus-sasl < 2 2007-03-31 19:44:33 +00:00
Dirk Meyer
c063587ef2 - update to 8.14.0
- bump libmilter
2007-02-02 20:17:17 +00:00
Dirk Meyer
ab2d61e614 - improve error handling
Submitted by:	Royce Williams
2006-08-12 20:10:49 +00:00
Dirk Meyer
a06b434d30 - update to 8.13.8. 2006-08-10 04:37:24 +00:00
Dirk Meyer
ee605b40b4 - Apply Patch for shared memory
http://www.sendmail.org/releases/8.13.7.html#ERRATA
2006-06-15 04:37:19 +00:00
Dirk Meyer
1bda7fa31b - remove some obsolte defines 2006-01-07 10:31:24 +00:00
Dirk Meyer
153142767d - update to 8.13.4 2005-04-02 10:15:23 +00:00
Dirk Meyer
e83ea3450e - use /tmp not /var/tmp for mail.local
Base has switched back to /tmp in Revision 1.1.1.1.2.4
with import of sendmail 8.12.2 for FreeBSD 4.6
2005-02-18 14:48:29 +00:00
Dirk Meyer
814ab79c6a - add patch to fix connections that stay in CLOSE_WAIT
http://www.sendmail.org/patches/close_wait.p2

Submitted by:   Dmitry Pryanishnikov
Obtained from:  sendmail.org
2005-02-18 14:40:02 +00:00
Dirk Meyer
08ee700376 - order linker options for shared option 2004-12-18 06:33:47 +00:00
Dirk Meyer
9b6d6cf6ca - cleanup option BATCH 2004-12-17 14:27:02 +00:00
Dirk Meyer
dd2d358e67 - update to 8.13.2
- new option SENDMAIL_WITH_SHARED_MILTER
2004-12-16 16:33:54 +00:00
Dirk Meyer
d1a4c56b6c - update cryusldap patch
PR:		71995
Submitted by:	Michael O. Boev
2004-10-25 14:17:37 +00:00
Dirk Meyer
5df4db64cc - fix SENDMAIL_WITH_CYRUSLOOKUP
PR:		71995
Submitted by:	Angelo Turetta
2004-10-15 20:00:09 +00:00
Dirk Meyer
152c91dfde - retire text 2004-10-14 13:36:44 +00:00
Dirk Meyer
7bac1ad54a - update pkg-list for milter [1]
- Update of CYRUS_LOOKUP patch [2]
PR:		71948, 71995
Submitted by:	[1] Jose M Rodriguez, [2] Michael O. Boev
2004-10-12 04:21:01 +00:00
Dirk Meyer
0e35ab6a53 - fix SENDMAIL_WITH_SOCKETMAP
Submitted by:	Angelo Turetta
2004-07-22 06:04:33 +00:00
Dirk Meyer
70e256a952 - update to 8.13.0 2004-07-17 18:51:07 +00:00
Dirk Meyer
0939fa8525 - update URL in patch to new location
Submitted by:	Adam Filip
2004-05-03 04:04:06 +00:00
Dirk Meyer
81ee459000 - do not install a default statistic file
- do not update helpfile in BATCH mode
2004-04-29 02:50:27 +00:00
Dirk Meyer
5b6b83339d - add support for cyrus mailbox lookup
This offers completed support for realtime address verification
against Cyrus IMAP server, complementing the PR # ports/64566.
Files and idea by Andrzej Filip. Details and updates can be found at
http://anfi.webhop.net/sendmail/rtcyrus2.html
PR:		65320
Submitted by:	Michael O. Boev

- fix duplicate "pre-configure" target.
- keep originals of modififed cf files, submission/65320 breaks packaging
2004-04-11 06:23:18 +00:00
Dirk Meyer
07f037cbeb - new option SENDMAIL_WITH_CONNECTION_RATE
taken from:
http://j-chkmail.ensmp.fr/sm/
2004-03-26 19:03:18 +00:00
Dirk Meyer
6db91b3c94 Add socket map support to the sendmail port (from 8.13.0)
This will allow for easier integration with e.g. ports/mail/cyrus-imapd22,
which already includes smmapd for realtime checking whether the mailbox
exists and is not over quota.

The patch adds
1) an extra knob in Makefile (WITH_SENDMAIL_SOCKETMAP).
3) the extra-patch-socketmap.patch is actually
http://www.sendmail.org/~ca/email/patches/sendmail-8.12.7-socketmap-v4.patch
slightly hacked (the pathnames) so it cleanly applies through ports(7).

PR:		64566
Submitted by:	Michael O. Boev

- change PKGNAMESUFFIX
- merge 1-line site.config.m4.* files into Makefile
- update CONFLICTS
2004-03-26 14:05:33 +00:00
Dirk Meyer
12fc4ace75 - fix Usage 2003-12-04 03:24:09 +00:00
Dirk Meyer
bc9efc2abb - add option SENDMAIL_WITH_DNSMAP
- drop some trailing spaces
2003-06-01 03:16:41 +00:00
Dirk Meyer
773e46a4dc - Added new option SENDMAIL_WITH_SMTPS=yes
The current sendmail port (mail/sendmail) does not allow to build
  build sendmail with smtps support (SSL but not STARTTLS).
  This mode is required by some MUA (ex. the only way to enable
  encryption in MS Outlook Express is to use smtps).
PR:		51029
Submitted by:	and@rsu.ru
2003-04-16 14:39:22 +00:00
Dirk Meyer
b7bf966f62 - allow "," in CFLAGS
- SENDMAIL_WITH_TLS honors WITH_OPENSSL_BASE
  when set later by bsd.openssl.mk
2003-04-15 19:40:30 +00:00
Dirk Meyer
5acab0a843 - Update to 8.12.8
SECURITY FIX, urgent update recommended
2003-03-03 18:06:13 +00:00
Dirk Meyer
d257b80466 If MaxMimeHeaderLength is set and a malformed MIME header is fixed,
log the fixup as "Fixed MIME header" instead of "Truncated
	MIME header".  Problem noted by Ian J Hart.
Submitted by:	gshapiro
2003-01-16 03:35:23 +00:00
Dirk Meyer
0d42bb4d2c - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used.
Suggested by: rob.macgregor@techie.com
Obtained from:	sendmail.org
2003-01-05 18:50:56 +00:00
Dirk Meyer
f27af3acac - Update to 8.12.7 2003-01-02 04:32:29 +00:00
Dirk Meyer
3169487a86 - remove libsm.a libsmutil.a libsmdb.a
- add some patches submitted by Stephane Lentz,
from http://www.sendmail.org/~ca/email/sm-812.html
- If you use Cyrus-SASLv2 and DIGEST-MD5 then transferring larger messages
- MSP might complain during a queue run about "MX list for ... points back to ...".
2003-01-02 04:10:20 +00:00
Dirk Meyer
ce29408741 update tls-install.sh
Reviewed by:	gshapiro
2002-10-20 14:05:47 +00:00
Dirk Meyer
d1b553243e Update pkg-message for local paths and uucp.
Add targets for easy install: root-sasldb, tls-install
Small Security Fix, see http://www.sendmail.org/smrsh.adv.txt
2002-10-08 15:29:02 +00:00
Dirk Meyer
1ac21f6602 Improvement for Option SENDMAIL_WITH_SASL2
Submitted by:	ume
2002-08-31 20:16:32 +00:00
Dirk Meyer
ce90746f4c New option SENDMAIL_WITH_SASL2
cleanup on target submit.cf
Extend pkg-message
PR:		41458
2002-08-31 16:31:11 +00:00
Dirk Meyer
f2e6aed62d Update zo 8.12.6
Option SENDMAIL_WITH_PICKY_HELO_CHECK
2002-08-28 04:21:05 +00:00
Hajimu UMEMOTO
b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00
Dirk Meyer
b929c24aba - Update to: sendmail.8.12.4
- patch-stable is now in distribution
2002-06-03 18:44:16 +00:00