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

libdovecot-sieve.so.0 undefined symbol: i_debug

After upgrading dovecot from 1.2 to 2.1.7 (while upgrading squeeze to wheezy) sieve no longer does it's job. (And breaks mail delivery) apt-purging all dovecot packages and reinstalling did not improve the situation, i still get the same error…
hubert
  • 1
  • 1
0
votes
1 answer

Postfix Spamassassin deferred queue massive error

I have been witnessing some massive problems with my Postfix email server, equipped with Dovecot, and spamassassin. The log files show errors like below, and there are thousands of such lines in the logs. Mar 13 14:21:48 centos postfix/qmgr[1908]:…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
2 answers

Configure Postfix+Dovecot+MySQL for my usage case

I had installed Posfix, Dovecot and MySQL on Debian (for example sample.net) and configured its that external users are allowed to send mails only on this domain sample.net (using my SMTP). Also I configured that all mails (like *@sample.net) are…
Victor
  • 111
  • 4
0
votes
1 answer

postfix smtp-auth with dovecot cannot authenticate

On Centos 6.5 i run postfix with postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter =…
mardon
  • 243
  • 1
  • 5
  • 17
0
votes
0 answers

Attribute caching of dovecot maildir boxes over NFS

I admin a mail server cluster: there're two different hosts that use a common NFS share to store maildir. Dovecot is the LDA. CPU load on NFS is really high, although real i/o operation on the disk layer is very low. nfsstat reports that more than…
Andrea
  • 26
  • 5
0
votes
3 answers

How to get Postfix to send mail from multiple domains?

I recently installed Webmin, Postfix, and Dovecot on a fresh Debian Wheezy system. Everything is working fine, except I'd like to know how I can configure Postfix to not only receive but also send mail from multiple domains. I have one domain (the…
Joey Miller
  • 111
  • 5
0
votes
1 answer

Postfix only delivering mail locally (instead of correct destination)

For whatever reason, postfix cannot send email to my google apps account. It says the message is sent, but I've confirmed with google apps support that the message isn't being received. (Thus it is not being blocked by their spam system. I've also…
Sam Levin
  • 510
  • 1
  • 5
  • 11
0
votes
1 answer

How to install Dovecot under debian with the current repositories

quick story up front, so that you understand my current state better. I am trying to install Dovecot + Postfix on a Debian system by this tutorial. I know this tutorial is original made for Ubuntu, but I pretty much ported everything to debian. The…
func0der
  • 154
  • 4
  • 15
0
votes
1 answer

Dovecot - [IN-USE] Internal error occurred

I have Debian 7.3 VPS with Webmin, Apache, MySQL, PHP and Postfix and DOvecot for handing emails. Throughout Webmins "read user mail" option, I can send/receive emails, but it looks ugly and it is not practical and not very usefull. So I installed…
xZero
  • 199
  • 2
  • 12
0
votes
3 answers

How do I setup Sendmail + Dovecot + Roundcube on CentOS6

Pretty much what the title says. I've been digging all over the internet trying to figure this stuff out. I have a CentOS 6 box. I have Sendmail and Dovecot and Roundcube all installed. Roundcube can't send mail out because Sendmail doesn't have…
Noah Dolph
  • 1
  • 1
  • 3
0
votes
1 answer

working mail system (real users) switch to virtual users Postfix+Dovecot+Roundcube Debian Wheezy

I have a working configuration on a Debian Wheezy VPS of: postfix 2.9.6 dovecot 2.1.7 (imap and pop3 but only use imap) roundcube 0.9.5 This is using real mailboxes (i.e. my linux users/passwords) and TLS encryption (SASL is the package for that,…
warspite
  • 117
  • 1
0
votes
1 answer

Dovecot and virtual users issue

Kindly find your help on the below, I am using Dovecot 2.2.5 with postfix 2.10.2 on RHEL 5.9.. I've a problem that I am using Virtual mailboxes, I need to set passwords for them. I always have an error message [ no userdb ]. could you please help me…
DeepoOoOoz
  • 23
  • 1
  • 7
0
votes
1 answer

Postfix (delivery temporarily suspended: conversation with mydomain.net [private/lmtp] timed out while receiving the initial server greeting)

I'm running Debian 7.1, Postfix version 2.9.6, Dovecot Version 2.1.7 To set it up I followed mostly this (without the spamass-clamav-greylist bit) I have also got setup smart host relaying via gmail postconf -n reveals: alias_database =…
Paul
  • 159
  • 1
  • 2
  • 12
0
votes
2 answers

using sendmail with only non system users

I need to use sendmail without any system users. The only problem that still exists in my configuration is that FEATURE(virtusertable) wants a final systemuser on RHS in my virtusertable like this: @domain.tld …
Jimmy Koerting
  • 151
  • 1
  • 8
0
votes
1 answer

How do you configure Dovecot and Roundcube to be webmail only? No external client connections for IMAP/SMTP/POP3

In a fully-working email server (setup with iRedmail in this case) with RoundCube for webmail, and Dovecot/Postfix/etc, how can you disable external client connections to IMAP/SMTP/POP3 and make the server webmail-only for email? I believe…
rcd
  • 121
  • 4