[imp] Sending Mail

Michael R. Rogers, II vze21yjv at verizon.net
Tue Oct 14 16:23:08 PDT 2003


Thanks Michael, that solved that issue; however, when I attempt to send
it now errors out with:
There was an error sending your message: unable to set sender to
[vze21yjv at verizon.net]



-----Original Message-----
From: imp-bounces at lists.horde.org [mailto:imp-bounces at lists.horde.org]
On Behalf Of Michael M Slusarz
Sent: Tuesday, October 14, 2003 11:53 AM
To: imp at lists.horde.org
Subject: Re: [imp] Sending Mail

Quoting maca02 at atlas.cz:

| > My ISP forces me to authenticate at their SMTP relay - when I try to
| > send a message via IMP, I received the following error:
| >
| > There was an error sending your message: unable to add recipient
| > [mrogers at rasses.com]: 553 sorry, that domain isn't in my list of
| allowed
| > rcpthosts (#5.7.1)
| >
| > Are there configuration settings to add a username and password for
IMP
| > to use when connecting to the SMTP server?

In config/horde.php (for Horde 2.x) or config/conf.php (in Horde HEAD),
use
the following to configure SMTP:

$conf['mailer']['params'] = array(
     /* The server to connect to. DEFAULT: localhost */
     'host' => 'smtp.example.com',
     /* The port to connect to. DEFAULT: 25 */
     'port' => 25,
     /* The local hostname / domain. DEFAULT: localhost */
     'localhost' => localhost,
     /* Use SMTP authentication?  DEFAULT: No (false) */
     'auth' => false,
     /* The username to use for SMTP authentication. */
     'username' => null,
     /* The password to use for SMTP authentication. */
     'password' => null,
);

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder

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




More information about the imp mailing list