[mimp] no domain set in From: when composing mail

Alain Fauconnet alain at ait.ac.th
Mon Nov 28 02:26:28 PST 2005


Hello Jan,

On Mon, Nov 28, 2005 at 10:30:17AM +0100, Jan Schneider wrote:
> Zitat von Alain Fauconnet <alain at ait.ac.th>:
> 
> > Hello readers,
> >
> > Horde-3.0.5, Mimp-h3-1.0-alpha
> >
> > When users select 'Compose', the From: field comes up
> > as "user@" (no domain).
> >
> > This doesn't happen if that user has set up an explicit From: address
> > in his default identity (in that case the From: comes up OK).
> >
> > In MIMP's server.php, 'maildomain' is set correctly:
> >
> > $servers['mymail'] = array(
> >     'name' => 'mymail.ait.ac.th',
> >     'server' => 'mymail.ait.ac.th',
> >     'hordeauth' => false,
> >     'protocol' => 'imap/notls',
> >     'port' => 143,
> >     'folders' => '',
> >     'namespace' => 'INBOX.',
> >     'maildomain' => 'ait.ac.th',
> >     'smtphost' => 'mymail.ait.ac.th',
> >     'smtpport' => 25,
> >     'realm' => 'ait.ac.th',
> >     'preferred' => '',
> >     'dotfiles' => false,
> >     'hierarchies' => array()
> > );
> >
> > The same setting works in IMP.
> >
> > Am I missing something here? Should I open a bug?
> 
> Yes, please.

Done:
http://bugs.horde.org/ticket/?id=3057

Priority set to medium because I don't want to abuse the 'high' level,
but if it's confimed as a bug it seems like a rather serious one to
me, since most people don't set an explicit From: address in their
default identity.

I'm trying to crawl through the PHP code to come up with a patch, but 
still finding my way at this time.

Greets,
_A_


More information about the mimp mailing list