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 [EMAIL PROTECTED] > # 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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
