aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Suppressed warning from shell.Dirk Meyer2002-04-081-2/+2
| | | | Notes: svn path=/head/; revision=57421
* - Update to new release: sendmail-8.12.3Dirk Meyer2002-04-0610-120/+84
| | | | | | | | | | | | | | | | | | | | | | - Patches removed that are now in the distribution - More MILTER dokumentation - sm-client.sh.sample have now 'restart' command. - Add standalone startupscript for all sendmail deamons - Update pkg-message This version fixes a long-standing MIME (7 to 8-bit) conversion bug and several smaller problems, e.g., a possible communication problem between the MTA and libmilter, a bug in handling (invalid) addresses containing 8-bit characters, a possible problem with small timeouts being lost on slow machines if itimers are used, and the handling of the 421 reply code and timeouts in the SMTP delivery code. There are two changes in the msp feature that may change the behavior: MX lookups are turned on for the SMTP mailers and hence `[localhost]' is used as default instead of `localhost', and confTIME_ZONE is set to USE_TZ in submit.mc. A complete list of changes can be found in the release notes. Notes: svn path=/head/; revision=57362
* - Update noattach to 1.0beta11Dirk Meyer2002-03-171-3/+3
| | | | | | | | | | - syncronize sample startup-scripts PR: 36005 Submitted by: oli@amun.isnic.is Notes: svn path=/head/; revision=56261
* - define PICKY_HELO_CHECK as defaultDirk Meyer2002-03-102-1/+2
| | | | Notes: svn path=/head/; revision=55808
* BUMP portrevisionDirk Meyer2002-02-273-1/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patches: ----- MEDIUM ----- mikea@kconline.com: Sendmail 8.12.x has an implementation bug in the milter code that causes the milter daemons to fail when they are bombarded with 20-30 messages from a mail server. mail sendmail[82323]: g1N53lNY082323: Milter (milter-amavis): select(read): Interrupted system call The patch available at the link above definitely fixes the Milter timeout problem. Before applying the patch, I would see this every 5 to 15 minutes in our logs. here hasn't been another one since I applied the patch 5 hours ago. ----- LOW ----- dionex@freebsd.org: Fix SafeFileEnv, it won't work if configured up with a trailing '/' ----- PR: 35363 Submitted by: mikea@kconline.com,dinoex Notes: svn path=/head/; revision=55299
* - Build milter with -D_THREAD_SAFEDirk Meyer2002-02-172-2/+4
| | | | | | | | | - Use PTHREAD_LIBS, so build under CURRENT should use -lc_r Submitted by: gshapiro Notes: svn path=/head/; revision=54827
* Bump PORTREVISION for latest libmilter changesDirk Meyer2002-02-171-0/+1
| | | | Notes: svn path=/head/; revision=54825
* Mikhail Teterin:Dirk Meyer2002-02-171-0/+8
| | | | | | | | | | | | | A little milter application I installed (spamassassin related) was hanging every once in a while. I'm not sure if this patch will fix it, but it sure seems like the right step to take. Without it, the libmilter sources are compiled without the -pthread, even though the library is linked with -pthread (rather needlessly, since it is a static lib only). Submitted by: mi Notes: svn path=/head/; revision=54818
* - Change SENDMAIL_WIT_MILTER to SENDMAIL_WITHOUT_MILTERDirk Meyer2002-02-091-10/+7
| | | | | | | | | | | | MILTER is build by default in any case now, previosly only when defined in "BATCH". - Add CFLAGS awareness to build, Submitted by: mi P: Notes: svn path=/head/; revision=54435
* - Add html-docs when made with SENDMAIL_WITH_MILTER=yesDirk Meyer2002-01-292-0/+40
| | | | Notes: svn path=/head/; revision=53981
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* - Add conf_libsm_LIBS for option SENDMAIL_WITH_LDAPDirk Meyer2002-01-171-0/+2
| | | | | | | the base lib needs now ldap_err2string too. Notes: svn path=/head/; revision=53258
* - Update to sendmail-8.12.2Dirk Meyer2002-01-142-2/+2
| | | | Notes: svn path=/head/; revision=53043
* - make portlint happierDirk Meyer2002-01-052-18/+12
| | | | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail Notes: svn path=/head/; revision=52636
* - Fix a missing $ condition in the default Received:-headerDirk Meyer2001-12-171-1/+1
| | | | | | | Submitted by: freebsd@BuggerIT.com.au (Taras M. Dowhaluk) Notes: svn path=/head/; revision=51655
* fix spellingDirk Meyer2001-11-211-1/+1
| | | | Notes: svn path=/head/; revision=50327
* improved pkg-messageDirk Meyer2001-11-181-0/+1
| | | | | | | Thanks to Stephane.Lentz@ansf.alcatel.fr Notes: svn path=/head/; revision=50180
* - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/Dirk Meyer2001-11-131-1/+1
| | | | Notes: svn path=/head/; revision=49994
* Install the Operarion Manual as share/doc/sendmail/op.psDirk Meyer2001-10-212-1/+4
| | | | Notes: svn path=/head/; revision=49014
* Add more includes and libs to Option MILTERDirk Meyer2001-10-122-2/+6
| | | | | | | | | +include/libmilter/mfdef.h +lib/libsm.a +lib/libsmdb.a Notes: svn path=/head/; revision=48705
* group smmsp was reconverted to wheeel after pkg_add, fixed.Dirk Meyer2001-10-101-2/+4
| | | | Notes: svn path=/head/; revision=48657
* Remove user only if uid matches, so a user in the bas system won't be deleted.Dirk Meyer2001-10-091-3/+2
| | | | | | | Remove double deletion of docdir. Notes: svn path=/head/; revision=48617
* - Option MILTER fixed.Dirk Meyer2001-10-082-0/+13
| | | | | | | - Allow to build without milter-support Notes: svn path=/head/; revision=48564
* - Add senndmail-old as moduleDirk Meyer2001-10-072-5/+5
| | | | | | | - reserve UID 90 for sendmail client queue Notes: svn path=/head/; revision=48512
* - Update to sendmail 8.12.1Dirk Meyer2001-10-0713-237/+175
| | | | | | | | | This ports will creates a new user and group named smmsp. Setting up the serer and client queues. You need to create an "sumbit.cf" for local submission. Notes: svn path=/head/; revision=48511
* remove empty dir: share/doc/sendmailDirk Meyer2001-10-031-1/+2
| | | | Notes: svn path=/head/; revision=48389
* - Add a patch for some nameserver problemsDirk Meyer2001-10-022-0/+40
| | | | | | | | | | | | sendmail 8.11.6, failing DNS AAAA lookups Has been mentioned on freebsd-stable Subject: something strange with sendmail 8.11.6 on FreeBSD Submitted by: gshapiro@freebsd.org Notes: svn path=/head/; revision=48329
* Urgent Update to 8.11.6:Dirk Meyer2001-08-212-2/+2
| | | | | | | | | | | | | | | | | | Sendmail, Inc., and the Sendmail Consortium announce the availability of sendmail 8.11.6 and 8.12.0.Beta19. These new versions fix a security problem reported by SecurityFocus regarding command line processing. This vulnerability is present in sendmail open source versions between 8.10.0 and 8.11.5 as well as all 8.12.0.Beta versions. Therefore, sendmail 8.12.0.Beta users should upgrade to 8.12.0.Beta19. The problem was not present in 8.10 or earlier versions. However, as always, we recommend using the latest version. Note that this problem is not remotely exploitable. Notes: svn path=/head/; revision=46572
* - Removed FreeBSD Tag from manpageDirk Meyer2001-08-061-9/+1
| | | | Notes: svn path=/head/; revision=45889
* - clean patches from unnessary tagsDirk Meyer2001-08-012-62/+2
| | | | | | | Submitted by: gshapiro@freebsd.org (Gregory Neil Shapiro) Notes: svn path=/head/; revision=45705
* - Update to 8.11.5Dirk Meyer2001-08-013-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a possible race condition when sending a HUP signal to restart the daemon. This could terminate the current process without starting a new daemon. Problem reported by Wolfgang Breyha of SE Netway Communications. Only apply MaxHeadersLength when receiving a message via SMTP or the command line. Problem noted by Andrey J. Melnikoff. When finding the system's local hostname on an IPv6-enabled system which doesn't have any IPv6 interface addresses, fall back to looking up only IPv4 addresses. Problem noted by Tim Bosserman of EarthLink. When commands were being rejected due to check_relay or TCP Wrappers, the ETRN command was not giving a response. Incoming IPv4 connections on a Family=inet6 daemon (using IPv4-mapped addresses) were incorrectly labeled as "may be forged". Problem noted by Per Steinar Iversen of Oslo University College. Shutdown address test mode cleanly on SIGTERM. Problem noted by Greg King of the OAO Corporation. Restore the original real uid (changed in main() to prevent out of band signals) before invoking a delivery agent. Some delivery agents use this for the "From " envelope "header". Problem noted by Leslie Carroll of the University at Albany. Mark closed file descriptors properly to avoid reuse. Problem noted by Jeff Bronson of J.D. Bronson, Inc. Setting Timeout options on the command line will also override their sub-suboptions in the .cf file, e.g., -O Timeout.queuereturn=2d will set all queuereturn timeouts to 2 days. Problem noted by Roger B.A. Klorese. CONFIG: Fix parsing for IPv6 domain literals in addresses (user@[IPv6:address]). Problem noted by Liyuan Zhou. Notes: svn path=/head/; revision=45684
* - generate comment in sendmail.cf with standard dateDirk Meyer2001-06-263-9/+59
| | | | | | | - apply an extension to the vacation manpage Notes: svn path=/head/; revision=44441
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* Sendmail:Dirk Meyer2001-06-154-48/+59
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=44042
* - Make full featured package, ordered PKGNAMESUFFIXDirk Meyer2001-06-121-20/+18
| | | | Notes: svn path=/head/; revision=43919
* - Store documentation in ${PREFIX}/share/doc/sendmail:Dirk Meyer2001-05-312-2/+15
| | | | | | | KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES MILTER Notes: svn path=/head/; revision=43339
* add Japanese mirror to MASTER_SITES.FUJISHIMA Satsuki2001-05-291-1/+2
| | | | Notes: svn path=/head/; revision=43280
* - Update to Sendmail 8.11.4, possible race condition.Dirk Meyer2001-05-293-13/+6
| | | | | | | | - Added PKGNAMESUFFIX - removed patch for IPV6, fixed in Release Notes: svn path=/head/; revision=43224
* - Changed dependency of cyrus-sasl to lib-depends,Dirk Meyer2001-05-131-2/+2
| | | | | | | user package will register this now. Notes: svn path=/head/; revision=42560
* - Change Order of Options,hope its better readable now.Dirk Meyer2001-05-131-4/+5
| | | | | | | - LDAP Support shall work in old and new versions now. Notes: svn path=/head/; revision=42559
* New patch: The socket was IPv6, but the bind used an IPv4 sockaddr struct.Dirk Meyer2001-05-031-0/+11
| | | | | | | Submitted by: Sean Farley <sean-freebsd@farley.org> Notes: svn path=/head/; revision=42224