[Dovecot] I can not receive any mail
Felix Rubio Dalmau
felixrubiodalmau at gmail.com
Mon Jan 14 10:48:31 EET 2013
Hi everybody
I'm trying to set-up an IMAPS mail server using dovecot (version 2.1.7)
with virtual email accounts for my family. I have already ran through the mysql
phase of the virtual email configuration (and I'm quite confident it works well,
because I can send mails from the server using postfix to gmail, e.g.).
However, I am stucked configuring dovecot. I don't know why is it not
running properly. The symptoms are:
a) When I connect by using my mail client (kmail), I don't get any error.
b) When I ask kmail to check what authentication services are supported by
the server, I see that it is able to connect to te server by looking to the
server log.
c) However, Inbox folder does never show up :S
d) When I send any mail from gmail to my server, It is always refused under
the reason that there is not such user in the machine (I am sure it is), and
nothing shows up in the server log.
Here is my configuration, just in case somebody can give it a look to help
me figure out what's going on :S
Thank you very much in advance.
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.6.9-1 x86_64 Debian 6.0.6 ext4
auth_cache_size = 1 M
auth_debug = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_worker_max_count = 2
base_dir = /var/run/dovecot/
listen = *
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_greeting = Dovecot ready.
mail_debug = yes
mail_location = maildir:/home/vmail/%d/%n/Maildir
mail_privileged_group = vmail
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
type = private
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
postmaster_address = postmaster at mysite.org
protocols = " imap"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
process_min_avail = 0
service_count = 1
}
service imap {
process_limit = 5
}
ssl = required
ssl_cert = </etc/postfix/ssl/cert.pem
ssl_key = </etc/postfix/ssl/cert.key
userdb {
args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes
driver = static
}
verbose_ssl = yes
protocol lda {
mail_plugins = sieve
}
--
Felix Rubio Dalmau
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3458 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130114/a46da67e/attachment-0001.bin>
More information about the dovecot
mailing list