Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind.

learn more… | top users | synonyms

0
votes
0answers
7 views

How do load balanced mail servers function with each other and clients?

If there are two mail servers running postfix/dovecot as both primary in a load balanced configuration, how do they function with each other and with clients? For example, my DNS record will look ...
0
votes
0answers
10 views

Postfix/Dovecot configuration Problem

i've a problem setting up my postfix with dovecot. After Login via Outlook and Thunderbird im getting a timeout. This is how my configuration looks like for postfix: postconf: warning: ...
0
votes
0answers
12 views

SSL/Secure MySQL access with Postfix/Dovecot Mail Server

I have two MySQL servers setup, one in each data center in the US. The east coast db is the master and replicates to the west coast slave db over SSL. When I try to connect my mail server to the ...
0
votes
0answers
10 views
+50

Dovecot Authentication with MySQL and Horde Webmail

I am looking into setting up my web server to have its own IMAP/POP/SMTP server. For the IMAP and POP3 and I am using Dovecot and the webmail I am using Horde. Its all mostly working, I can ...
0
votes
1answer
27 views

Postfix: Recipient address rejected from another domain zones

I have successfully installed Postfix/Dovecot with virtual domains and TLS support like this article describes - https://geekpeek.net/postfix-with-dovecot/ ... But faced with the problem. I can send ...
0
votes
0answers
13 views

roundcube password plugin is updating password but giving error

Im trying to configure password plugin for roundcube with poppassd and cant get it to work! When I change a password it always pops up a message " An error ocurred, Could not save new password." but ...
1
vote
0answers
9 views

Cyrus Performance Tweaks?

Okay guys, I have put a lot of research into this so bear with me. Here's what I am up against. I have been working with RC for a long time and I know some awesome SQL tweaks that work wonders, etc. ...
0
votes
1answer
16 views

postfix - unknown group: vmail

I have a VPS running Debian 8 in which I used this tutorial to set up. It is running dovecot and postfix. Recently I have started receiving errors every few minutes in my mail.err log file which look ...
2
votes
3answers
44 views

Migrate mail from dovecot on centos to dovecot on debian

I am trying to migrate a number of user mail accounts from dovecot 1.0.7 on a centos 5.11 server to dovecot 2.1.7 on a debian 7 server Foolishly I thought I could simply replicate the Maildirs from ...
0
votes
1answer
16 views

Delivering email to Maildir PreINBOX

I have a running dovecot with: $ dovecot -n # 2.2.18: /etc/dovecot/dovecot.conf # OS: Linux 4.1.0-x86_64-linode59 x86_64 Fedora release 22 (Twenty Two) ext4 auth_debug = yes auth_mechanisms = plain ...
0
votes
0answers
66 views

My server email cant connect to outlook or thunderbird

I have postfix for smtp, and dovecot for imap/pop with FROXLOR. I have configured correctly, but i cant success in configure account in client mail programs. Outlook I recieve Log on to incoming mail ...
2
votes
1answer
158 views

Can I delete or move mail files from maildir cur folder?

I ended up with a cur folder with over 350,000 files. So many that I can't find a mail program to manage them. Tried horde on the same server and it gives an error. Can I delete or move some of those ...
1
vote
1answer
110 views

Cent OS 6.6 enable Plaintext authentication on dovecot and postfix

