[Dovecot] IMAP Client Not Recieving Email (DoveCot + PostFix + IMAP Client)

ShepN shepnorfleet at verizon.net
Sat Apr 2 06:15:59 EEST 2011


 - Postfix is doing its job sending and receiving email.  It puts the email
in the unix user mailboxes (MBOX).
 - My Outlook client is authenticating with DoveCot using IMAP protocol
without issue.

The Problem:

The mail that is placed my system users mailbox by postfix is not being
transmitted to my outlook client by dovecot.   

/etc/postfix/main.cf:
------------------------------------------------------------------
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
myhostname = mail.somewhere.org
#alias_maps = hash:/etc/aliases
#alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = somewhere.org, somewhere.home, localhost.home, , localhost
mynetworks = 127.0.0.0/8 192.0.0.0/8  [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
relayhost = outgoing.verizon.net:587
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options=   
---------------------------------------------------------

dovecot -n
--------------------------------------------------------
# 1.2.12: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35-28-server x86_64 Ubuntu 10.10
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
first_valid_uid: 1000
mail_privileged_group: mail
mail_location: mbox:~/mail:INBOX=/var/mail/%u
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
auth default:
  passdb:
    driver: pam
    args: dovecot
  userdb:
    driver: passwd
------------------------------------------------------

I would appreciate any input :)
-- 
View this message in context: http://old.nabble.com/IMAP-Client-Not-Recieving-Email-%28DoveCot-%2B-PostFix-%2B-IMAP-Client%29-tp31300884p31300884.html
Sent from the Dovecot mailing list archive at Nabble.com.



More information about the dovecot mailing list