Displaying 3 results from an estimated 3 matches for "missing_mailbox".
2015 Oct 14
2
Emails with sender MISSING_MAILBOX@missing_domain
Hello,
we are working in the migration from courier-imap to dovecot
2.2.10-4.el7_0.1.x86_64.
Some emails that send a internal application show as sender
"MISSING_MAILBOX at missing_domain", i use like email client Horde using
dovecot like server. But if i open that email with Horde and courier-imap i
can see the correct email sender.
I think that the email of the sender is no correct or not accomplish some
RFC. Can anyone help me to understand this?
Thank y...
2015 Oct 15
0
Emails with sender MISSING_MAILBOX@missing_domain
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 14 Oct 2015, grupo correo wrote:
> we are working in the migration from courier-imap to dovecot
> 2.2.10-4.el7_0.1.x86_64.
>
> Some emails that send a internal application show as sender
> "MISSING_MAILBOX at missing_domain", i use like email client Horde using
> dovecot like server. But if i open that email with Horde and courier-imap i
> can see the correct email sender.
>
> I think that the email of the sender is no correct or not accomplish some
> RFC. Can anyone help me to u...
2009 Mar 30
1
Empty To: Header and message_address_parse
...ailers happy one can configure to send a dummy To: header, which we do.
Our To header looks like:
To: "AdminCc of rt Ticket #123456":;
The message_address_parse function called with the TRUE flag
(triggers add_fixed_address) in dovecot changes that to
To: AdminCc of rt Ticket #123456: MISSING_MAILBOX at MISSING_DOMAIN ;
and then at least alpine does use that invalid address as Cc: address when
replying. If the mail is stored in a local folder, i.e. does not get
fetched via IMAP then the To: line is displayed as is and a reply does not
result in an errorneous Cc:
This behaviour is at least...