summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
2006-08-14Install postfix-manuals.html.rpaulo
2006-07-20Enable Dovecot SASL support in smtpd.rpaulo
Discussed with Perry.
2006-07-19Include libxsasl.rpaulo
2006-07-19update for postfix 2.3.0rpaulo
2006-07-19framework for postfix 2.3.0rpaulo
2006-05-31explain why the ordering of MAN= is like it is.perry
2006-05-31To make vdiffs for imports simpler, follow the pattern of the originalperry
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-31Install mailq(1) and newaliases(1) as links to sendmail(1).tron
2006-05-30Install manual pages mailq(1), newaliases(1) and sendmail(1) to replacetron
the removed sendmail manual pages.
2006-05-30Remove sendmail.christos
2006-04-22Add AAAREADME and DB_README. Keep html files in sync.rpaulo
2006-04-17Remove qmqpd again. perry will fix postfix set-permissionschristos
2006-04-17Add qmqpdchristos
2006-04-17Add qmqpd.christos
2006-03-29Coverity CID 1199: Unchecked open.christos
2006-03-29Coverity CID 2785: Fix memory leak.christos
2006-03-26Coverity CID 114: If we did not find any symbol table entries, return anchristos
error.
2006-03-26Coverity CID 115: Don't leak memorychristos
2005-11-24 . Have dbsym explicitly suggest increasing SYMTAB_SPACE whendbj
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-27Build ncdcs on everything. Allows better set sharing (and we don't excludejmc
other 'system specific' binaries from other builds ala sunlabel, etc)
2005-10-10Install /usr/share/doc/html/postfix/postfix-logo.jpg too sincerpaulo
HTML documentation needs it. Discussed with Perry E. Metzger.
2005-09-04As 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-21Add libcrypto for the benefit of sun2.he
2005-08-21We need libcrypto here as well for the benefit of sun2.he
2005-08-21LIBCRYPTO is also needed, fixes build on sun2 (static link only, so far).he
2005-08-18Adapted to the new Postfix 2.2.5.rpaulo
Reviewed by Perry E. Metzger.
2005-06-01appease gcc -Wuninitializedlukem
2005-03-15resolve conflicts, pull 8.13.3 to head, make it buildatatat
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-01-10Only 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-07add postconf.5.html OVERVIEW.htmllukem
2004-09-07Revert previous, per Perry's request (maintainer of postfix in NetBSD)lukem
2004-09-07add postconf(5)lukem
2004-09-07Revert previous, per Perry's request (maintainer of postfix in NetBSD)lukem
2004-09-04add postconf.5.html OVERVIEW.html. style cleanuplukem
2004-09-04style cleanup (alpha sort list, reformat comments)lukem
2004-09-04add postconf(5). style cleanup (alpha sort list, reformat comments)lukem
2004-09-04style cleanup (alpha sort list, reformat comments)lukem
2004-07-15Change 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-08trace.8 duplicated in MAN variable, overriding the MLINK instance.heas
Pointed out by Denis Lagno.
2004-05-31Override a few config variables so postconf(1) has them correct.heas
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-05-16Consistently 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-27Add readmes &/ obsoletes that I missed.heas
Noted by Lubomir Sedlacik.
2004-04-27Do not install the qmqp related documents and do install the html versionsheas
of the READMEs.
2004-04-27Updates for Postfix 2.1.0heas
2004-03-27Add new files from 2.0.19heas
2004-02-08consistency tweaks in .stamp fileslukem
2004-02-07Speed 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-07When creating multiple sources from the one operation, use alukem
dummy "timestamp" file and depend upon that. Prevents (unnecessarily) multiple invocations with parallel make.