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

Gmail rejecting IMAP calls from AWS EC2 hosted James server

I have James server (SMTP server) hosted on AWS EC2. I have small application running on this AWS instance which fetches certain emails from my Gmail account. Gmail rejecting any IMAP request from my AWS EC2 with message suspicious activity. When I…
kosa
  • 115
  • 2
  • 8
1
vote
1 answer

How to safely move mailbox to another server?

I have a hosting for my client on a shared server (website, domain and mailboxes) and I want to change the provider and move everything to another server. Moving the website is as easy as copying the content and changing the DNS settings. What about…
takeshin
  • 1,471
  • 3
  • 21
  • 28
1
vote
2 answers

How to intercept incoming mail data between mail server and web server

I've been asked to provide a way of loading incoming e-mails, manipulate some part of the text and then forward it to the web server for the client to read. Basically, intercept the mail, put it through another process and once this process is…
guestTM
  • 11
  • 1
1
vote
1 answer

How can I tell my server to allow logins via a mail client?

I am setting up my first sendmail daemon on centos, using virtual domains and emails. So far, I have got it working and emails sent from remote servers will make it to the inbox. The problem I have is actually logging in to the server with a mail…
willdanceforfun
  • 557
  • 2
  • 11
  • 23
1
vote
1 answer

couldn't authenticate to backend server: no mechanism available

I'm trying to use cyrus murder, I've been fixing some bugs but now I found this when trying to access from thunderbird: The current operation on 'Inbox' did not succeed. The mail server for account peter@ejemplo.org responded: Server(s) unavailable…
Maria José
  • 131
  • 3
  • 12
1
vote
1 answer

Sync between two Mail Servers

I have 2 mail servers of the same configuration which is as follows: OpenLDAP (for authntication of users) Postfix Cyrus-imapd SOGo(groupware) One of them (Let's say X) is in production and is the primary mail server. The other server (Let's say…
rahuL
  • 692
  • 3
  • 12
  • 31
1
vote
3 answers

open IMAP port Windows Firewall

on my windows Server I'd like to install a imap server. Through HTTP the server is reachable, but if I try to connect using IMAP the server does not respond, instead if I disable the firewall it works fine. The Firewall allows all outgoing…
john84
  • 154
  • 2
  • 9
1
vote
2 answers

Dovecot: doveadm move command syntax

I want to transfer an email from user1@domain.com to put it in a folder of another user: user2@domain.com For that, it seems to me appropriate to use 'doveadm move' command, but I can not get the right result. Can you help me? syntax: doveadm…
vincent
  • 21
  • 1
  • 5
1
vote
1 answer

Connect to old mailaccount after domain transfer

A few days agoo we successfully launched a new website for a new client. The client had allready a simple wordpress site hosted on one.com, so we had to request a domain transfer. After the transfer, we noticed that the mailbox wasn't synced with…
Gigi2m02
  • 131
  • 4
1
vote
1 answer

Cyrus can't connect via SSL/TLS

I made a key with sudo openssl req -new -x509 -nodes -out /etc/ssl/certs/imap.pem -keyout /etc/ssl/private/imap.key -days 365 and then I make chown cyrus /etc/ssl/certs/imap.pem and chown cyrus /etc/ssl/private/imap.key after I try to connect via…
Evolutio
  • 207
  • 1
  • 3
  • 10
1
vote
1 answer

Duplicate forwarded messages in Blackberry when using BIS

Our Setup External email arrives at a Postfix server, is scanned, and then forwarded via settings in transport (using the RELAY:[{ip-address}] for a given address) to an Exchange 2007 server. Some users are on Exchange, but a few are still on the…
Avery Payne
  • 14,536
  • 1
  • 51
  • 88
1
vote
2 answers

Fetchmail Won't Put Messages into Cyrus. Postfix LMTP Problem?

I'm trying to get fetchmail to suck down messages from a POP3 server, and insert them into Cyrus for local IMAP delivery. Cyrus works fine by itself, and I can connect to it with ThunderBird on a remote computer. Fetchmail appears to be sucking…
Nick
  • 4,503
  • 29
  • 69
  • 97
1
vote
3 answers

Outlook 2003 archive on a network share?

I want to setup an Outlook 2003 email-folder in a domain based network on a share (Samba). This should be part of an IMAP account to store downloaded email in a way to make it accessible form several workstations. Has anybody used a similar setup…
esc1729
  • 305
  • 2
  • 16
1
vote
5 answers

Claws Mail SMTP issue; cannot send

I am abandoning Thunderbird after it has slowly become a terrible, terrible piece of software for me. I have gotten everything set up with Claws, except sending. There are no official forums for this program, so I've been left to explore other…
Joshua
  • 179
  • 1
  • 3
  • 12
1
vote
1 answer

Courier authentication slow

I have setup courier with imapd-ssl on ubuntu. Everything works fine: ssl certificates validate (on ubuntu/thunderbird and mac/mail) and login works, too. The only problem is that it ALWAYS takes about half a minute for the handshake. If I…
Roman Semko
  • 123
  • 1
  • 4