Questions tagged [dovecot]

QUESTIONS ABOUT POSTFIX ADMINISTRATION ARE OFF-TOPIC. Dovecot is an IMAP and POP3 server for Linux

Dovecot is an open-source IMAP and POP3 server for Linux originally developed by Timo Sirainen in 2002.

Please note that https://serverfault.com/ is another Stack Exchange website where you can ask especially configuration specific problems.

Useful links

343 questions
0
votes
1 answer

there is no 10-master.conf file in my centos5.1

I'am using some toturials on dovecot configuration . in those tutorials explained about a 10-master.conf file in /etc/dovecot/conf.d but in my centos I just have a /etc/dovecot.conf file could any one help ?
Nima
  • 490
  • 2
  • 10
  • 19
0
votes
1 answer

how to set alias all@example.com means all the user in my email on postfix

I use my centos 6.5 server to install a mailserver.And it works well.But there is two question. How can i set all@example.com means all the users.This is mean that when i send email to all@example.com,all the users can received. How can i let…
0
votes
2 answers

Postfix/dovecot Relay access denied

I've been trying to setup Postfix/dovecot. I can connect through telnet smtp and send an email without any problems. 554 5.7.1 : Recipient address rejected: Access denied; from= to= proto=ESMTP helo= postconf -n alias_database =…
Marquisk2
  • 159
  • 1
  • 15
0
votes
1 answer

startssl Certificate don't run with Postfix and dovecot

i have a certificate from startssl for my server. I do it like a lot of Tutorials in the internet. But I get ever the error message: can't connect: Certificate failure for XXXXX.de: Server name does not match certificate:…
Burner
  • 981
  • 19
  • 41
0
votes
1 answer

Dovecot plugin deleted_to_trash misses lib.h, make fails

I'm trying to install the Dovecot plugin deleted_to_trash. However, I need to update the configuration file, according to the readme, but I don't know what to fill in for DOVECOT_INC_PATH. The directory that the author put, /usr/include/dovecot,…
user1544337
0
votes
1 answer

MIssing IMAP folders

I've recently encountered an issue with my IMAP folders on Dovecot 2.0.19. When I telnet into my account and perform a list, I get the following response: A list "*" "*" * LIST (\Unmarked) "." "INBOX" A OK List completed. However I know there are…
Zakalwe
  • 1,444
  • 3
  • 14
  • 25
0
votes
1 answer

Dovecot export > import to another server

I have a dump from one mail server where is Dovecot. I received e-mail data dump in format: - mail@example.com - - .Drafts - - - cur - - - new - - - tmp - - - dovecot.index.log - - - dovecot.uidlist - - - maildirfolder - - .Junk - - - the same as…
pavel
  • 26,538
  • 10
  • 45
  • 61
0
votes
1 answer

OSX server 10.9 - Restored mailboxes after crash Open Directory

After the Open Directory crashed several times on a osx server 10.9 I decided to start from scratch; formatting the disk, installing osx 10.9 and setting up server.app as it was before. To recover the mails I though being smart and copying the…
Stefan
  • 1,248
  • 6
  • 23
0
votes
1 answer

CentOS PostFix let's me connect, will not greet

This is the output of PostFix when I connect via telnet: [root@mail ~]# telnet localhost smtp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. nothing here no response ??? ^] telnet> close Connection closed. I can try…
JavaProphet
  • 931
  • 14
  • 29
0
votes
1 answer

Dovecot, Error: Threading lost Message ID

Dovecot generates Error: Threading lost Message ID in dovecot.log Problem is only with one Maildir. This Maildir cannot be accesed through webmail (in this case Roundcube), error in webmail after log in: Server Error: UID THREAD: Internal error…
gaspar
  • 674
  • 2
  • 10
  • 24
0
votes
1 answer

Postfix/Dovecot setup only accepting messages to one user

I have installed Postfix and Dovecot on my Raspberry Pi. The Pi is behind the domain scubbo.org. When I send email (from a GMail account, via web) to pi@scubbo.org, the mail is delivered: pi@raspberrypi /etc/postfix $ whoami pi pi@raspberrypi…
scubbo
  • 4,969
  • 7
  • 40
  • 71
0
votes
1 answer

Two mail servers in one VPS

I have already installed a mail server on my VPS and running without any issues. Lets call it mail.domain1.com. Now I am planning on hosting another website on the same VPS and a separate mail server for that domain, like mail.domain2.com. Can…
mayasl
  • 101
0
votes
1 answer

dovecot SSL Handshake problems

I try to enable SSL for dovecot. So I generate/installed the certificates with openssl. But when I try to test the conncection the client reports errors. Maybe somebody could help me resp. point me into the right direction? Command Line Input:…
0
votes
1 answer

Posfix settings without a domain/host name

I have a VPS server that only deals with email hosting. This server does not have any designated domain name pointing to it. Its only one VPS with one IP address. I am running CentOS 6.5 Minimal, 32bit with Postfix and Dovecot installed. This is…
iOi
  • 403
  • 3
  • 8
  • 26
0
votes
1 answer

Local mail server not working prpoperly in centos 6.5

I want to setup a local mail server which want to work in local environment. For that i used the sendmail and dovecot. i have a development server and in that we uses mantis like tools. so after resolving the issue each developer got the mail…