summaryrefslogtreecommitdiff
path: root/mail/sendmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update URL in patch to new locationDirk Meyer2004-05-031-2/+2
| | | | | | | Submitted by: Adam Filip Notes: svn path=/head/; revision=108233
* - do not install a default statistic fileDirk Meyer2004-04-291-0/+1
| | | | | | | - do not update helpfile in BATCH mode Notes: svn path=/head/; revision=107910
* - add support for cyrus mailbox lookupDirk Meyer2004-04-113-4/+222
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=106717
* - fix missing quotes.Dirk Meyer2004-03-291-2/+2
| | | | Notes: svn path=/head/; revision=105614
* - fix slight dependecy bug for sasl2Dirk Meyer2004-03-261-2/+1
| | | | Notes: svn path=/head/; revision=105378
* - new option SENDMAIL_WITH_CONNECTION_RATEDirk Meyer2004-03-263-0/+189
| | | | | | | | taken from: http://j-chkmail.ensmp.fr/sm/ Notes: svn path=/head/; revision=105366
* Add socket map support to the sendmail port (from 8.13.0)Dirk Meyer2004-03-263-13/+855
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=105325
* - fix fetch problems when SENDMAIL_WITH_TLS=yesDirk Meyer2004-03-021-2/+2
| | | | Notes: svn path=/head/; revision=102764
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - Update to 8.12.11Dirk Meyer2004-01-192-2/+2
| | | | Notes: svn path=/head/; revision=98570
* - fix UsageDirk Meyer2003-12-042-5/+5
| | | | Notes: svn path=/head/; revision=94863
* - move PKGMESSAGE up, bsd.port.mk has been fixed.Dirk Meyer2003-11-171-1/+1
| | | | | | | PR: 59254 Notes: svn path=/head/; revision=94152
* - new default openldap21-clientDirk Meyer2003-11-151-1/+1
| | | | Notes: svn path=/head/; revision=94042
* - bsd.port.mk enforces the existence of PKGMESSAGE,Dirk Meyer2003-11-031-1/+1
| | | | | | | | so we have to move the definition after bsd.port.mk. Otherwise PKGMESSAGE will be not part of the package. Notes: svn path=/head/; revision=92963
* - add CONFLICTSDirk Meyer2003-10-121-0/+7
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90913
* - new option SENDMAIL_WITHOUT_SHMEM [1], ports/57781Dirk Meyer2003-10-093-19/+31
| | | | | | | | | | | | - install share/sendmail/cf/* files even when NOPORTDOCS [1], ports/57784 - Use of DOCSDIR [2] - use varibale paths in pkg-message [2] - make portlint happier [2] PR: 57781, 57784 Submitted by: lxv@send2pr.sink.omut.org [1], dinoex [2] Notes: svn path=/head/; revision=90718
* - add check to protect against override of base sendmailDirk Meyer2003-09-241-0/+13
| | | | | | | Suggested by: Volker Stolz Notes: svn path=/head/; revision=89253
* - Security update to 8.12.10Dirk Meyer2003-09-182-2/+2
| | | | | | | Approved by: marcus (portmgr) Notes: svn path=/head/; revision=89055
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-4/+19
| | | | | | | | | - new target: howto-sasldb - new target: mailer.base - replace find -> ${FIND} Notes: svn path=/head/; revision=87908
* - make option LDAP_PORT overwriteableDirk Meyer2003-08-141-1/+1
| | | | Notes: svn path=/head/; revision=86951
* - New option LDAP_PORTDirk Meyer2003-08-141-2/+3
| | | | | | | - Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client Notes: svn path=/head/; revision=86944
* - Fix broken PATH on sparc64 portcluster.Dirk Meyer2003-08-031-1/+1
| | | | | | | don't depend on funtion "depends on executable" in bsd.port.mk. Notes: svn path=/head/; revision=86220
* - Add dependency for saslauthdDirk Meyer2003-06-211-0/+1
| | | | Notes: svn path=/head/; revision=83387
* - add option SENDMAIL_WITH_DNSMAPDirk Meyer2003-06-011-2/+2
| | | | | | | - drop some trailing spaces Notes: svn path=/head/; revision=81834
* - Added new option SENDMAIL_WITH_SMTPS=yesDirk Meyer2003-04-162-0/+13
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=79086
* - allow "," in CFLAGSDirk Meyer2003-04-152-14/+9
| | | | | | | | - SENDMAIL_WITH_TLS honors WITH_OPENSSL_BASE when set later by bsd.openssl.mk Notes: svn path=/head/; revision=79031
* - use WITH_OPENSSL_BASEDirk Meyer2003-04-131-1/+1
| | | | Notes: svn path=/head/; revision=78879
* - use bsd.openssl.mkDirk Meyer2003-04-031-2/+2
| | | | Notes: svn path=/head/; revision=78059
* - Security UpdateDirk Meyer2003-03-292-2/+2
| | | | | | | http://www.sendmail.org/8.12.9.html Notes: svn path=/head/; revision=77702
* - use include more consistentDirk Meyer2003-03-231-1/+1
| | | | Notes: svn path=/head/; revision=77194
* - reorder message for old releasesDirk Meyer2003-03-041-3/+2
| | | | Notes: svn path=/head/; revision=76829
* - Update to 8.12.8Dirk Meyer2003-03-034-133/+2
| | | | | | | SECURITY FIX, urgent update recommended Notes: svn path=/head/; revision=76809
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - honor USE_OPENSSL_BASEDirk Meyer2003-01-311-0/+4
| | | | Notes: svn path=/head/; revision=74368
* - make portlint happierDirk Meyer2003-01-221-2/+2
| | | | Notes: svn path=/head/; revision=73806
* If MaxMimeHeaderLength is set and a malformed MIME header is fixed,Dirk Meyer2003-01-162-1/+113
| | | | | | | | | log the fixup as "Fixed MIME header" instead of "Truncated MIME header". Problem noted by Ian J Hart. Submitted by: gshapiro Notes: svn path=/head/; revision=73218
* - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used.Dirk Meyer2003-01-052-0/+19
| | | | | | | | Suggested by: rob.macgregor@techie.com Obtained from: sendmail.org Notes: svn path=/head/; revision=72592
* - Update to 8.12.7Dirk Meyer2003-01-025-100/+2
| | | | Notes: svn path=/head/; revision=72151
* - remove libsm.a libsmutil.a libsmdb.aDirk Meyer2003-01-024-7/+35
| | | | | | | | | | - 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 ...". Notes: svn path=/head/; revision=72136
* reduce sasldb targetDirk Meyer2002-10-201-9/+1
| | | | Notes: svn path=/head/; revision=68416
* update tls-install.shDirk Meyer2002-10-202-19/+25
| | | | | | | Reviewed by: gshapiro Notes: svn path=/head/; revision=68415
* Update pkg-message for local paths and uucp.Dirk Meyer2002-10-084-0/+182
| | | | | | | | Add targets for easy install: root-sasldb, tls-install Small Security Fix, see http://www.sendmail.org/smrsh.adv.txt Notes: svn path=/head/; revision=67657
* get some garbage that patch merged within.Dirk Meyer2002-09-161-2/+1
| | | | Notes: svn path=/head/; revision=66410
* Fix problem when inatll,ion without mailer.confDirk Meyer2002-09-162-6/+12
| | | | | | | PR: 42753 Notes: svn path=/head/; revision=66409
* Improvement for Option SENDMAIL_WITH_SASL2Dirk Meyer2002-08-312-1/+2
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=65393
* New option SENDMAIL_WITH_SASL2Dirk Meyer2002-08-313-9/+26
| | | | | | | | | cleanup on target submit.cf Extend pkg-message PR: 41458 Notes: svn path=/head/; revision=65374
* Update zo 8.12.6Dirk Meyer2002-08-283-3/+8
| | | | | | | Option SENDMAIL_WITH_PICKY_HELO_CHECK Notes: svn path=/head/; revision=65140
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671