aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Fix chmod in packageDirk Meyer2002-07-031-2/+2
| | | | | | | | PR: 40145 Submitted by: adrian Notes: svn path=/head/; revision=62381
* Update: sendmail.8.12.5Dirk Meyer2002-06-263-7/+7
| | | | | | | smmsp uses now id 25, to avoid conflicts after upgrading Notes: svn path=/head/; revision=61970
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-3/+5
| | | | Notes: svn path=/head/; revision=61375
* Add op.txt to package, op.ps is already there.Dirk Meyer2002-06-102-2/+5
| | | | Notes: svn path=/head/; revision=61069
* - Update to: sendmail.8.12.4Dirk Meyer2002-06-034-138/+3
| | | | | | | - patch-stable is now in distribution Notes: svn path=/head/; revision=60546
* - get rid of duplicate code in Makefiles.Dirk Meyer2002-05-311-1/+4
| | | | | | | | - Fix USE_OPENSSL_PORT and USE_OPENSSL_BASE - drop obsolete/broken USE_OPENSSL Notes: svn path=/head/; revision=60406
* Fix support for "site.config.m4.local",Dirk Meyer2002-04-291-4/+7
| | | | | | | so User-Options will be part of the build. Notes: svn path=/head/; revision=58302
* - imported a set of bug fixes as suggested.Dirk Meyer2002-04-212-0/+136
| | | | | | | | | | - improved manpages a bit. - some MILTER improvements. Submitted by: gshapiro Notes: svn path=/head/; revision=57947
* update target mailer.conf, to change the new entries too.Dirk Meyer2002-04-181-0/+2
| | | | Notes: svn path=/head/; revision=57836