summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-10-14As discussed with gilles@, actually impose the per-user limit regardlessEric Faurot
2012-10-14Limit the number of per-user mda (external program) deliveries that can beEric Faurot
2012-10-14When pushing too many envelopes to the mda at once, we can hit a filedescEric Faurot
2012-10-14Add status command.Mark Kettenis
2012-10-14Beginning of a tool to control sun4v logical domains. For now this can startMark Kettenis
2012-10-14enforce different permissions on different files in ssl_load_file()Alexander Hall
2012-10-14substitute wrong comas into semicolonsCharles Longeau
2012-10-14mistakenly removed an ".Xr smtpd 8"Gilles Chehade
2012-10-14replace 'plain' with 'file' as the backend source name for map_file.cGilles Chehade
2012-10-14missing from previous commit, byebye map_stdio.cGilles Chehade
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-14smtpctl show runqueue no longer exists, it's been that way for a whileGilles Chehade
2012-10-13missing headerGilles Chehade
2012-10-13in aliases expansion, we can avoid requesting parent for ~user/.forward, ifGilles Chehade
2012-10-13In update verbose mode, when skipping an update candidate due to anJeremy Evans
2012-10-13when makemap is executed in sendmail mode, check if ".db" is part of theGilles Chehade
2012-10-13Make map_lookup() and make_compare() set errno on failure to distinguishEric Faurot
2012-10-12Extend the "retry" field to 16 bits. The new quadratic retry formulaEric Faurot
2012-10-11- if argc / argv not empty after getopt() loop, display usageGilles Chehade
2012-10-11- no need to assign a separator to the last route flag since we're notGilles Chehade
2012-10-11- no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answerGilles Chehade
2012-10-11- remove dead storeGilles Chehade
2012-10-11- remove dead storeGilles Chehade
2012-10-11- map_create() takes a map_src not a map_kindGilles Chehade
2012-10-11- char * -> unsigned char *Gilles Chehade
2012-10-11- ssize_t -> size_tGilles Chehade
2012-10-11- replace "from all" and "for all" with "from any" and "for any"Gilles Chehade
2012-10-11package checksums are no longer MD5, from Dawe on tech@.Stuart Henderson
2012-10-10F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won'tGilles Chehade
2012-10-10teach smtpctl how to display envelopes and messages using their id.Gilles Chehade
2012-10-10io_connect() can take an optional address to bind() before connecting.Eric Faurot
2012-10-10For each alias node, mark if it has been expanded from an alias map orEric Faurot
2012-10-10show the port number for a relay if specified.Eric Faurot
2012-10-10Fix the hash http filter action to initialize the hash key correctly afterReyk Floeter
2012-10-10a SMTP -> an SMTP;Jason McIntyre
2012-10-09make "relay ... as ..." work again. It's been zapped by mistake.Eric Faurot
2012-10-09- allow a listen statement to impose tls on its clients;Gilles Chehade
2012-10-09Reject ssl key/certs/CA/DH files if their ownership/permissions are notEric Faurot
2012-10-09fix listen examples to not use an interfaceGilles Chehade
2012-10-09fix a FILE* leak when using compression.Eric Faurot
2012-10-08disk space is cheap but we still want to limit the default size of a bodyGilles Chehade
2012-10-08when building a db map, always lowercase the key before a lookup in makemapGilles Chehade
2012-10-08update to 1.2.4Robert Nagy
2012-10-08skip RR if type is not MX. Use hostname if the list of MX is emptyEric Faurot
2012-10-07Implement a simple wait queue API. The idea is to allow multiple "waiters"Eric Faurot
2012-10-07We need to provide a sendmail-like interface to makemap so that some toolsGilles Chehade
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-10-07bump max number of connections to a route from 5 to 10, the limit is tooGilles Chehade
2012-10-06fix usage(); ok dlgJason McIntyre
2012-10-06inetd Xr no longer relevant; ok dlgJason McIntyre