Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 1999 02:19:19 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc/sendmail freebsd.mc 
Message-ID:  <19991229181919.698D81CA0@overcee.netplex.com.au>
In-Reply-To: Message from "Andrey A. Chernov" <ache@FreeBSD.org>  of "Wed, 29 Dec 1999 08:15:24 PST." <199912291615.IAA46756@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Andrey A. Chernov" wrote:
> ache        1999/12/29 08:15:24 PST
> 
>   Modified files:
>     etc/sendmail         freebsd.mc 
>   Log:
>   Remove -o before sendmail.cw - pure file name needed here

Says who?

Without -o:

root@proxy[02:17am]~# sendmail peter@netplex.com.au
/etc/sendmail.cf: line 67: fileclass: cannot open /etc/mail/sendmail.cw: No such file or directory

With -o:
root@proxy[02:18am]~# sendmail peter@netplex.com.au
test
root@proxy[02:18am]~# 

and it works:
root@proxy[02:18am]~# echo foo.bar.baz > /etc/mail/sendmail.cw
root@proxy[02:18am]~# sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
> $=w
foo.bar.baz
....

I am backing this out.

Cheers,
-Peter



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991229181919.698D81CA0>