Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2003 14:37:30 -0400
From:      Bill Vermillion <bv@wjv.com>
To:        Eicke <eick.jac@terra.com.br>
Cc:        FreeBSD_Net <freebsd-net@freebsd.org>
Subject:   Re: sendmail
Message-ID:  <20030910183730.GA46417@wjv.com>
In-Reply-To: <00c601c377c5$7ccc43d0$0905a8c0@alellyxbr.com.br>
References:  <00c601c377c5$7ccc43d0$0905a8c0@alellyxbr.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
When asked his whereabouts on Wed, Sep 10, 2003 at 15:00 , 
Eicke took the fifth, drank it, and then slurred:

> Hi folks,
> I have a machine with FreeBSD 4.6 and Sendmail 8.12.3
> I need only sent e-mails using this machine. My rc.conf contents the
> following:

> sendmail_enable="NONE"

That disable sendmail entirely.
> 
> When I try to send a simple mail an error occours:

> # cat /etc/rc.conf | mail teste@empresa.com
> # can not chdir(/var/spool/clientmqueue/): Permission denied
> Program mode requires special privileges, e.g., root or TrustedUser.

In /etc/rc.conf try this.

sendmail_submit_enable="YES"    for local use or
sendmail_submit_outbound="YES"

For best results try    man 8 rc.sendmail.

Bill
-- 
Bill Vermillion - bv @ wjv . com



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