Quoting Dave Sill <de5-dated-
[EMAIL PROTECTED]>:
> Henry Blackman <[EMAIL PROTECTED]>
> wrote:
>
> >I've got the Dan's bit of using mail.local in
> my
> >FreeBSD 4.3 system, but try as I might, it's
> not
> >happening for me.
>
> How about showing us exactly what you're going
> with
> qmail-start/defaultdelivery?
I have this in my .qmail-default file:
| /sbin/fastforward -d /etc/aliases.cdb
I use fastforward to handle the aliases that I've
inherited from sendmail.
For qmail-start I have:
qmail-start \
'|preline -f /usr/libexec/mail.local -r "${SENDER:-
MAILER-DAEMON}" -d "$USER"'
\
splogger qmail&
which is binm1 from the /var/qmail/boot directory
> Shouldn't mail.local be setuid or setgid? Maybe
> you'll have to create
> all the mailboxes in advance.
I'm a bit lost with setuid though? I've never used it,
so I'll start researching that now!
Henry