On Wed, Dec 04, 2002 at 07:28:24AM -0800, Michael Sierchio typed: > > What's the deal with this? This puppy broke a couple of my > machines by overwriting /var/qmail/bin/sendmail via the > symlink in /usr/sbin. Ack. Pppt.
/usr/sbin/sendmail should be a symlink to /usr/sbin/mailwrapper. You can use mailer.conf(5) to point to your MTA. Example /etc/mail/mailer.conf: sendmail /var/qmail/bin/sendmail send-mail /var/qmail/bin/sendmail mailq /var/qmail/bin/sendmail newaliases /var/qmail/bin/sendmail > There should be a single switch to disable sendwhale. > > I'll reiterate that the make.conf switches are no substitute > for packagizing the ever-more-bloated "base" system. > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
