Hi,
That worked nicely! Thanks Mark.
Fabian Penha.
On Wed, 22 Nov 2000, Mark Weaver wrote:
> Ok...first check your Pine settings to make sure you're telling it where
> to find "sendmail" which should be /usr/sbin/sendmail, then (su) and
> become root and issue this command to "reset" the permissions on sendmail:
>
> chmod 755 /usr/sbin/sendmail
>
> That should take care of your sending problems. This cropped up on me once
> some time back and I chased the little bugger for about an hour before I
> realized what was going on. After I change-moded the sendmail binary
> things straightened out again.
>
> You may also want to check your .pinrc file and make sure that the path to
> sendmail is correctly stated and defined. There are two entries in there
> for sendmail. The first one should look like this:
>
> smtp=server=/usr/sbin/sendmail
>
> and the other one should look like this:
>
> sendmail-path=/usr/lib/sendmail
>
> These two statements should appear in this manner and in this order in
> your .pinerc file.
>
>