[horde] Horde/IMP/Apache and Send Mail

Norris Ward nappy_d at rogers.com
Mon Jun 16 16:41:35 PDT 2003


Just be sure that I did change the correct lines, in the
/horde/config/horde.php would these bee the correct lines to change and
uncomment?

$conf['mailer']['type'] = 'sendmail';  <-- This would be changed to smtp

// An array holding any parameters that the Mail object will need to
// function correctly. For sendmail, this is mainly the sendmail_path
// option; SMTP requires at least a server and a port (if nonstandard).
// SMTP authentication can be enabled by setting the 'auth' parameter
// to true.
$conf['mailer']['params'] = array();
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
$conf['mailer']['params'] = array('host' => 'localhost'); <-- I changed this
to localhost rather than an FQDN

I notice it is asking for the "auth parameter"  I don't see one yet but I
will keep searching(any hints on this one?

Thanks always to the patience and hints I have received from this list!


-----Original Message-----
From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]On
Behalf Of Eric Rostetter
Sent: June 16, 2003 3:23 PM
To: horde at lists.horde.org
Subject: Re: [horde] Horde/IMP/Apache and Send Mail

Quoting nappy_d <nappy_d at rogers.com>:

> Only and so forth for the user "guest".  The issue I have is that in send
> mail I have set it up so that mail sent from the user guest would be
rejected
> with and SMTP error message and a custom error I have entered explaining
why
> it has been rejected.  The problem is that mail is still being sent from
the
> guest user.  When I looked at the header(correct me if I'm wrong) but it
> appears that it is apache is the trusted user to sending mail and then it
is
> sending the mail with the user's name somewhere on the backend.  How can I
> fix this so SendMail can not deliver outbound mail from the user "guest"
or,
> is this a SendMail and not a Horde/IMP issue?  I am using the following
Horde
> packages:

One easy way, which is probably possible and won't cause too much of a
problem
(maybe a bit slower performance) is to switch to SMTP sending rather than
using the local sendmail command.  Then it should block it as you desire.
Not sure if the user will get back the full custom error text or not, you'll
have to try it and see.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!

--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org




More information about the horde mailing list