summaryrefslogtreecommitdiff
path: root/etc/mailer.conf
AgeCommit message (Collapse)Author
2015-12-07Now that makemap(8)/newaliases(8) are merged into smtpctl(8), updateSunil Nimmagadda
the paths. Ok gilles@, jung@
2014-03-27do not keep hoststat and purgestat, they are pointing to the sendmailGilles Chehade
executable and will not serve any purpose with smtpd by default ok jmc@ tedu@
2014-03-12switch over to smtpd by default.Ted Unangst
ok deraadt gilles todd
2009-03-16run makemap through mailwrapper(8), to avoid conflict betweenJacek Masiulaniec
sendmail and smtpd. ok gilles@, "Go go go!" todd@
2000-04-06Remove smtpd link (should have been part of yesterday's commit) sinceTodd C. Miller
our smtpd is something other than sendmail.
2000-04-04Add smtpdTodd C. Miller
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert