summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-03-17update a bit, but more work is needed on this man page, working on it andGilles Chehade
2009-03-17enable smtpd in the buildGilles Chehade
2009-03-17move smtpd.conf to etc/mail/ directory. it is not installed yet by theGilles Chehade
2009-03-16change smtpd.conf to what it will be by default:Gilles Chehade
2009-03-16in accept rules, support "for local" as a destination which is an alias toGilles Chehade
2009-03-16update smtpctl.8 with new smtpctl commandsGilles Chehade
2009-03-16makemap symlink should be in /usr/sbin; ok gilles@Jacek Masiulaniec
2009-03-16smtpctl goes to usr.sbin; ok gilles@Jacek Masiulaniec
2009-03-16makemap goes to libexec/smtpd; ok gilles@Jacek Masiulaniec
2009-03-16- mention /etc/mail/virtual in FILES sectionGilles Chehade
2009-03-16mention /etc/mail/secrets in the FILES sectionGilles Chehade
2009-03-16this file has been deprecated for a while and will not be updated, soGilles Chehade
2009-03-16run makemap through mailwrapper(8), to avoid conflict betweenJacek Masiulaniec
2009-03-15since we are going to share code in smtp sessions and mta sessions, we needGilles Chehade
2009-03-15the mda process no longer uses struct batch as its central structure toGilles Chehade
2009-03-15save 4 bytes per message by moving the datafp field of struct message toGilles Chehade
2009-03-14Initial support for pruning. When every single interface is removed from theMichele Marchetto
2009-03-13No need for a line break, makes code a bit more compact.Claudio Jeker
2009-03-13Next step in mrt cleanup. Switch buf_write to a smarter version of itself.Claudio Jeker
2009-03-13Move mrt code over to use the msgbuf way of queuing buffers instead of rollingClaudio Jeker
2009-03-13Sync buffer API with the one from ospfd. The dynamic buffers will make otherClaudio Jeker
2009-03-13More paranoia when parsing empty updates. Make sure they are really empty andClaudio Jeker
2009-03-13Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly.Claudio Jeker
2009-03-13When commiting the buf_left() change adding len to the check was dropped andClaudio Jeker
2009-03-12Add new function time_to_text to correctly display the date.pea
2009-03-12lsa_self() did too many things at once, and had too much logicStefan Sperling
2009-03-11getmxbyname() returning a value != 0 does not necessarily means it failedpea
2009-03-11fix log_info(), while other processes know about message uid, the smtpGilles Chehade
2009-03-10implement basic logging, needs more work; ok gilles@Jacek Masiulaniec
2009-03-10when calling external mda, use restricted environment; ok gilles@Jacek Masiulaniec
2009-03-10run external mda with cwd set to $HOME or /; ok gilles@Jacek Masiulaniec
2009-03-10kill few lines, saving one seteuid(2) call; ok gilles@Jacek Masiulaniec
2009-03-10- Use setsid(2) to create new process group for external mda.Jacek Masiulaniec
2009-03-10The linked() function had an identity crisis and referred to itselfStefan Sperling
2009-03-10Revert previous, I committed the wrong file, should have been rde_spf.c.Stefan Sperling
2009-03-10The linked() function had an identity crisis and referred to itselfStefan Sperling
2009-03-10it's simpler to use pipe(2) than socketpair(2) to communicate withJacek Masiulaniec
2009-03-10by default drop privs to www/www, not nobody/nogroup if User/GroupMartynas Venckus
2009-03-10fork(2) or socketpair(2) failures are temporary, delivery attempt should beJacek Masiulaniec
2009-03-10ascribe copyright to code taken from OpenSSH, pointed out by deraadtJacek Masiulaniec
2009-03-09run external mda directly, not via sh -c; this steals addargs() APIJacek Masiulaniec
2009-03-09Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@Jacek Masiulaniec
2009-03-09add hunk that should have been included in rev. 1.12, fixes occasionalJacek Masiulaniec
2009-03-09add basic support for outgoing authentication (AUTH PLAIN over ssl) whichGilles Chehade
2009-03-08adapt example to reflect a recent change in parse.yGilles Chehade
2009-03-08supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported,Gilles Chehade
2009-03-08when operating in enqueue mode, it was easy to make smtpctl fatal() byGilles Chehade
2009-03-08shrink struct message a bit by removing a couple fields which are no longerGilles Chehade
2009-03-08~/.forward files handling was fixed recently so that it is the privilegedGilles Chehade
2009-03-08Remove #ifdef'd code which had a TODO comment essentially askingStefan Sperling