Questions tagged [imap]

IMAP stands for Internet Message Access Protocol and is the other e-mail protocol along with POP.

E-mail clients using IMAP often leave messages on the server until the user deletes them. This allows multiple clients to manage the same mailbox - useful for support help desks for example.

IMAP is just one communications protocol on the web. Others include:

  • Transmission Control Protocol (TCP)
  • User Datagram Protocol (UDP)
  • Internet Control Message Protocol (ICMP)
  • Hypertext Transfer Protocol (HTTP)
  • Post Office Protocol (POP3)
  • File Transfer Protocol (FTP)

IMAP on Wikipedia

603 questions
1
vote
0 answers

Webclient for mbox files

I have 20 OVH mail accounts. Whit imapbackup i create mbox file for each my account on a local server. To read the files i need to download the folder then import to Thunderbird. Is there a easy way to show ALL mbox using a web client ( like…
enrico-dev
  • 11
  • 1
1
vote
1 answer

How best to deal with large dovecot inboxes?

I have a small number of mail users (abut 100) and some have comparatively large (10Gb+) mail boxes. I'm running Ubuntu using postfix and dovecot Maildir format. I could just keep adding storage, but perhaps a cheaper way is to extract attachments…
TommyPeanuts
  • 472
  • 1
  • 7
  • 24
1
vote
1 answer

Android application compatible with IMAP search without using local index?

I use an email account of several dozens of Giga, on computer and Smartphone. However, most applications use a local index to speed up the search of emails (this is the case of Outlook and Thunderbird on computer). However, on a cell phone, the…
VanVan
  • 19
  • 2
1
vote
2 answers

courier-imap w mysql : share a folder between 2 virtual users on debian

I have a working courier-imap server on my Debian Etch private server ; users are virtual, authentificatin goes through mysql. It's been working good for years. I would like to share an imap folder between 2 users. I thought I would just have to do…
Michael
1
vote
0 answers

Exchange 2019 - IMAP Sync Failure

I have just deployed a new instance of Exchange 2019. Active Sync works fine (outlook and owa) and mail is processed ingress/egress fine. After enabling the IMAP services and associating the self signed certificate with the IMAP service, I fail to…
Les
  • 11
  • 1
1
vote
1 answer

MDA broken pipe with fetchmail / dovecot

I have set up a home mail server with dovecot to download and archive email from multiple webmail accounts via IMAP. The goal is to do this automatically every week with a cron job. I'm not sure if I should use dovecot sync/backup or fetchmail, but…
b20000
  • 121
  • 3
1
vote
6 answers

Courier-IMAP + Thunderbird (+ Roundcube) subscription woes

So we have a mail system built on postfix-courier-saslauthd with unix users and maildirs and TONS of shared folders. Both T'bird (2.0.0.21) and Roundcube exhibits weird symptoms with subscriptions. In Roundcube, if I go into Personal Settings ->…
KTamas
  • 589
  • 1
  • 8
  • 15
1
vote
1 answer

Fetchmail does not use the indicated protocol

I'm trying to setup fetchmail for download some mail from gmail using pop3. The problem, as you can see, is that fetchmail instead of use the pop protocol will use imap. For being sure to not have commit any error during the configuration i will…
1
vote
1 answer

Clarification on the configuration of a mail server

I would like to start by saying that I have not seen any other forums or posts that clearly explain this thing. If there are, my poor English skills probably didn't make me understand the solution clear. As you already understood, I am trying to set…
1
vote
1 answer

How do I create separate mailbox configurations per virtual user with Dovecot?

Let's say I have two virtual users: bugs@domain.tld and admin@domain.tld. I want the mailboxes for bugs to be configured like this...: mailbox Sent { special_use = \Sent } mailbox Drafts { special_use = \Drafts } mailbox "Priority 1" { auto =…
The Tablet
  • 13
  • 3
1
vote
1 answer

IMAP and SMTP Still use Self Signed SSL even I have issued a Mail Server SSL in Cyberpanel

I using cyberpanel on CentOS 7 and I setup SSL for my postfix and dovecot. But I still got "SSL Invalid" caused the self-signed SSL even I have configure SSL using Lets Encrypt. This is /etc/postfix/main.cf smtpd_tls_cert_file =…
xdnroot
  • 21
  • 9
1
vote
1 answer

postfix does local delivery instead of via dovecot lmtp

Sieve isn't running on my system, and it looks like the reason why is that postfix is doing local maildir delivery instead of going through dovecot. Details: System: Ubuntu 20.10 /etc/postfix/main.cf: alias_database = hash:/etc/aliases alias_maps =…
GeneC
  • 11
  • 3
1
vote
1 answer

Mbox files not shown on client over IMAP after restore from backup

The story: the HDD containing user /home/* directories with Mboxes died. I restored them from a backup to another machine and mounted the whole structure back to the original imap's server /home location over NFS (v3, options client: auto,…
David
  • 11
  • 1
1
vote
1 answer

Mail error 550 Maximum line length exceeded (RFC 5322 2.1.1)

I have a reseller hosting account containing a couple of domains. One of our clients has recently been complaining about emails not being sent. They are receiving the error "550 Maximum line length excxeeded (RFC 5322 2.1.1)". After some Googling it…
Dennis
  • 113
  • 1
  • 4
1
vote
0 answers

IMAP server responds with "BAD..." error to "LIST..." after similar "LIST" command completes successfully

I'm getting a BAD... error when running a LIST command against an IMAP server that I'm not understanding and could use some help with. I run almost an identical command just prior to it to list the root mailboxes and have no problem, but then as I…
oucil
  • 557
  • 6
  • 21