[imp] Return-Path

lst_hoe at kwsoft.de lst_hoe at kwsoft.de
Tue Apr 29 10:52:34 PDT 2003


Zitat von Eric Rostetter <eric.rostetter at physics.utexas.edu>:

> Quoting Edward Bynum <ebynum at CLEMSON.EDU>:
> 
> > Well, after what seems to me to be extensive testing (it probably isn't
> > really), I think I have narrowed the location of the problem down
> > somewhat.
> >
> > If I am not mistaken, then the result of these lines:
> >     // If sendmail fails or is not executable, try the native mail()
> > function.
> >     if ($result == 0) {
> >
> > is that when $result is equivalent to zero, then php's mail() function
> > gets used instead of using sendmail.  I am certain that $result is set
> > to 0, for whatever that is worth.  The lack of envelopes keeps
> 
> Nice work tracking that down.
> 
> > Thus, the only problem appears
> > to be that the path_to_sendmail isn't working properly ... where does
> > this value come from?
> 
> The $conf['mailer'] array defined in horde/config/horde.php (or for cvs
> head in horde/config/conf.php).
> 

Maybe have a look at the "open_basedir" setting in your php.ini. Bite me some
time ago with my sendmail path.

Regards

Andreas


More information about the imp mailing list