[Dovecot] I can not receive any mail
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@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 =
-- Felix Rubio Dalmau
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Mon, 14 Jan 2013, Felix Rubio Dalmau wrote:
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.
Dovecot is an IMAP/POP3 server, that is used to retrieve message.
You need a SMTP server to accept messages from somewhere else. Seems, like the SMTP sever does not know about your mail users.
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUBUPPheGoxLS8a3A9mAQKfXAgAtK3Yz2qB5TrHmF1uwQQzr9VEZRFBPDk4 qAuS9GUo7l4pbPBTuwtt2reKU5BRkObCVmHcSKklFDZUI2r/cLyQTOI0SsRQNW7a 9YJF9doSFp0Q5LWyqOW62sP3YYIoSgRcC9ytgYe0MXihqv/a2mCrj5SZeRHagDdF 1iHrEgorbZ6SoHtN5qE6O539tZPumMrlc7LL8Xtt/t4V20ea/sLLZdcmdX9ajurM O6ZIUbzPsFbQul25eyIe8ET6WsVGC13oSYVelzvqZ+ZCr2VeAocjb/kxXsWXZPVB s79/p+frfOc8Jiwqt21oIYMB7qpomFznCklQeWz5HNN5VD2mU+80FA== =BBjZ -----END PGP SIGNATURE-----
participants (2)
-
Felix Rubio Dalmau
-
Steffen Kaiser