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

Local email delivery to (remote) IMAP server

I need to deliver incoming mail from my local MTA into a (remote) IMAP mailbox. Is there a tool which can do that? I cannot deliver the mail via SMTP because the remote system's spam filters etc. are too restrictive and don't reliably allow "simple"…
0
votes
1 answer

Forbid IMAP clients create mailboxes in Dovecot

In this specific setup I want to forbid clients to create mailboxes other than the default ones. I searched for this in the documentation but found nothing. I'm using Dovecot with virtual users.
Silas
  • 121
  • 3
0
votes
1 answer

Horde Kronolith Authentication using IMAP

I have set up a Horde Groupware Webmail Edition server, primarily to use webmail (provided by the hosting provider) and calendar (provided by us). Authentication is set up using IMAP authentication through the IMP (webmail) component: Main Horde…
Moshe Katz
  • 3,112
  • 5
  • 28
  • 43
0
votes
1 answer

Courier IMAP server and availability

i manage a little mail server based on Ubuntu Server, with: exim4 courier imap server spamassassin clamav to serve 20 users mailbox. It works well, but i'd like to put in service a second server with the purpose to get a better availability of the…
user79792
  • 3
  • 1
0
votes
1 answer

Dovecot "Address already in use" error

I've some problem with starting dovecot server. I get the following error: Failed to start Dovecot : Error: service(imap-login): listen(*, 143) failed: Address already in use Error: service(imap-login): listen(::, 143) failed: Address already in…
0
votes
1 answer

Prevent users from deleting Outlook folders

We're having a problem with a user losing folders in Outlook. The problem persisted through a mail provider migration and a computer change, so we're pretty sure it's a user problem. Since we can't blame the user because he's the owner of the…
rschpdr
  • 101
  • 2
0
votes
1 answer

Why does Multi-thread cyrus delay forking of imapd processes after connecting to master listener

Apologies for long post, most of it is configuration details. I have recently changed from a single threaded cyrus server in which multiple domains were overloaded on one listener as multiple virtual domains to a multiple threaded cyrus server in…
0
votes
2 answers

Connecting to Alfresco using IMAP from Zimbra webclient

For one of our clients, we need to establish IMAP protocol between the mail server and an ALfresco server (EDMS server). The objectif is : from an email, a user can access to his files in the server, and from the EDMS server, can access to his…
0
votes
1 answer

Dovecot (scrambler-plugin) mysql password & user query fails

I currently try to update my mailserver to encrypt all mailboxes, using the posteo scrambler plugin. I have the following mysql DB: mysql> describe accounts; | Field | Type | Null | Key | Default | Extra …
Linz
  • 13
  • 3
0
votes
0 answers

Connection refused with every client except "curl"

I have been trying to get a client setup to an imap server. I've used both a native Java client, and the Apache Camel component for imap. Always get connection refused. When I attempt to connect to the exact same IP using "curl", I get back the…
Clint
  • 1
0
votes
2 answers

configuring linux console email client to check attachments

I need to configure a IMAP4 capable (console-based) email client to - check and edit the name of an attachment ("contains umlauts?" -> change character ä to ae) - delete emails that don't fit certain requirements (not PDF, DOC,... not from domain…
Christopher
0
votes
2 answers

Migrating email from old server without domain name with imapsync

Here is the problem : My client moved to another server, and they have changed domain name servers already. Old server is still active. Problem is that I have to migrate massive amount of email accounts, and another problem is they don't have cPanel…
Reygoch
  • 103
  • 3
0
votes
1 answer

NO Invalid mailbox name IMAP

I want to create a folder named "spam" for my local mail server. But it throws this error After running, telnet localhost imap and logging in list "" * * LIST (\HasNoChildren) "." "INBOX.mu-prop" * LIST (\Marked \HasChildren) "." "INBOX" create…
swayamraina
  • 101
  • 1
0
votes
0 answers

Postfix - Slow sending, duplicate sending

We recently moved offices, and thus changed our public IPs for our Postfix mail server, and I'm now experiencing some very strange behaviour. The server will work fine for 24 hours or so, but then it will stop accepting outbound email via IMAP, or…
Jeremy Wilson
  • 311
  • 1
  • 3
  • 12
0
votes
1 answer

Dovecot and "system folders"

As far I know "system folders" like Draft, Sent and Trash are created by the IMAP application (webmail) not Dovecot but is there a way to suppress that process and let Dovecot do that up front of a webmail? I have found some configuration options…
JackTheKnife
  • 371
  • 1
  • 6
  • 24