[imp] Compose Window Problem

WebTeam manishg at iiml.ac.in
Thu Jul 10 06:00:29 PDT 2003


Hey Eric, thanks for the tips.
Tried them all, its still not working...
Maybe I'll configure it to use the same window instead of doing a popup for
compose...that seems to work....probably the problem has something to do
with sessions . Slight loss of covenience nothing much....

But I am still unable to configure it to send mails....that is a big
headache....
Any help?

TIA
Manish Gupta

----- Original Message -----
From: "Eric Rostetter" <eric.rostetter at physics.utexas.edu>
To: <imp at lists.horde.org>
Sent: Wednesday, July 09, 2003 4:02 PM
Subject: Re: [imp] Compose Window Problem


> Quoting WebTeam <manishg at iiml.ac.in>:
>
> > // What method should we use for sending mail? Valid options are
> > // currently 'sendmail' and 'smtp'.
> > $conf['mailer']['type'] = 'smtp';
>
> Okay.  (You can also specify this in horde/imp/config/servers.php).
>
> > $conf['mailer']['params'] = array('host' => '192.168.1.1');
>
> That sets the host.
>
> > $conf['mailer']['params'] = array('port' => '25');
>
> That, I would guess, overrides the host array set above, and sets the
> port only.
>
> Try instead using:
>
> $conf['mailer']['params'] = array('host' => '192.168.1.1', 'port' =>
'25');
>
> and I bet it will work much better.
>
> > in File horde/imp/config/servers.php
> > ==========================
> > $servers['imap'] = array(
> >     'name' => '192.168.1.1',
> >     'server' => '192.168.1.1',
> >     'protocol' => 'imap',
> >     'port' => 143,
> >     'folders' => 'mail/',
> >     'namespace' => '',
> >     'maildomain' => 'iiml.ac.in',
> >     'smtphost' => '192.168.1.1',
>
> That line (smtphost) will override the setting from horde.conf, as per the
> notes in the servers.php file and/or the faq.  If having trouble, I would
> try setting only one rather than both settings.
>
> >     'realm' => '',
> >     'preferred' => ''
> > );
> >
> > How can we prevent the Compose windows from closing on all machines?
> > And how to get the mail sending function to work?
>
> See/try above fix.
>
> > Thanks in Advance,
> > Manish Gupta
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> 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