[imp] Good Morning!
Jim Hale
jim-ml@halemail.dyndns.org
Sat, 11 May 2002 12:00:29 -0500
Thanks for the response :)
Here are the changes I made:
Horde.php
$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array('sendmail_path' =>
'/usr/sbin/sendmail.postfix'); (Since I'm actually using Postfix)
IMP Servers.php
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap',
'port' => '143/notls',
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'halemail.dyndns.org',
'smtphost' => 'localhost',
'realm' => '',
'preferred' => 'true'
);
Is there anything screwy in that?
Thanks!
Jim Hale
-
Jim & Kathy's Website Collection
http://hale.dyndns.org
> -----Original Message-----
> From: Robert Zrim [mailto:project@fastrun.at]
> Sent: Saturday, May 11, 2002 10:51 AM
> To: Jim Hale
> Subject: AW: [imp] Good Morning!
>
>
> Jim,
>
> Check your IMP settings first for the correct path to
> sendmail on your system or the correct smtp server address.
> I´m not sure how the system would send mail if you set both,
> to my knowledge you should either set a sendmail path OR a
> smtp server, not both of them.
>
> Next, check your smtp settings (if you use smtp) that
> relaying from the local machine is permitted.
>
> Hope this helps. Try checking all available error logs, too.
>
> Robert
>
> -----Ursprüngliche Nachricht-----
> Von: imp-bounces@lists.horde.org
> [mailto:imp-bounces@lists.horde.org]Im
> Auftrag von Jim Hale
>
> Gesendet: Samstag, 11. Mai 2002 17:47
> An: Mailing List - IMP
> Betreff: [imp] Good Morning!
>
>
> Welp, I'm a newbie to IMP and have everything setup except
> for one little problem... I can't SEND Mail out. Everything
> else seems to work fine. :)
>
> Any points in the right direction would be greatly appreciated. :)
>
> Thanks!
>
> Jim Hale
> -
> Jim & Kathy's Website Collection
> http://hale.dyndns.org
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>