On Wed, Jul 31, 2013 at 05:08:01PM +0200, gilles wrote: > User gilles has just rebuilt a portable snapshot, available from: > > [...] > > - introduce --with-mailwrapper >
Packagers of -portable should take extra care with this snapshot. By default, OpenSMTPD will install as follows (prefix=/usr/local): - smtpd : /usr/local/sbin/smtpd - smtpctl : /usr/local/sbin/smpctl - makemap : /usr/local/sbin/makemap - mailq : /usr/local/sbin/mailq (symlink to smtpctl) - sendmail : /usr/local/sbin/sendmail (symlink to smtpctl) - newaliases : /usr/local/sbin/newaliases (symlink to makemap) When --with-mailwrapper is specified, it will install as follows: - smtpd : /usr/local/sbin/smtpd - smtpctl : /usr/local/sbin/smpctl - makemap : /usr/local/libexec/makemap In this case, note that mailq, sendmail and newaliases being "redirects" to smtpctl and makemap, they won't be installed and it will be up to the package maintainer to setup the links and mailwrapper configuration. Also note that makemap is installed in libexec/, which is what we expect when used with a mailwrapper to avoid possible clash with the makemap of another MTA. If you have questions, feel free to ask ;-) -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this email because you are subscribed to the "[email protected]" list To unsubscribe, send mail with subject: [[email protected]] unregister
