Questions tagged [dovecot]

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

Dovecot can work with standard mbox, Maildir, and its own experimental native high-performance dbox formats.[2] It is fully compatible with UW IMAP and Courier IMAP servers’ implementation of them, as well as mail clients accessing the mailboxes directly.

Dovecot also includes a Mail delivery agent (called Local delivery agent in Dovecot’s documentation), with optional Sieve filtering support.

Dovecot supports a variety of authentication schemas for IMAP and POP access including CRAM-MD5 and the more secure DIGEST-MD5.

133 questions
16
votes
0 answers

"antispam plugin not configured"

I'm trying to get the dovecot-antispam plugin working on a 15.10 server (I can't dist-upgrade, it's on a vps) and I'm getting the error message of anti spam plugin not configured when trying to move messages to or from my Junk mail folder.…
jrn75
  • 271
16
votes
5 answers

imap-login: Error: Failed to initialize SSL server context: Can't load SSL certificate ee key too mall

Upgraded my server to 20.04. Now I can't get IMAP working through dovecot. I get: Aug 1 23:25:53 defaria dovecot: imap-login: Error: Failed to initialize SSL server context: Can't load SSL certificate: error:140AB18F:SSL…
14
votes
3 answers

Where did /etc/init.d/dovecot go in 14.04?

I'm trying to configure dovecot+postfix on a new 14.04 release image in EC2. I installed mail-stack-delivery without installing postfix or dovecot separately. Now I can't figure out how to restart dovecot because /etc/init.d/dovecot seems missing. …
jingx
  • 517
9
votes
5 answers

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I have mailserver configure using dovecot+postfix+mysql and it was runnig fine in the server(Ubuntu Server). But during last week it stopped working correctly. It doesn't send email. When I try to telnet localhost smtp I'm connecting successfully…
Bakhtiyor
  • 12,804
5
votes
2 answers

fatal: no SASL authentication mechanisms - Postfix + Dovecot

I am trying to configure a simple email server that uses dovecot for the auth. I am inexperienced with the email procedures and I can't figure out what the problem is here: postfix/smtpd[26148]: fatal: no SASL authentication mechanisms My…
Sergiu
  • 179
  • 1
  • 1
  • 4
5
votes
1 answer

Procmail with Postfix and virtual mailboxes

I have setup a working SMTP, IMAP and POP3 server using Postfix and Dovecot. I have setup virtual mailboxes using the format /home/vmail/%d/%u, where %d is the domain (e.g. camilstaps.nl) and %u is the 'user' (e.g. info) - thus info@camilstaps.nl…
user125111
4
votes
1 answer

How to setup an Email alias in postfix

How would i go about seting up an alias that relays emails to one or more addresses?I am using dovecot+postfix. For example I'd like prayer@rotaguild.org to forward to one or possibly 3 email addresses, but prayer is not an actual local account
4
votes
2 answers

Dovecot Install: "/usr/lib/dovecot/imap: No such file or directory"

I have set up postfix and am now attempting to set up dovecot. I did apt-get install dovecot-common I have changed dovcot.conf to include the following protocols = imap imaps And I now get this error when restarting dovcot Error: mail_executable:…
4
votes
1 answer

Cannot connect to pop3 or imap with Dovecot

Connections are refused on my server. Note: I am trying to connect from localhost here. Command I'm trying to use to test: user@hostname:~$ telnet localhost pop3 Trying ::1... Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection…
4
votes
1 answer

Samba CATIA filename mapping

I'm running Ubuntu Server 12.04.2 LTS as an ActiveDirectory connected mail server using dovecot and postfix. All works fine on this part. Now we want to export the mail storage for backup purposes. I installed samba and joined it to the domain. This…
4
votes
2 answers

Removing the filesystem quota on a partition

I want to install Dovecot on Ubuntu 12.04 LTS, and it recommends that we place the control files into a partition which will not be limited by the filesystem quota. If I create an ext4 partition with 2 gigs, how do I remove the quota on that…
tabx
  • 43
3
votes
0 answers

Mail is not received

I have a configured a mail server in my system, After configuring I am facing a problem that I can send a mail but I can't view the mail sent from external or local. Test case : Sending mail to external eg(testing@gmail.com) Success (shows in sent…
Karthik N
  • 131
3
votes
1 answer

Cannot open mailbox /var/mail/: Permission denied

Why can't I read mail with the mail command? (There's almost certainly a problem with the mail-stack-delivery configuration, either postfix or dovecot, or both, but I should still be able to at least read that there's no mail from the…
Thufir
  • 4,631
3
votes
2 answers

Mail Server Can't Receive Email But Can Send Email - Postfix, Dovecot, MySQL

I have server where I want to set up a mail server to let me receive and send email from my domain. I'm currently having a problem where while I am authorized to send email from the server, but according to the logs, am not authorized to receive…
duper51
  • 133
3
votes
1 answer

Dovecot doesn't start

I've installed Postfix and it works correctly. I've installed Dovecot and set its configurations too. But when I try service dovecot start it terminates on startup. In syslog I have: Nov 19 10:54:02 servername kernel: [2510855.242291] init: dovecot…
1
2 3
8 9