Questions tagged [dovecot]

An IMAP and POP3 email server. When asking about Dovecot problems, please include relevant maillog lines and output of the following command: `doveconf -n`

Dovecot is an IMAP and POP3 server for *nix systems. It emphasizes security, and is also easy to set up and use, as well as having high performance.

More information about dovecot is available at http://www.dovecot.org/

1676 questions
2
votes
2 answers

Postfix - Dovecot - Can Send Emails But Wont Receive - NOQUEUE - Relay Access Denied

I have set up a mail server on ubuntu. Ive checked ports are open and I've double checked all config files, checking with every google search result I could find. Most of the similar posts have more complex logs and outline steps I have already…
2
votes
4 answers

How Do I Debug An IMAP Problem?

I am setting up an email server with Postfix and Dovecot. Remote email clients can read email, but cannot reply to it or send new messages. (Email clients local to the server receive and send email just fine.) For example, Alpine tries until told…
chernevik
  • 725
  • 3
  • 10
  • 19
2
votes
2 answers

how to list Dovecot imap prompt commands?

When I do imap pre-auth with: /usr/libexec/dovecot/imap -u username I can see imap prompt but do not know how to list available commands (like e logout or b select inbox and so on). How to list that commands?
pregmatch
  • 303
  • 1
  • 5
  • 14
2
votes
1 answer

Why dovecot 2.2.13 is not moving emails from new/ to cur/?

I am using dovecot 2.2.13 on gentoo 64bit. When new email arrives it stays in new/ directory instead to be moved to cur/ directory. I read that maildir_empty_new = yes was added to /etc/dovecot/conf.d/10-mail.conf but that is not working. Do I have…
pregmatch
  • 303
  • 1
  • 5
  • 14
2
votes
2 answers

Scalable Multi Server E-mail setup using Linux/Dovecot

One of my clients ask me to set-up a multi server, scalable email system. I can configure multiple servers to send emails. By using PHP Mysql based login script, users will be redirected to each email server with a login cookie. Domain SPF has all…
M_R_K
  • 205
  • 1
  • 3
  • 10
2
votes
1 answer

Postfix/Dove copy incoming outgoing emails

I have to copy a mail account's incoming and sent mails to another mail account on the same server as well. How can I do this? The server is a debian wheezy running dovecot, roundcube and postfix. As I said the email isn't just an alias but an…
snowlinux
  • 21
  • 2
2
votes
2 answers

Spamassassin filter systematically produces negative (ham) scores for spam messages

I have problem with lots of spam. My server setup is VPS with CentOS 6.5 and Dovecot+Postfix+Spamassassin. Here is source of one of the messages: Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on…
FHR
  • 45
  • 1
  • 6
2
votes
0 answers

Dovecot not attempting authentication

I am in the early stages of migrating an OS X mail installation (UW imapd/Exim/mbox) to a Ubuntu cloud VM using Dovecot/Exim/Maildir. I am starting simply: Exim is running fine, receiving mail and appending correctly to Maildir mailboxes in…
2
votes
2 answers

Postfix (virtual users) + dovecot + sieve: envelop does not contain original recipient

I have set up my email server following the ISPMail tutorial with virtual users in postfix + dovecot + sieve. My problem is: the envelop "variable" in sieve does not contain the original recipient. I have a mail account, let's call it…
Artemis
  • 151
  • 1
  • 8
2
votes
1 answer

Authenticate Dovecot against Active Directory

I'm trying to authenticate Dovecot against a Microsoft Active Directory on a Windows 2008 R2 Domain Controller. Dovecot (Version 2.2.9) is running on Ubuntu 14.04 (3.13.0-30-generic). My Configs: dovecot.conf protocols = imap service imap…
Kai Wiechers
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

Dovecot not serving old migrated emails for some clients

I have just migrated my emails to a new mail server. The old and the new server had the exact same setup using MailDir with fetchmail, procmail and dovecot. The configurations of those three applications are mostly the default configurations. I just…
2
votes
1 answer

Dovecot doesn't use my mail_location parameter

I'm using Exim 4.72 and Dovecot 1.2.15 on Debian 6.0.9. Exim delivers emails to /home/username in a mbox file. dovecot.conf mail_location = mbox:~/:INBOX=/var/mail/%n But - dovecot -n mail_location: maildir:~/.maildir I can't recieve email to…
Dimaf
  • 181
  • 1
  • 7
2
votes
1 answer

How do I convert all accounts on a dovecot IMAP server from one Maildir layout to another?

I am currently running dovecot 2.x on a server with the following layout for mailboxes: mail_location = maildir:~/Maildir I would like to change the layout to this format: mail_location = maildir:~/Maildir:LAYOUT=fs:INBOX=~/Maildir/INBOX Is there…
reedog117
  • 183
  • 1
  • 3
  • 12
2
votes
2 answers

Imapsync doesn't sync unicode characters properly

I am using imapsync to migrate my e-mail account from a CPanel (courier) mailserver to a Debian/Dovecot one. The issue I am facing has to do with some folders that contain Unicode characters. For example a mailbox folder containing Greek characters…
lefterav
  • 233
  • 2
  • 8
2
votes
3 answers

Dovecot - auth error permission denied

The following log file arises off my current maillog: Apr 24 17:44:48 h2290750 dovecot: auth: Error: pgsql: Connect failed to mail: could not connect to server: Permission denied Apr 24 17:44:48 h2290750 dovecot: auth: Error: #011Is the server…
Coxer
  • 187
  • 1
  • 14