Rick Updegrove <[EMAIL PROTECTED]> writes:

> bash-2.04# cat /etc/mailer.conf
> #       $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $
> #
> # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
> #
> sendmail        /usr/libexec/sendmail/sendmail
[...]
> Ok so I linked them like this:
> lrwxr-xr-x  1 root  wheel  23 Apr 10 04:04 /usr/libexec/sendmail/sendmail -> 
>/var/qmail/bin/sendmail

Why would you want to do that? Did you read the manpage for mailer.conf?
It exists exactly so that you don't have to bother touching any symlinks
or such on the filesystem.

root@monster:~# cat /etc/mailer.conf 
# $Id: mailer.conf,v 1.2 2001/04/10 19:36:12 root Exp $
#       $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $
#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
sendmail        /var/qmail/bin/sendmail
send-mail       /var/qmail/bin/sendmail
mailq           /var/qmail/bin/qmail-qread
newaliases      /bin/echo Functionality unnecessary under qmail
hoststat        /bin/echo Functionality unnecessary under qmail
purgestat       /bin/echo Functionality unnecessary under qmail

I suppose I could link newaliases to something that rebuilds fastforward's
CDB, but I don't run fastforward. I suppose hoststat and purgestat could
be set to qmail-tcpto and qmail-tcpok, but that's kind of reaching.

-- 
occasional realignment                  [EMAIL PROTECTED] (michael handler)
sometimes    necessary                                          washington, dc

Reply via email to