[Dovecot] Dovecot marks messages read using pop3
Hello, When I use pop3 and the option "leave messages on server" it marks all emails read. How do I stop this?
dovecot version: 1.0.rc15 (Debian etch)
dovecot config: # /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/postfix/ssl/mail_cpcug_org.crt ssl_key_file: /etc/postfix/ssl/cpcug_org.key 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 mail_extra_groups: mail mail_location: mbox:/users/mail/%u:INDEX=/users/indexes/%u 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 pop3_uidl_format(default): pop3_uidl_format(imap): pop3_uidl_format(pop3): %08Xu%08Xv auth default: mechanisms: plain login passdb: driver: pam userdb: driver: passwd socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: nobody
On Mon, 2008-01-21 at 11:53 -0500, Steve Annessa wrote:
Hello, When I use pop3 and the option "leave messages on server" it marks all emails read. How do I stop this?
Change this:
# Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files # from new/ to cur/, with mbox it doesn't write Status-header. #pop3_no_flag_updates = no
participants (2)
-
Steve Annessa
-
Timo Sirainen