| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-08-14 | Install postfix-manuals.html. | rpaulo | |
| 2006-07-20 | Enable Dovecot SASL support in smtpd. | rpaulo | |
| Discussed with Perry. | |||
| 2006-07-19 | Include libxsasl. | rpaulo | |
| 2006-07-19 | update for postfix 2.3.0 | rpaulo | |
| 2006-07-19 | framework for postfix 2.3.0 | rpaulo | |
| 2006-05-31 | explain why the ordering of MAN= is like it is. | perry | |
| 2006-05-31 | To make vdiffs for imports simpler, follow the pattern of the original | perry | |
| Makefile.in for listing the files to be installed. No functional change at all. Also, remove a spurious tab from after the MLINKS= line | |||
| 2006-05-31 | Install mailq(1) and newaliases(1) as links to sendmail(1). | tron | |
| 2006-05-30 | Install manual pages mailq(1), newaliases(1) and sendmail(1) to replace | tron | |
| the removed sendmail manual pages. | |||
| 2006-05-30 | Remove sendmail. | christos | |
| 2006-04-22 | Add AAAREADME and DB_README. Keep html files in sync. | rpaulo | |
| 2006-04-17 | Remove qmqpd again. perry will fix postfix set-permissions | christos | |
| 2006-04-17 | Add qmqpd | christos | |
| 2006-04-17 | Add qmqpd. | christos | |
| 2006-03-29 | Coverity CID 1199: Unchecked open. | christos | |
| 2006-03-29 | Coverity CID 2785: Fix memory leak. | christos | |
| 2006-03-26 | Coverity CID 114: If we did not find any symbol table entries, return an | christos | |
| error. | |||
| 2006-03-26 | Coverity CID 115: Don't leak memory | christos | |
| 2005-11-24 | . Have dbsym explicitly suggest increasing SYMTAB_SPACE when | dbj | |
| an overflow occurs. . Make this error a fatal build time error . Move the support for dbsym into the MI Makefile.kern.inc, conditional upon the SYMTAB_SPACE option being defined in the kernel config file. | |||
| 2005-10-27 | Build ncdcs on everything. Allows better set sharing (and we don't exclude | jmc | |
| other 'system specific' binaries from other builds ala sunlabel, etc) | |||
| 2005-10-10 | Install /usr/share/doc/html/postfix/postfix-logo.jpg too since | rpaulo | |
| HTML documentation needs it. Discussed with Perry E. Metzger. | |||
| 2005-09-04 | As discussed on source-changes, fix the library specification: | he | |
| o Add ${LIBSSL} to the DPADD list, it was missing o Use -lcrypto and not ${LIBCRYPTO} in LDADD+= o Reorder libraries so -lssl comes before -lcrypto o Let the postfix libraries and the system libraries have their own LDADD+= and DPADD+= lines (this one wasn't discussed) | |||
| 2005-08-21 | Add libcrypto for the benefit of sun2. | he | |
| 2005-08-21 | We need libcrypto here as well for the benefit of sun2. | he | |
| 2005-08-21 | LIBCRYPTO is also needed, fixes build on sun2 (static link only, so far). | he | |
| 2005-08-18 | Adapted to the new Postfix 2.2.5. | rpaulo | |
| Reviewed by Perry E. Metzger. | |||
| 2005-06-01 | appease gcc -Wuninitialized | lukem | |
| 2005-03-15 | resolve conflicts, pull 8.13.3 to head, make it build | atatat | |
| 2005-03-09 | Add -lcrypt where -lcrypto is specified. | christos | |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem | |
| MKINET6 is for providing IPv6 infrastructure. USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6). | |||
| 2004-09-07 | add postconf.5.html OVERVIEW.html | lukem | |
| 2004-09-07 | Revert previous, per Perry's request (maintainer of postfix in NetBSD) | lukem | |
| 2004-09-07 | add postconf(5) | lukem | |
| 2004-09-07 | Revert previous, per Perry's request (maintainer of postfix in NetBSD) | lukem | |
| 2004-09-04 | add postconf.5.html OVERVIEW.html. style cleanup | lukem | |
| 2004-09-04 | style cleanup (alpha sort list, reformat comments) | lukem | |
| 2004-09-04 | add postconf(5). style cleanup (alpha sort list, reformat comments) | lukem | |
| 2004-09-04 | style cleanup (alpha sort list, reformat comments) | lukem | |
| 2004-07-15 | Change the default settings for sendmail. | atatat | |
| (1) The stock sendmail.cf will only listen on the loopback interface. (2) The stock submit.cf specifally connects to "localhost." which should be less susceptible to being confused or looking confused. (3) The smtp listener starts by default, if needed. The setting in /etc/default/rc.conf is still "no", but rc.d/sendmail detects the default setting and will change it to yes if need is determined. Need is defined as "nothing else seems to have been changed about the mail configuration but we'd like locally originated and locally destined mail to be delivered". If you change, eg, mailer.conf to point to postfix or some other MTA, sendmail will not start. | |||
| 2004-06-08 | trace.8 duplicated in MAN variable, overriding the MLINK instance. | heas | |
| Pointed out by Denis Lagno. | |||
| 2004-05-31 | Override a few config variables so postconf(1) has them correct. | heas | |
| 2004-05-23 | Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and | lukem | |
| setting NOLINT, NOPIC, NOPROFILE (etc) | |||
| 2004-05-16 | Consistently use CONFIGFILES & CONFIGLINKS (which enable the 'configinstall' | lukem | |
| target) instead of using home-grown 'distribution' targets or using FILES with the 'install' target. Add some etc/ subdir Makefiles where appropriate. XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES. | |||
| 2004-04-27 | Add readmes &/ obsoletes that I missed. | heas | |
| Noted by Lubomir Sedlacik. | |||
| 2004-04-27 | Do not install the qmqp related documents and do install the html versions | heas | |
| of the READMEs. | |||
| 2004-04-27 | Updates for Postfix 2.1.0 | heas | |
| 2004-03-27 | Add new files from 2.0.19 | heas | |
| 2004-02-08 | consistency tweaks in .stamp files | lukem | |
| 2004-02-07 | Speed up make by caching the objdirs of the 4 libraries. | lukem | |
| On my P4 2.4 an empty "cleandir" goes from 6.63s to 1.43s. | |||
| 2004-02-07 | When creating multiple sources from the one operation, use a | lukem | |
| dummy "timestamp" file and depend upon that. Prevents (unnecessarily) multiple invocations with parallel make. | |||
