[imp] user "nobody"
intellinet IMAP
beau@intellinetinc.com
Mon, 11 Dec 2000 18:56:23 -0700
OK I might be asking stupid questions since I'm not exactly an expert here
but whatever. When I call sendmail from the prompt what command is used to
actually send the message? After entering
sendmail -fbeau@intellinetinc.com -- recipient@ddress I can enter text to
be sent as the email message right? Well how do I exit sendmail from there
and send whatever text I've entered?
Sendmail (ssmtp) seems to be working alright from the command line even when
explicitly adding the path. When I change the user that Apache runs as the
messages will send with the recipient being whatever user apache is running
as......does that help? I don't know, I'm kinda lost. My last install of
IMP had everything on the same server so it worked like a charm.....
Also you mentioned running apache chrooted, what does that mean exactly?
And how do I do it?
Beau
----- Original Message -----
From: "Rich Lafferty" <rich@horde.org>
To: <imp@lists.horde.org>
Sent: Friday, December 08, 2000 2:02 PM
Subject: Re: [imp] user "nobody"
> On Fri, Dec 08, 2000 at 02:05:02PM -0700, Beau Sapach
(beau@intellinetinc.com) wrote:
> >
> > You're right, using ssmtp with the -f option works, but how do I
> > make that work with IMP?
>
> By debugging your installation. You'll see that IMP calls it as:
>
> $mail = popen("$default->path_to_sendmail -i -f$from -- $recipients",
'w');
>
> Now, you do the same from the commandline, right? Give it a try now
> explicitly adding your path to sendmail (ssmtp) from
horde/config/horde.php3,
> and with the -i option and so forth, like
>
> /your/path/to/sendmail -i -fbeau@intellinetinc.com -- recipient@foo
>
> and see if it still works. Are you running Apache chrooted? Can it run
> ssmtp with the privileges it's running as?
>
> -Rich
>
> --
> ------------------------------ Rich Lafferty ---------------------------
> Sysadmin/Programmer, Instructional and Information Technology Services
> Concordia University, Montreal, QC (514) 848-7625
> ------------------------- rich@alcor.concordia.ca ----------------------
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>