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

Postfix alias and "impersonating" issue

I recently started configuring addresses on my postfix server and stumbled into an issue with my colleagues. So assume i have an alias testing@bar.ru which forwards mail to somedude@gmail.com and vitali.r@foo.net In case we send to the same domain,…
Screatch
  • 179
  • 1
  • 2
  • 10
2
votes
1 answer

Dovecot quota-warning.sh not being excecuted

I would like to run a custom script with dovecot once the user reaches certain percents of their quota. The issue is that no matter what I try dovecot does not seem to execute my bash script. 90-quota.conf plugin { quota_warning = storage=95%%…
Sayajin
  • 169
  • 2
  • 10
2
votes
1 answer

telnet unable to connect to remote host

I have installed postfix and devcot on one of my live servers to send bulk mail (system messages on sign-up, wrong passwords etc). I use the php_imap function to check bounces and flag those email id's so that we don't keep sending emails to those…
sridhar pandurangiah
  • 763
  • 2
  • 11
  • 29
2
votes
3 answers

Dovecot IMAP authentication failed

Whenever I'm trying to connect to my Dovecot IMAP server, it gives me a message that the authentication was failed. This message is from the /var/log/mail.log file: Feb 7 15:22:17 celestine dovecot: imap-login: Disconnected (auth failed, 1 attempts…
dengsn
  • 23
  • 1
  • 1
  • 4
2
votes
2 answers

Migrating old mbox format to maildir- preserving UIDL values

I am attempting to migrate several hundred email accounts from an old server running sendmail 8.13.6/dovecot 0.99.14 (mbox format) to a new server running postfix 2.6.6/dovecot 2.0.9 (maildir format). I tried migrating a couple mailboxes with dsync…
Ryan Griggs
  • 963
  • 2
  • 14
  • 29
2
votes
3 answers

How to use usernames instead of e-mail addresses for Dovecot login?

I have a mail server set up on a Debian 7.2 machine running Dovecot 2.1.7 and Postfix 2.9.6. I have both Dovecot and Postfix set up to load virtual users from a database populated by Postfixadmin. Currently the mailboxes are stored at…
DanielGibbs
  • 573
  • 5
  • 13
  • 32
2
votes
2 answers

Dovecot configuration error (Permission denied) - Email for root

I have setup a local user called postman and logged into it using Thunderbird (IMAP). Following is being shown in the mail error log. Dec 14 23:45:18 ams1 dovecot: lda(root): Fatal: Invalid user settings. Refer to server log for more…
user176306
2
votes
2 answers

Debian - Postfix + Dovecot, send but not receive mail

I have followed the instructions in this tutorial. I can successfully sent emails but i cannot receive. Here is exactly what happens: When i sent an email from my hotmail account if i do # ls…
Christos Baziotis
  • 313
  • 1
  • 4
  • 14
2
votes
1 answer

Installing and maintaining an email server

I need to move hosting providers for four or five domains and for several reasons I'm considering a Linux VPS rather than staying with my current shared, managed hosting provider. The only thing that's stopping me is email. I have lots of experience…
Andrew
  • 175
  • 5
2
votes
1 answer

Public dovecot namespace visible only to some users

I have a dovecot IMAP server (version 2.1.7) with Maildirs and a virtual user setup (e.g. all accounts are mapped to the same system user). I’d like to create a public namespace shared between users A and B, but not any other user. I tried to set up…
Joachim Breitner
  • 3,779
  • 3
  • 18
  • 21
2
votes
2 answers

Making sure Postfix MDA and Dovecot IMAP understand mailbox location?

I want to setup Postfix and Dovecot with Postfix as the SMTP MTA (mail transfer agent) and the MDA (mail delivery agent) and Dovecot just as the IMAP server, but I want to make sure that they each understand the mailbox location, and I am not…
user981178
  • 445
  • 1
  • 3
  • 13
2
votes
2 answers

Dovecot-imapd won't install properly after purging

I have been trying to get a dovecot/postfix server up an running to serve e-mail for my start up business, and I too have fallen victim to poorly written, outdated guides. At first I installed Postfix and Dovecot, and selected an empty configuration…
aevitas
  • 123
  • 1
  • 5
2
votes
2 answers

email server: refuse old emails and emails in the future

I use postfix, dovecot 2.1 and amavis for my emails. How can I refuse emails (from other email servers) that date are to old (e.g. >=1 month) or to new (eg. >=1d in the future)?
ChristophLSA
  • 107
  • 9
2
votes
1 answer

Can't connect to Postfix/Dovecot with Airmail.app but I can with Mail.app (Connection refused?)

So I installed Postfix, Dovecot and MySQL as per this guide: Uses encryption and only SSL and seems like a newbie way of going secure from the beginning, but I have a problem. For an odd reason I am able to use Mail.app on OS X successfully to send…
Lucas Gomez
  • 25
  • 1
  • 7
2
votes
3 answers

Centos Postfix/Dovecot - Permission problems after migration upgrade

We are migrating from an old Centos 5.5 system to a new Centos 6.4 server. The postfix version looks the same, but Dovecot has gone up from 1.x to 2.x. It uses MySQL to store the mail account details and its managed with pfadmin. I have used rsync…
jon
  • 61
  • 1
  • 1
  • 4