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
1 answer

How to set up lots of IMAP users accounts for testing?

We've got a server project that's listening on IMAP connections to proxy messages for many different users accounts. We want to test that server for scalability. To that end, we're setting up an IMAP server with lots of dummy users to generate…
1
vote
1 answer

Logging into mail server works through telnet but fails though imap(s) (Dovecot+MySQL)

I have followed the ISPMail tutorial on how to set up a Debian mail server. I can log into the dovecot server through telnet like this: [root@{hostname}: /home/{user}]# telnet {hostname}.{TLD} 143 Trying 127.0.1.1... Connected to…
Axel Latvala
  • 201
  • 1
  • 4
  • 12
1
vote
1 answer

IMAP email migration from Apptix to Office 365

I am having issues setting up a migration from Apptix to Office 365 of 41 users in my company. I've found a couple guides on the Microsoft website about how to do it (Thank you Google) but I keep coming up with problems. I am trying to set up a…
npiani
  • 277
  • 4
  • 13
1
vote
1 answer

Get local copies of IMAP email into a new IMAP account

Due to some major balls up, I have lost IMAP accounts during a domain transfer. Users still have 'cached' copies in their mail clients (Outlook 2007/2010/express). I know that if I recreate the mailboxes on the new server, they'll lose the emails…
Faldinio
  • 11
  • 1
1
vote
1 answer

Fetch .eml files with Dovecot

I have a local storage with number of .eml files. I would like to copy all such files to mailboxes located on the same server (CentOS box), so that users could view .eml content when fetching emails from the server. I am thinking of using Dovecot as…
Andrew
  • 1,104
  • 6
  • 21
  • 37
1
vote
1 answer

Migrate Mdaemon mail server to Google Apps Business

We are planning to migrate our current Mdaemon mail server (50 accounts) with Imap to Google Apps Business. Each client have Outlook 2007 with the Mdaemon connector 2.2 There are a lot of informations available on Google site and i read most of all…
Luka Milani
  • 137
  • 1
  • 1
  • 6
1
vote
3 answers

Can a webmail client interact directly with the SMTP server? (without IMAP)

I'm trying to understand how all the components of a mail server fit together. I understand that the SMTP server is necessary to send emails. In terms of accessing email, I'll setup a webmail client but do not need access through a desktop…
sameold
  • 993
  • 3
  • 11
  • 20
1
vote
1 answer

Send all emails from a user's Courier IMAP account

Is there any way of resending all the mails from a user's cur folder with the current emails on the server? The imap service is done by Courier and the smtp by Postfix Path /var/vmail/DOMAI.com/USER/
w0rldart
  • 217
  • 1
  • 2
  • 14
1
vote
1 answer

Default permissions for courier imap folders

I'm using courier imap. When a mail client creates a new folder, it's created on the filesystem with 640 permission. I need it to be writable by the group, or 660. I currently have /etc/courier/imapd IMAP_UMASK=007, but that's not enough. I'm not…
EricP
  • 115
  • 1
  • 8
1
vote
0 answers

getmail is not configured with imap and pop server

Today i am setup getmail to retrieve emails with exim4 for sending mails on my linode vps server. In configuration [getmailrc] file, i am using imap server with port number 143 shown below: [retriever] type = SimpleIMAPRetriever server =…
Shashank
  • 141
  • 1
  • 8
1
vote
1 answer

Courier IMAP stucks after authentication in Debian

I just updated my Debian and Courier imap is not logging in anymore. Pop3 service works fine. In the logs I can see that authdaemon authenticates, but imapd gets stuck and does not return OK. Logs: Jun 19 14:06:39 sylar authdaemond: received auth…
1
vote
1 answer

TLS with GNU Mailutils 0.6 IMAP4d

I have been fighting with the ancient GNU Mailutils 0.6 for quite a while now. I am supposed to set up the IMAP4d service from this version for an IT security exercise. I may not update the program, but I can configure it as I like. So far, I…
j0ker
  • 173
  • 1
  • 6
1
vote
2 answers

Courier IMAP always disconnects since update

Since one of our customers updated their server courier does not handle IMAP connections properly any more. POP3 works without any problems. When I try to test IMAP with telnet then it is always like this: $ telnet domain.com 143 Trying…
Raffael Luthiger
  • 2,001
  • 2
  • 17
  • 26
1
vote
0 answers

Trying to limit IMAP folders/mailboxes my iPhone/iPad sees

(Note: I am using dovecot 1.0.10 on Ubuntu 8.04.4 LTS. Yes, I know I need to upgrade before next year :) (Note: The SMTP/IMAP server in question only servers a few users. Certainly what I propose below, even it it works, would be a logistical…
QuantumMechanic
  • 655
  • 6
  • 15
1
vote
1 answer

after running out of disk space, cyrus imapd fails for only one single user

A Debian server with an existing (and perfectly) running cyrus imapd run out of disk space. After deleting some unused old stuff, there is enough space again. But for one single specific user it is no longer possible to connect via imaps: Apr 10…