[imp] mailing over smtp doesn't work

Tomáš Macek maca02 at atlas.cz
Tue Oct 14 03:00:03 PDT 2003


You would rewrite the settings of 'host' by next '$conf... 'port' => 25)!!
But I have done this already, but it didn't work. Then I make the change of servers.php in imp directory as follows:

$servers['pop3lit'] = array(
     'name' => 'Ourserver (POP3)',
     'server' => 'mail.ourserver.cz',
     'protocol' => 'pop3',
     'port' => 110,
     'folders' => '',
     'namespace' => '',
     'maildomain' => 'ourserver.cz',
     'smtphost' => 'mail.ourserver.cz',
     'realm' => 'cz',
     'preferred' => 'yes'
);

The only thing, that deffers, is in the line

	'preferred' => 'yes'

and nothing else.
It's strange... Isn't it a possible bug?

On Tue, 14 Oct 2003, Jean-Marc Liger wrote:

> Hi,
>
> We have the same configuration, you have to put also :
>
> $conf['mailer']['type'] = 'smtp';
> $conf['mailer']['params'] = array();
> $conf['mailer']['params'] = array('host' => 'mail.ourserver.cz');
> $conf['mailer']['params'] = array('port => 25');
>
> ... and it will normally work.
>
> JML - SIRIS
>
>
> >Hi,
> >I've set up this configuration in horde/horde.php:
> >
> >$conf['mailer']['type'] = 'smtp';
> >$conf['mailer']['params'] = array('host' => 'mail.ourserver.cz');
> >
> >In the horde/imp/servers.php I have:
> >
> >$servers['pop3lit'] = array(
> >     'name' => 'Ourserver (POP3)',
> >     'server' => 'mail.ourserver.cz',
> >     'protocol' => 'pop3',
> >     'port' => 110,
> >     'folders' => '',
> >     'namespace' => '',
> >     'maildomain' => 'ourserver.cz',
> >     'smtphost' => 'mail.ourserver.cz',
> >     'realm' => 'cz',
> >     'preferred' => ''
> >);
> >
> >The problem is, that horde/imp project is located on the different
> >machine, than the mail server. When I try to send a mail via IMP,
> >IMP tries to send the message via localhost. It doesn't try to send
> >it via other host (mail.ourserver.cz). I set up no other option.
> >What can I do with it?
> >
> >Thank you very much for help
> >
> >--
> >IMP mailing list
> >Frequently Asked Questions: http://horde.org/faq/
> >To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
> --
> 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