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
3 answers

Migrating Outlook PSTs -> Maildir via IMAP

Our small shop has been on Exchange since forever (currently on 2003). However, we use a 3rd party managed Exchange provider and set tight limits on how much server-side storage we allow each user. The result is that our users all have additional…
user31640
1
vote
1 answer

IMAPS, SSL or TLS

Is IMAPS (IMAP over SSL) SSL or TLS? I know TLS is the successor of SSL. But everywhere I look, I always find IMAPS = IMAP over SSL with always the specific mention of SSL and never TLS, which makes me wonder if IMAPS just stuck with the latest SSL…
DYD35
  • 13
  • 3
1
vote
0 answers

Server Configuration Error if Receiving e-mails

Another Problem, I have a VPS where I installed a Dovecot, Postfix, PostfixAdmin and Roundcube webmail. I can not receive emails anymore from any external address, I get this Problem: This is the only error: NOQUEUE: reject: RCPT from…
Nicolò
  • 25
  • 2
  • 10
1
vote
1 answer

how can i run sieve on a cyrus-imap folder?

I have a sieve script which I would like to run on a folder in my cyrus imap setup. The script is already working fine processing newly incoming mail, but I have to run it on the old mail archive, too. Is there an easy way to do that? or an easy way…
Steve
1
vote
0 answers

Dovecot expunge with POP3

I want to have Dovecot remove e-mails from a POP3 inbox that are over a year old, regardless of whether they have been read or not. From what I have read for autoexpunge to work the message should be marked as deleted. Not only would that seem to…
Imag1ne
  • 225
  • 1
  • 4
  • 9
0
votes
1 answer

Retrieving Gmail Mails with Outlook - sorting labels in folders

I found a little trick on how Outlook retrieves mail from Gmail and sort the labels into sub-folders. For that I created a [Gmail] label and nested every other label underneath. It works for some labels - they show up in Outlook as a neat subfolder…
Yama
  • 117
  • 8
0
votes
1 answer

Dovecot: no auth attempts - from local IP

Please note, this is not like the other question asked about the same topic (wrong SSL setup, whatever)! My mail setup works fine, IMAP / POP3 login and smtp is just working. But I have some log entries I do not understand. The machine has two…
Hannes
  • 301
  • 4
  • 9
0
votes
0 answers

Strange (mail related) traffic on my server

I'm noticing strange traffic on my webserver which is around 50kbps constantly. Doing a (few seconds worth of) tcpdump on the specific ip address, I get this (pardon the huge list): 09:33:02.385238 IP 40.101.8.117.25113 > my.server.com.pop3s: P…
Zippy1970
  • 247
  • 1
  • 4
  • 12
0
votes
1 answer

Exchange Active Sync Connection Issue

I configured my exchange 2016 server to accept imap SSL 993 connections, however when i try to configure account A (test account with user right only) it received email with no issue, but when i setup my administrator email account it can't receive…
Minami
  • 23
  • 1
  • 7
0
votes
1 answer

Exchange IMAP4 authentication failed

All of the sudden IMAP4 authentication started to fail for my e-mail account. It was working just fine for years, and yesterday I started getting authentication errors. Our organization runs Exchange 2010 hosted on Windows Server 2008 R2. What's…
0
votes
0 answers

Moving IMAP mailbox from a Linux server to G Suite

I have my old mailbox, which was hosted by my hosting provider. I want to move it to a new one, like G Suite. To access my old email, I used imap.mydomain.com server. I now moved my site to a new provider, so I changed the A-records to point to the…
Aerodynamika
  • 216
  • 1
  • 2
  • 8
0
votes
1 answer

Courier does not show IMAP Maildir folders

I am in the process of moving a courier IMAP server from one machine to another. Maildirs have been set up, all the messages have been copied successfully. There are a few IMAP folders that show up in the mail clients on the old server, but they are…
Aileron79
  • 259
  • 1
  • 7
0
votes
0 answers

Cannot connect to server over SSL/IMAP from some machines, but others work fine

Since this morning, a few of the machines in our office have been unable to fetch e-mail from our domain over IMAP. The server (Windows 2012 R2, IIS 8, MailEnable) is set up to listen on ports 143 and 993, requiring SSL for both. We have four or…
0
votes
1 answer

Courier not listening on IPv4 ports

I am having an issue with postfix/courier after a software update in which courier is no longer listening on the IPv4 ports. Here is the netstat output: ubuntu@ip-10-x-x-x:~$ sudo netstat -plnt sudo: unable to resolve host ip-10-0-4-32 Active…
Zack Allen
  • 101
  • 1
0
votes
1 answer

doveadm backup doesn't transfer mail from root INBOX

I'm trying to migrate IMAP mails from dovecot 1.1.20apple0.5 (osx) to dovecot 2.2.33.2 (ubuntu). I'm using "doveadm backup" to migrate my data. It works fine for all subfolders, but the root INBOX stay empty on the new server. I suspect a problem…
Francis
  • 481
  • 2
  • 7
  • 19