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

Problems when launching doveadm

I setup this weekend an new mail server to overtake the currently by ispconfig and dovecot managed accounts. I have an issue when I run doveadm. But first of all here's the config: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64…
Chris West
  • 115
  • 9
1
vote
2 answers

Hmailserver and Outlook 2013 can send but not receive any emails in POP3 or IMAP

I'm having problems receiving any email from outlook. I can send email through smtp using comcast (my isp) without a problem, but I can't receive any email using either personal pop3 configured in hmailserver or the imap from my isp. If anyone can…
1
vote
2 answers

creating sub-folders under INBOX with dovecot IMAP

My current dovecot config: mail_location = mbox:~/mail:INBOX=/var/mail/%u Proposed doevecot config mail_location = mbox:~/mail:INBOX=/var/mail/%u:LAYOUT=fs Assuming syntax is correct for proposed config, this is my question: Will my existing users…
1
vote
1 answer

Triggering a server action on a specific event

I would like to launch a specific command [1] on a mail server whenever a message is moved from one folder into another folder. For example, a Thunderbird user moves a message from folder A to Folder B. I'd like to catch this move and launch a…
Oli
  • 113
  • 4
1
vote
1 answer

Squid3 CONNECT imap.gmail.com:993 TCP_DENIED:NONE

I have the following configuration under squid.conf. However, when my Blackberry email client attempts to fetch new emails, etc. Squid access log show the following error: imap.gmail.com "CONNECT imap.gmail.com:993 HTTP/1.1" 403 3465 "-" "-"…
Sijia Din
  • 111
  • 1
  • 3
1
vote
1 answer

Can existing email accounts be extracted from Zimbra?

I have become dependent on Zimbra, and yet I have no need for a heavy GUI administrative interface. I'd rather keep a low-resource server that runs only the underlying services Zimbra uses, such as postfix and Courier. But is it possible to extract…
1
vote
1 answer

com.sun.mail.iap.protocolexception no login methods supported

A JavaMail app and dovecot/postfix/mutt are running on the same CentOS 7 physical serverbox. This JavaMail app was able to reliably import emails via IMAP using the same exact code until some changes were made on the server using instructions from…
CodeMed
  • 315
  • 1
  • 8
  • 21
1
vote
0 answers

Dovecot logs showing user disconnected

So one of my users has an issue with connecting to the IMAP server. She's on OSX and has tried setting up Mac Mail and Thunderbird. In both cases the client times out when trying to connect to the server. I thought initially it was an authentication…
1
vote
2 answers

Can't login to dovecot using gmail as an email client

I've used this installation configure-email-server-using-postfix-dovecot When I try to use gmail as the email client (connecting to my server through port 993) I get this error Unable to establish secure SSL connection to email.example.com My…
Symba
  • 135
  • 1
  • 5
1
vote
1 answer

Out-of-date IMAP back-up - restore emails from Client?

The IMAP server just died (Dovecot with Maildirs). The back-up is 1 day old. The missing day of emails is available on the Thunderbird local client. If the IMAP server is restored from backup, on sync, will the local email on the Thunderbird…
1
vote
1 answer

Communication between famd and slapd hanging

My users are having problems with their IMAP mailboxes. The IMAP processes are hanging and timing out. When they timeout, the users might see an empty email box. But the real problem appears to be the communication between slapd and famd. Some…
hexmode
  • 336
  • 2
  • 5
1
vote
0 answers

Thunderbird and Dovecot, INBOX is not synchronized on multiple pcs

i have a little problem with Thunderbird mail and Dovecot. I use the the latest stable from Thunderbird and connect my mail account about the IMAP protocol. Now i have an office PC and a Notebook, on both systems are the same Thunderbird installed…
Domi
  • 11
  • 1
1
vote
1 answer

Migrating messages from an old mailserver to a new (courier)

So I have a linux box running Postfix/Courier for use as a mailserver, using Roundcube as a front-end. User accounts are setup in the usual Maildir, with cur, new, and tmp folders. I had an older mailserver with a similar setup, except it was…
Siler
  • 349
  • 1
  • 7
  • 14
1
vote
1 answer

connect to groupwise mbox with mutt

I am try to extract the GroupWise mailbox userlist and emails via script. I am told that Groupwise is in mbox format mutt looks for .maildir which does not exist on a Novell server. How can I administratively access the Groupwise mbox via the…
bro
  • 191
  • 8
1
vote
1 answer

how can I imapsync from mailserver to my local machine

How can I use imapsync to fetch all the emails from the mailserver to my laptop? (with hierarchy of folders and all)? Do I have to have a mailserver setup on the other end too?
hari
  • 270
  • 1
  • 4
  • 17