A customer of mine wants to use gmail as their default mail client but I have rolled forward to a new CENTOS server version (6.6, ok it's not "new" new) and the dovecot and postfix settings are ...
0
votes
1answer
80 views

How can I get dovecot to retrieve my email?

I am setting up an email server for my personal domain. There will only be one user (me). I am running a DigitalOcean VPS on Arch, everything is up to date as of yesterday. I have got postfix ...
0
votes
0answers
33 views

Dovecot Object Storage Plugin

I know this isn't a very technical question; but where can I find the high-latency object storage addon for amazon s3? The official Open-Xchange site link gives a 404 to the 'Dovecot Store'. I've ...
0
votes
0answers
92 views

Create mail boxes with Rainloop and Ubuntu 14.04 Dovecot

I have installed rainloop and it seems to be working fine and also configured dovecot on Ubuntu 14.04 as per the Ubuntu online tutorial but I'm stumped now, how do I create email address for my ...
1
vote
3answers
234 views

Dovecot with CAcert certificates, Outlook can't connect to IMAP

I have quite standard installation of postfix and dovecot on Ubuntu 12.10. I generated my own certificates and got them signed by cacert.org. The process of creating certs was like below: openssl ...
0
votes
0answers
109 views

Postfix/Dovecot import mail from Gmail

I setup an iRedMail server on Ubuntu 14.04. My company currently uses Gmail but wants to switch to a cheaper solution. I set up the server with an LDAP DB, and I'm using Postfix and Dovecot for the ...
-1
votes
1answer
103 views

Mails bouncing back from Dovecot mail server

we have a dedicated server running CENTOS 6.6 x86_64 standard running and usually comes with whm/cpanel. It is using Dovecot mail server and postfix is excluded in repository. The problems we are ...
-1
votes
1answer
369 views

Problems with postfix/dovecot unable to receive mail

Can't receive mail on my server but can send just fine. From what I can tell in the logs, it complains about timing out. I check the connection externally using telnet from my PC, I can connect to ...
1
vote
0answers
43 views

How to configure dbox mail storage format for a single mail account?

I'm using ldap database at backend and I want to configure my mail server such a way that one mail id i.e. [email protected] will be stored as dbox format while other mails will be stored in maildir ...
1
vote
0answers
34 views

IMAP login not recognizing SASL while simple postfix send is

I've got SASLAuthd working (via LDAP), and am also successfully able to telnet via port 25 with my LDAP credentials. Postfix is configured with Dovecot. All 3 services are running fine (Postfix, ...
0
votes
1answer
52 views

Looking for an email server that supports mysql ssl connection

I am trying to secure connections to my MySQL server. I have SSL set up but I am looking for programs that support a SSL connection to MySQL. Specifically I am currently looking for an email server ...
0
votes
1answer
192 views

dovecot not starting : service(imap) access(/usr/lib/dovecot/imap) failed

I have installed dovecot but the service is not running. I have verified using ps -A | grep dovecot and service dovecot status The test says : dovecot stop/waiting In the /var/log/mail.err and ...
0
votes
0answers
172 views

Dovecot ACL config for read-only user mail folders (CentOS 6)

I'm using Dovecot as an IMAP server. It's the latest version from source installed to /opt. Dovecot -n output: # 2.2.16: /opt/dovecot/etc/dovecot/dovecot.conf # OS: Linux 2.6.32-504.12.2.el6.x86_64 ...
1
vote
1answer
70 views

Postfix Dovecot unix Error : missing '=' after attribute

According to multiple documents like https://help.ubuntu.com/community/Postfix/DovecotLDAP One of the configuration lines is: dovecot unix - n n - - pipe ...
1
vote
1answer
64 views

Postfix / Dovecot Mail appears in logs, but not in its respective folder

I'm currently trying to set up Postfix with Dovecot, but something does not seem to work the way it should be. For some reason, mails I sent to my mail account appear in the logs, but do not become ...
0
votes
0answers
31 views

Postfixadmin keeps loading while adding mailbox

I have configured postfixadmin 2.92. While adding mailbox postfixadmin keeps on loading and does not return any information like mailbox is created. But in mysql the mailbox has been added. Later when ...
0
votes
1answer
20 views

How to deactivate mbox?

I just finished to install the horde framework (git version) on my server (debian7 + dovecot + postfix + apache2). And I would like to know if it is possible to deactivate the "mail" program's ...
1
vote
1answer
846 views

unable establish remote imap connection, why not?

A remote CentOS 7 web server is able to successfully receive email sent from elsewhere on the internet addressed to [email protected] . An app running on the same CentOS 7 server is able to use ...
0
votes
0answers
68 views

thunderbird can't connect to my email box

I have installed mail server successfully on my vps according to https://www.digitalocean.com/community/tutorials/how-to-set-up-a-postfix-e-mail-server-with-dovecot. I create user joe with passwd ...
4
votes
0answers
470 views

Permission problems. Can't retrieve inbox mails from dovecot

I got a VPS server at a webhoster which has CentOS 6.6 as operating system. Because I have multiple domains which are used by various people this server is going to serve multiple roles: nameserver ...
-1
votes
1answer
512 views

How do I read Maildir RFC822 messages from the CentOS 7 terminal?

In a CentOS 7 server with dovecot, postfix, mailx installed, I have mail configured to be stored in Maildir format. How can I use the terminal to access and view the RFC822 messages stored in a ...
0
votes
0answers
33 views

“error connection to storage” while logging into roundcube

My current mail server is configured with dovecot and roundcube. When I try to log into the roundcube panel I get this message: "error connection to storage" DESCRIPTION: (eth0 192.168.1.1) static ...
0
votes
1answer
149 views

IMAP Dovecot cannot connect

I am trying to set up my own mail server (for 'fun'). I followed this tutorial to the bone. But I get this error message: imap-login: Disconnected (auth failed, 2 attempts in 9 secs): ...
2
votes
3answers
2k views

Run script on receipt of email

I run a Postfix/Dovecot mail server for personal use. There's only a handful of actual mailboxes, essentially just [email protected] and [email protected]. I frequently use the virtual file to ...
0
votes
0answers
127 views

hooking up dovecot/postfix to mysql on CentOS 7

On a CentOS 7 web server, a java web application with a mysql database needs to be able to process incoming email. This means that each email message received by a specific email address needs to be ...
0
votes
1answer
185 views

How can I programmatically access the contents of a Dovecot mailbox in CentOS 7?

I just set up postfix and dovecot on a CentOS 7 server using this tutorial. I am able to successfully create a mail record using echo "TEST" | mail -s "testmail" youruser@localhost && tail -f ...
3
votes
1answer
686 views

ACL/MAC Permissions for dovecot and postfix in CentOS 7

I am using this tutorial to set up Postfix and Dovecot on a CentOS 7 web server. But when I try to send a test email using sudo echo "TEST" | mail -s "testmail" newuser@localhost && sudo tail ...
1
vote
0answers
140 views

/private/var socket not created with postfix/dovecot sasl

I'm currently running into a problem I have with my email server. I try to setup Postfix and Dovecot with SASL authentication but I get the following error when I connect with telnet (port 25) to the ...
0
votes
1answer
188 views

Dovecot (imap) not starting

I'm running Ubuntu 14.10 installed postfix dovecot vimbadmin and roundcube. Everything works except dovecot. When I restart dovecot I get this: stop: Unknown instance: dovecot start/running, ...
4
votes
1answer
246 views

Dovecot/Postfix mail server replies to [SYN] with [RST, ACK] when user attempts to connect (POP3). Likely iptables?

Currently I'm trying to troubleshoot an e-mail server that will allow users to send e-mail, but not log in to the server (POP3) or receive e-mail using their Outlook clients. Previously this was ...
0
votes
0answers
68 views

Dovecot/Postfix and mail vmail directory

I've setup a Postfix/Dovecot mail server. I'm using Postfixadmin to set up a SQL users database. My question is If I ever migrate to another server and I don't have the /var/vmail directory ...
1
vote
0answers
17 views

Postfix favors non virtual to virtual host

I have a linux user thomas and 2 domain names domain1.com and domain2.com. I have followed steps to have two virtual mail boxes /var/mail/vhosts/domain[12].com/ When I test and send an email to ...
0
votes
1answer
1k views

Upgraded to Ubuntu 14.04 - Mail server missing dovecot-lmtp even though it is installed

So I upgraded to Ubuntu 14.04.1 from 12.04 the other day. Easy upgrade process. Everything worked fine except for my mail server stopped receiving mail. The logs show the mail arrives and is ...
0
votes
0answers
791 views

virtualbox mail server postfix+dovecot

I'm setting up a mail server(ubuntu14.4 serverX64) for development/testing purposes (using virtualBox bridged-mode) and I just finished this tutorial and everything seams to work. Now I'm not able ...
1
vote
2answers
2k views

How do I install Exim and Horde on Centos 7 with MariaDB 10?

I can't find a guide for this (they are old and don't work) and I can't seem to manage to install it. I can't install Postfix because of its dependencies, so I'm going with Exim, which I installed ...
2
votes
0answers
331 views

How to add calendars and contacts support to mail server

I have installed Postfix, Dovecot and MySQL to set a personal mail server with virtual users stored in the database. It works great, but there are two things missing: Calendars and Contacts. For ...
5
votes
1answer
383 views

accessing Maildir locally with Mutt and remotely over IMAP simultaneously

I have Postfix + Maildir + Dovecot + IMAP on my mailserver. I am accessing my mailbox remotely over IMAP with one or more clients (Thunderbird). Additionally, on the server I have mutt configured for ...
4
votes
3answers
3k views

specify certificate of CA in Dovecot

In Postfix, I have specified my private key, my certificate, and the certificate of my CA smtpd_tls_CAfile = /etc/ssl/cacert.pem smtpd_tls_key_file = /etc/ssl/server.key smtpd_tls_cert_file = ...